Jump to content

SMTP not working in 3.0.15


Guest raphor

Recommended Posts

Guest raphor

I've got the requestPass.php in the admin section working while using the mail() funtion from php.

When I change this to SMTP with localhost, port 25 and no authentication requestPass.php updates the password and says the new password has been sent.

However I never get these messages.

Logging of the mailserver show the following:

Apr 26 21:53:16 debian postfix/smtpd[18837]: connect from localhost[127.0.0.1]

Apr 26 21:53:16 debian postfix/smtpd[18837]: lost connection after EHLO from localhost[127.0.0.1]

Apr 26 21:53:16 debian postfix/smtpd[18837]: disconnect from localhost[127.0.0.1]

I know this setup for SMTP is right, since I also configured the mailserver to accept mail from localhost.

Anyone knows what's wrong?!?

Link to comment
Share on other sites

I've got the requestPass.php in the admin section working while using the mail() funtion from php.

When I change this to SMTP with localhost, port 25 and no authentication requestPass.php updates the password and says the new password has been sent.

However I never get these messages.

Logging of the mailserver show the following:

Apr 26 21:53:16 debian postfix/smtpd[18837]: connect from localhost[127.0.0.1]

Apr 26 21:53:16 debian postfix/smtpd[18837]: lost connection after EHLO from localhost[127.0.0.1]

Apr 26 21:53:16 debian postfix/smtpd[18837]: disconnect from localhost[127.0.0.1]

I know this setup for SMTP is right, since I also configured the mailserver to accept mail from localhost.

Anyone knows what's wrong?!?

I am also having smtp script problems when I connect using telnet from the host where CC is running on there is no problem.

Here Is my mail log:

May 2 20:23:04 onyxpedicure sm-mta[18889]: NOQUEUE: connect from [192.168.1.233 ]

May 2 20:23:04 onyxpedicure sm-mta[18889]: AUTH warning: no mechanisms

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: Milter: no active filter

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 220 onyxpedicure.nl ESMTP Sendmail 8.12.3/8.12.3/Debian-7.1; Wed, 2 May 2007 20:23:04 +0200; (No UCE/UBE) logging access from: [192.168.1.233](FAIL)-[192.168.1.233]

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: <-- EHLO localhost

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-onyxpedicure.nl Hello [192.168.1.233], pleased to meet you

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-ENHANCEDSTATUSCODES

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-PIPELINING

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-EXPN

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-VERB

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-8BITMIME

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-SIZE

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-DSN

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-ETRN

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250-DELIVERBY

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 250 HELP

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: <-- AUTH LOGIN

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 503 5.3.3 AUTH not available

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: --- 421 4.4.1 onyxpedicure.nl Lost input channel from [192.168.1.233]

May 2 20:23:04 onyxpedicure sm-mta[18889]: l42IN4WX018889: [192.168.1.233] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA

Link to comment
Share on other sites

  • 3 months later...
Guest raphor

In CubeCart 3.0.17 with PHP5 and Postfix 2.3 I see the following:

Aug 10 11:40:31 mail postfix/smtpd[11111]: connect from localhost[127.0.0.1]

Aug 10 11:40:31 mail postfix/smtpd[11111]: lost connection after AUTH from localhost[127.0.0.1]

Aug 10 11:40:31 mail postfix/smtpd[11111]: disconnect from localhost[127.0.0.1]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...