Posts Tagged ‘ssmtp’

Use GMail to send emails through the Linux consolse

Saturday, July 28, 2012 10:09 No Comments

If you need to be able to send simple, one user account emails from a Linux server which has no mail server configured then this is for you. Additionally you can use GMail to send messages from. Install software: # apt-get update # apt-get install ssmtp Edit configuration file: #nano /etc/ssmtp/ssmtp.conf AuthUser=myaccount@gmail.com AuthPass=gmailpassword FromLineOverride=YES mailhub=smtp.gmail.com:587 [...]

This was posted under category: Operating Systems, Unix/Linux Tags: , , , , , , ,

Email Ports

Monday, May 16, 2011 12:52 No Comments

Email ports POP3 – port 110 IMAP – port 143 SMTP – port 25 HTTP – port 80 Secure SMTP (SSMTP) – port 465 Secure IMAP (IMAP4-SSL) – port 585 IMAP4 over SSL (IMAPS) – port 993 Secure POP3 (SSL-POP) – port 995

This was posted under category: Unix/Linux, Web Tags: , , , , , , , , , , ,