LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Postfix Error (https://www.linuxquestions.org/questions/linux-server-73/postfix-error-541981/)

ballistic509 03-30-2007 02:43 PM

Postfix Error
 
Hello,

When I go to send an email, the server connects and everything comes up like it should, but the message is not sent or received.

Here is the log from a session of sending an email:

Quote:

Mar 30 12:24:21 ns1 postfix/smtpd[3791]: connect from 66-123-123-123.dhcp.ykma.wa.charter.com[66.123.123.123]
Mar 30 12:24:22 ns1 postfix/smtpd[3791]: warning: SASL authentication failure: realm changed: authentication aborted
Mar 30 12:24:22 ns1 postfix/smtpd[3791]: warning: 66-123-123-123.dhcp.ykma.wa.charter.com[66.123.123.123]: SASL DIGEST-MD5 authentication failed: authentication failure
Mar 30 12:24:22 ns1 postfix/smtpd[3791]: B021B31C334: client=66-123-123-123.dhcp.ykma.wa.charter.com[66.123.123.123], sasl_method=LOGIN, sasl_username=user@trickmodz.com
Mar 30 12:24:22 ns1 postfix/cleanup[3794]: B021B31C334: message-id=<000501c77301$08173a50$1845aef0$@com>
Mar 30 12:24:22 ns1 postfix/qmgr[17209]: B021B31C334: from=<user@Trickmodz.com>, size=2588, nrcpt=1 (queue active)
Mar 30 12:24:23 ns1 postfix/smtp[3795]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 30 12:24:23 ns1 postfix/smtp[3795]: B021B31C334: to=<test@hotmail.com>, relay=none, delay=0.69, delays=0.45/0.24/0.01/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 30 12:24:25 ns1 postfix/smtpd[3791]: disconnect from 66-123-123-123.dhcp.ykma.wa.charter.com[66.123.123.123]
I see that there is an error stating "status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused" and I do not know what to do to fix it.

Thanks in advance.

Biggen 03-31-2007 10:46 AM

Quote:

Originally Posted by ballistic509
Hello,

When I go to send an email, the server connects and everything comes up like it should, but the message is not sent or received.

Here is the log from a session of sending an email:



I see that there is an error stating "status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused" and I do not know what to do to fix it.

Thanks in advance.


Looks like you have SASL (SMTP authorization) enabled. Check your main.cf file for this:
Quote:

smtpd_sasl_auth_enable = yes
If you find it set it to "no". Then restart postfix "postfix reload"

http://www.postfix.org/SASL_README.html


All times are GMT -5. The time now is 12:24 AM.