Question
Unable to send mail from CLI at Ubuntu 14.04
I’ve set up mail server as described here: how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassasin, but I still can’t send email neither from my web-sites nor from CLI with simple echo 'This is a test' | mail -s 'test-out' me@mail.com
command
I’ve digged a lot, but still can’t find out where is the problem, any ideas?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Also I noticed that
dovecot status
returnFatal: Error in configuration file /etc/dovecot/conf.d/10-master.conf line 91: Unknown setting: unix_listner
and so dovecot isn’t running I guess.line 91:
unix_listner /var/spool/postfix/private/auth {
and its inservice auth {
block