Am 29.12.2012 21:46, schrieb Matt K:
At 08:40 PM 12/28/2012, Simon Brereton wrote:
On Dec 28, 2012 8:28 PM, mattk@kraner.us wrote:
I just install Dovecot and postfix. When I'm pull dovecot I see in the log that its checking for mail. if a put a test message locally on the server I can pull the message down to my cell phone and other computers. But when I try to a message from gmail or aol it doesn't come in to the server.
it always bounces back to the place were I sent it from
That would indicate a postfix issue since it would seem you are not getting mail from outside your network/host.
But either way you'll need config and log files of you'd like real help.
Simon
here is what i was able to find in /var/log/mail.err Dec 28 18:02:36 kraner postfix/smtpd[26226]: fatal: no SASL authentication mechanisms Dec 28 18:09:17 kraner postfix/smtpd[26229]: fatal: no SASL authentication mechanisms Dec 28 18:29:15 kraner postfix/smtpd[26395]: fatal: no SASL authentication mechanisms Dec 28 18:43:18 kraner postfix/smtpd[26736]: fatal: no SASL authentication mechanisms Dec 28 18:48:59 kraner postfix/smtpd[26741]: fatal: no SASL authentication mechanisms
and what is set in your dovecot.conf? does IMAP/POP3 work?
auth_mechanisms = CRAM-MD5 DIGEST-MD5 APOP PLAIN LOGIN