Setup Email server. Clients can receive but not send emails
4 Replies
/usr/sbin/sendmail -ti <
May 22 18:35:21 raidZend postfix/pickup[6593]: 8B09679039: uid=0 from= <root>May 22 18:35:21 raidZend postfix/cleanup[6962]: 8B09679039: message-id=<20130522223521.8B09679039@raidZend.raidgroupllc.com>
May 22 18:35:21 raidZend postfix/qmgr[31985]: 8B09679039: from=<root@raidzend.raidgroupllc.com>, size=346, nrcpt=1 (queue active)
May 22 18:35:21 raidZend postfix/smtp[6965]: 8B09679039: to=<a2ron44@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.134.26]:25, delay=0.39, delays=0.03/0.01/0.02/0.34, dsn=2.0.0, status=sent (250 2.0.0 OK 1369262121 d10si3397320yhd.192 - gsmtp)
May 22 18:35:21 raidZend postfix/qmgr[31985]: 8B09679039: removed</a2ron44@gmail.com></root@raidzend.raidgroupllc.com></root>
You may want to see if something is even listening for client connections on port 587 (netstat -lvpnut | grep 587 should return an entry with "0.0.0.0:587" and/or ":::587"). Next would be to make sure your firewall allows traffic to that port.