Μη παράδοση μηνύματος

Εάν σας εμφανιστεί το παρακάτω σφάλμα, θα πρέπει να απενεργοποιήσετε την ipv6. Θα πάτε στο Dashboard του DirectAdmin, Show Services και θα επιλέξετε το “exim”. Τέλος, στο αρχείο “exim.variables.conf”, θα…

Comments Off on Μη παράδοση μηνύματος

Εγκατάσταση Mail server χρησιμοποιώντας ISP config

Αυτόματη εγκατάσταση στα Ubuntu 16.04 apt-get update && apt-get -y upgrade apt-get install -y unzip cd /tmp wget --no-check-certificate -O installer.tgz "https://github.com/servisys/ispconfig_setup/tarball/master" tar zxvf installer.tgz cd *ispconfig* bash install.sh 1234567…

Comments Off on Εγκατάσταση Mail server χρησιμοποιώντας ISP config

Αποστολή email μέσω command line

με outlook: "C:\Program Files (x86)\Microsoft Office\Office14\Outlook.exe" /c ipm.note /m "mailto:sound@sound.gr&subject=abc&body=testbody" /a "C:\temp\test.txt" 1 "C:\Program Files (x86)\Microsoft Office\Office14\Outlook.exe" /c ipm.note /m "mailto:sound@sound.gr&subject=abc&body=testbody" /a "C:\temp\test.txt"   με thunderbird: "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe"…

Comments Off on Αποστολή email μέσω command line