I converted to 1.5.0 from 1.1G. Conversion went well with only a few minor bumps on the road.
I can't seem to figure out why emailing members is no longer working though. All mail functions worked fine under 1.1G using smtp setting.
Now I get "Ran into problems sending Mail. Error: 501 Authentication failed - bad user or password."
Mailserver log entry from failed mailing (via 1.5.0):
15:10:37.913: << 220 Elden.Org Mail Server Mercury/32 v3.32 ESMTP server ready.<cr><lf>
15:10:37.922: >> EHLO mail.elden.org<cr><lf>
15:10:37.924: << 250-Elden.Org Mail Server Hello mail.elden.org; ESMTPs are:<cr><lf>250-TIME<cr><lf>
15:10:37.928: << 250-AUTH=LOGIN<cr><lf>
15:10:37.932: << 250-AUTH CRAM-MD5 LOGIN<cr><lf>
15:10:37.938: << 250 HELP<cr><lf>
15:10:37.963: >> AUTH LOGIN<cr><lf>
15:10:37.964: << 334 VXNlcm5hbWU6<cr><lf>
15:10:37.972: >> ZWxkZW4=<cr><lf>
15:10:37.984: << 334 UGFzc3dvcmQ6<cr><lf>
15:10:37.993: >> dGhyZW5kb3I=<cr><lf>
15:10:37.993: << 501 Authentication failed - bad user or password.<cr><lf>
15:10:37.205: --- Connection closed normally at Sun Feb 16 15:10:37 2003. ---
Mailserver log entry from successful mailing (via 1.1G):
15:15:50.097: << 220 Elden.Org Mail Server Mercury/32 v3.32 ESMTP server ready.<cr><lf>
15:15:50.107: >> helo mail.elden.org<cr><lf>
15:15:50.109: << 250 Elden.Org Mail Server Hello, mail.elden.org.<cr><lf>
15:15:50.117: >> mail from: <[email protected]><cr><lf>
15:15:50.119: << 250 Sender OK - send RCPTs.<cr><lf>
15:15:50.127: >> rcpt to: <[email protected]><cr><lf>
15:15:50.129: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
15:15:50.142: >> data<cr><lf>
15:15:50.142: << 354 OK, send data, end with CRLF.CRLF<cr><lf>
15:15:50.152: >> To: [email protected]<lf>
15:15:50.282: >> From: [email protected]<lf>
15:15:50.282: >> X-Mailer: YaBB Perl-Powered Socket Mailer<lf>
15:15:50.282: >> Subject: Elden.Org Forums: Subject<lf>
15:15:50.282: >> <lf>
15:15:50.282: >> Message<cr><lf>
15:15:50.282: >> <cr><lf>
15:15:50.282: >> Regards,<cr><lf>
15:15:50.282: >> The Elden.Org Forums team<cr><lf>
15:15:50.282: >> <cr><lf>
15:15:50.282: >> http://www.elden.org/cgi-bin/yabb/YaBB.pl<lf>
15:15:50.282: >> .<lf>
15:15:50.286: << 250 Data received OK.<cr><lf>
15:15:50.297: >> quit<cr><lf>
15:15:50.299: << 221 Elden.Org Mail Server Service closing channel.<cr><lf>
15:15:50.303: --- Connection closed normally at Sun Feb 16 15:15:50 2003. ---
Changing to sendmail gives the appearance of success (no reported errors), but mail is never sent nor received.
My webserver and mailserver are on different machines on my home network.
Webserver: Apache 1.3.27-2
Webserver OS: RedHat Linux 7.3
Mailserver: Mercury/32 v.3.32
Mailserver OS: Win9x
Am I missing a patch/fix or something? Something I need to change on my mailserver perhaps (EHLO)??