Koozali.org: home of the SME Server

qmail auth problem

msoulier

qmail auth problem
« Reply #15 on: March 31, 2004, 06:03:47 AM »
Quote from: "SynUK"
As I am having the same problem as above ( my ISP requires me to logon to send via SMTP ), I have tried this solution. I havn't install any additional packages as my install log says that e-smith-email-4.14.0-07 is installed. After running all the commands listed, i don't have a smtp-auth-proxy directory, but if i look at the smtpfront-qmail log ( or something like that ! ) it is still failing to authorise the SMTP. I am running SME server V6.0.1 Does this make any difference or am i doing something stupid. Thanks.


Sorry, but you need to pick up the latest versions of the required packages from the devel directory of any e-smith mirror. It won't work without them.

Mike

ed(at)edhamlin(dot)org

HELP! No outgoing email
« Reply #16 on: April 08, 2004, 05:52:14 AM »
Please help!

My ISP, earthlink, is determined to keep me from using my server. Previously they blocked port 25 outgoing so I can't use the SME built-in smtp server. Now they have implemented smtp authentication.

I have installed the rpms indicated in the above posts but they don't seem to work. Worse, when the message bounces the bounce doesn't get through, either. (I keep getting the "Authentication required Recpt doesn't like..." bounce). I am operating SME 6.0b3 with several of the dungog rpms (antivirus, email filtering, user accounts).

I would have sent this via email, but obviously can't do that!

Sign me frustrated.....

Anonymous

Re: HELP! No outgoing email
« Reply #17 on: April 09, 2004, 05:48:17 AM »
Quote from: "ed(at)edhamlin(dot)org"
I am operating SME 6.0b3 with several of the dungog rpms (antivirus, email filtering, user accounts).


Run with Debug on to ensure you capture the smtp conversation in the logs. It should shed some light as to what is happening.

/sbin/e-smith/config setprop smtp-auth-proxy Debug enabled                      
/etc/e-smith/events/actions/smtp-auth-proxy-restart          

Also, make sure the contents of /var/qmail/control/smtproutes is

:localhost:26

and that the proxy is actually up and running on port 26.

Mike

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
SMTP auth
« Reply #18 on: April 21, 2004, 11:04:47 PM »
Finally I got time to testing...

It works fine on 6.01-01
just download, do a rpm -Uvh *.rpm and :
/etc/e-smith/events/actions/initialize-default-databases
/sbin/e-smith/config setprop smtp-auth-proxy Userid XXX
/sbin/e-smith/config setprop smtp-auth-proxy Passwd YYY
/sbin/e-smith/config setprop smtp-auth-proxy Debug enabled
/sbin/e-smith/signal-event email-update

(do not forget first line!) It will not work without it!


BUT DO NOT EVEN INSTALL on 5.6 :(I even download a few more files). See my screen:
[root@tigre SMTP auth]# ll
total 624
-rwxrw-r--    1 jader    shared        273 Apr 21 14:04 comandos.txt
-rwxrw-r--    1 jader    shared      88195 Mar 21 09:23 e-smith-email-4.14.0-06.noarch.rpm
-rwxrw-r--    1 jader    shared      83374 Mar 21 09:58 e-smith-email-4.14.0-06.src.rpm.src
-rwxrw-r--    1 jader    shared     176566 Mar 21 09:25 e-smith-lib-1.14.0-07.noarch.rpm
-rwxrw-r--    1 jader    shared      29994 Mar 21 09:25 e-smith-mailfront-1.3.0-09.noarch.rpm
-rwxrw-r--    1 jader    shared      47190 Apr 21 14:10 perl-I18N-LangTags-0.27-2.noarch.rpm
-rwxrw-r--    1 jader    shared     154104 Apr 21 14:16 perl-Net-DNS-0.26-2.noarch.rpm
-rwxrw-r--    1 jader    shared      22211 Apr 21 14:16 perl-Net-Ping-2.18-1.noarch.rpm
[root@tigre SMTP auth]# rpm -Uvh *.rpm
error: failed dependencies:
        perl-I18N-AcceptLanguage is needed by e-smith-lib-1.14.0-07
        perl-Net-IPv4Addr >= 0.10-1 is needed by e-smith-lib-1.14.0-07
[root@tigre SMTP auth]#

Before I do some download perl-I18N-LangTags was needed too!


Any tips?

Thanks

Jáder
...

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
ops... don´t work
« Reply #19 on: April 28, 2004, 01:54:49 PM »
I´m sorry... it´s not working on my 6.01!

Messages are getting on my server.

I edit /var/qmail/control/smtproutes and it was :SMTP_ISP ... so I changed it to :localhost:26
But I cannot see a proxy running on :26 ...

How can I discover what´s happening ?

Jáder
...

msoulier

Re: ops... don´t work
« Reply #20 on: May 01, 2004, 08:36:11 PM »
Quote from: "jader"
I´m sorry... it´s not working on my 6.01!

Messages are getting on my server.

I edit /var/qmail/control/smtproutes and it was :SMTP_ISP ... so I changed it to :localhost:26
But I cannot see a proxy running on :26 ...

How can I discover what´s happening ?

Jáder


Never, never, never edit smtproutes by hand. That is a templated file.

/sbin/e-smith/config setprop smtp-auth-proxy status enabled
/sbin/e-smith/signal-event email-update

See if it works now.

If not, I'll need the output of

/sbin/e-smith/config show smtp-auth-proxy
/sbin/e-smith/config show SMTPSmartHost

Mike

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
updated... but still do not work!
« Reply #21 on: May 02, 2004, 09:01:13 PM »
Isn´t working!

BEFORE it was enabled, it show
Sender_address_rejected:_Domain_not_found/Giving_up_on_200.154.55.5./

AFTER it say:
@400000004095442538bb087c delivery 28: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@400000004095442538bb3b44 status: local 0/10 remote 0/20

Here is config:

[root@urso root]# /sbin/e-smith/config show smtp-auth-proxy
smtp-auth-proxy=service
    Debug=enabled
    Passwd=XXXXXXXXX ( :) )
    Userid=jader31
    status=enabled

[root@urso root]# /sbin/e-smith/config show SMTPSmartHost
SMTPSmartHost=smtp.poa.terra.com.br

[root@urso root]# netstat -an |grep 26
tcp        0      0 127.0.0.1:26            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:26            127.0.0.1:1440          TIME_WAIT
tcp        0      0 127.0.0.1:26            127.0.0.1:1438          TIME_WAIT
unix  2      [ ]         DGRAM                    2678
unix  2      [ ]         DGRAM                    2677

[root@urso root]# tail -f /var/log/qmail/current
@400000004095429400f95614 new msg 1354976
@400000004095429401a7e594 info msg 1354976: bytes 863 from <admin@abandonemicrosoft.com> qp 10501 uid 401
@400000004095429406c41804 starting delivery 23: msg 1354976 to remote jader@fayet.adv.br
@400000004095429406c442fc status: local 0/10 remote 1/20
@400000004095429406c4529c starting delivery 24: msg 1354976 to remote jm31@terra.com.br
@400000004095429406c46df4 status: local 0/10 remote 2/20
@4000000040954299167fa6b4 delivery 23: deferral: 200.154.55.5_does_not_like_recipient./Remote_host_said:_450_<admin@abandonemicrosoft.com>:_Sender_address_rejected:_Domain_not_found/Giving_up_on_200.154.55.5./
@4000000040954299167ff0ec status: local 0/10 remote 1/20
@400000004095429917317a24 delivery 24: deferral: 200.154.55.5_does_not_like_recipient./Remote_host_said:_450_<admin@abandonemicrosoft.com>:_Sender_address_rejected:_Domain_not_found/Giving_up_on_200.154.55.5./
@40000000409542991731b8a4 status: local 0/10 remote 0/20

@400000004095434a2ec0316c new msg 1354977
@400000004095434a2ec050ac info msg 1354977: bytes 915 from <admin@abandonemicrosoft.com> qp 10759 uid 401
@400000004095434b00a55a14 starting delivery 25: msg 1354977 to remote acastro@cpovo.net
@400000004095434b00a588f4 status: local 0/10 remote 1/20
@400000004095434b1c8d3634 delivery 25: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@400000004095434b1c8d6ce4 status: local 0/10 remote 0/20
@40000000409543a51d1d58a4 starting delivery 26: msg 1354975 to remote jmarasca@cpovo.net
@40000000409543a51d1d8b6c status: local 0/10 remote 1/20
@40000000409543a52801728c delivery 26: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@40000000409543a52801a93c status: local 0/10 remote 0/20
@4000000040954425280429dc starting delivery 27: msg 1354976 to remote jader@fayet.adv.br
@4000000040954425280458bc status: local 0/10 remote 1/20
@400000004095442528046c44 starting delivery 28: msg 1354976 to remote jm31@terra.com.br
@40000000409544252804879c status: local 0/10 remote 2/20
@400000004095442536e62d24 delivery 27: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@400000004095442536e663d4 status: local 0/10 remote 1/20
@400000004095442538bb087c delivery 28: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@400000004095442538bb3b44 status: local 0/10 remote 0/20

I´m using last versions of packages as in link you sent!
...

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
more problems! ISE on server-manager
« Reply #22 on: May 06, 2004, 02:00:19 AM »
After reboot I get Internal Server Error (ISE) on server manager!

I discovered it´s something with perl-I18N-LangTags file:
[root@urso root]# tail /var/log/httpd/admin_error_log
BEGIN failed--compilation aborted at /etc/e-smith/web/panels/manager/html//index.cgi line 25.
[Wed May  5 20:58:40 2004] [error] [client 127.0.0.1] Premature end of script headers: /etc/e-smith/web/panels/manager/html//index.cgi
"language_tag2locale" is not exported by the I18N::LangTags module at /usr/lib/perl5/site_perl/esmith/I18N.pm line 15


TRACKED DOWN: I don´t need/should update perl-I18N-LangTag !!!

But I still do not get smtp auth working... still geting:

[root@urso root]# tail /var/log/qmail/current
@40000000409c1f580cae7b9c new msg 1354835
@40000000409c1f580cb56cf4 info msg 1354835: bytes 763 from <admin@abandonemicrosoft.com> qp 3127 uid 401
@40000000409c1f581e047c84 starting delivery 3: msg 1354835 to remote jmarasca@cpovo.net
@40000000409c1f581e04af4c status: local 0/10 remote 1/20
@40000000409c1f581e04c2d4 starting delivery 4: msg 1354835 to remote jader31@terra.com.br
@40000000409c1f581e04da44 status: local 0/10 remote 2/20
@40000000409c1f582f856d9c delivery 3: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@40000000409c1f582f85a44c status: local 0/10 remote 1/20
@40000000409c1f58300c77ec delivery 4: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@40000000409c1f58300cb284 status: local 0/10 remote 0/20
[root@urso root]#
...

msoulier

Re: more problems! ISE on server-manager
« Reply #23 on: May 08, 2004, 03:06:37 AM »
Quote from: "jader"
After reboot I get Internal Server Error (ISE) on server manager!

I discovered it´s something with perl-I18N-LangTags file:
[root@urso root]# tail /var/log/httpd/admin_error_log
BEGIN failed--compilation aborted at /etc/e-smith/web/panels/manager/html//index.cgi line 25.
[Wed May  5 20:58:40 2004] [error] [client 127.0.0.1] Premature end of script headers: /etc/e-smith/web/panels/manager/html//index.cgi
"language_tag2locale" is not exported by the I18N::LangTags module at /usr/lib/perl5/site_perl/esmith/I18N.pm line 15


TRACKED DOWN: I don´t need/should update perl-I18N-LangTag !!!

But I still do not get smtp auth working... still geting:

[root@urso root]# tail /var/log/qmail/current
@40000000409c1f580cae7b9c new msg 1354835
@40000000409c1f580cb56cf4 info msg 1354835: bytes 763 from <admin@abandonemicrosoft.com> qp 3127 uid 401
@40000000409c1f581e047c84 starting delivery 3: msg 1354835 to remote jmarasca@cpovo.net
@40000000409c1f581e04af4c status: local 0/10 remote 1/20
@40000000409c1f581e04c2d4 starting delivery 4: msg 1354835 to remote jader31@terra.com.br
@40000000409c1f581e04da44 status: local 0/10 remote 2/20
@40000000409c1f582f856d9c delivery 3: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@40000000409c1f582f85a44c status: local 0/10 remote 1/20
@40000000409c1f58300c77ec delivery 4: deferral: Connected_to_127.0.0.1_but_connection_died._(#4.4.2)/
@40000000409c1f58300cb284 status: local 0/10 remote 0/20
[root@urso root]#


I'm not sure about the langtags issue. That error came up in an earlier version of that module, but I don't see why you'd have that installed, or why it would suddenly be happening now.

As for the rest, I'll need to see the smtp-auth-proxy log.

Mike

aworthin

qmail auth problem
« Reply #24 on: May 08, 2004, 05:15:48 AM »
I installed the rpms and get this in the logfile

@40000000409c06e825dfe664 Binding to TCP port 26 on host localhost
@40000000409c06e839d3a854 Setting gid to "99 99"
@40000000409c06e9071141ec Setting uid to "99"
@40000000409c074518f13b24 Net::SMTP>>> Net::SMTP(2.26)
@40000000409c074518fbb6bc Net::SMTP>>>   Net::Cmd(2.24)
@40000000409c07451906ce94 Net::SMTP>>>     Exporter(5.562)
@40000000409c0745191038bc Net::SMTP>>>   IO::Socket::INET(1.25)
@40000000409c074519189d2c Net::SMTP>>>     IO::Socket(1.26)
@40000000409c07451920af94 Net::SMTP>>>       IO::Handle(1.21)
@40000000409c07452050be44 Net::SMTP=GLOB(0x824d6d8)<<< 220 smtp808.mail.sc5.yahoo.com ESMTP
@40000000409c0745208f616c Net::SMTP=GLOB(0x824d6d8)>>> EHLO gateway.mjwphotos.com
@40000000409c074524a9ac6c Net::SMTP=GLOB(0x824d6d8)<<< 250-smtp808.mail.sc5.yahoo.com
@40000000409c074524b68964 Net::SMTP=GLOB(0x824d6d8)<<< 250-AUTH LOGIN PLAIN
@40000000409c074524c2be64 Net::SMTP=GLOB(0x824d6d8)<<< 250-PIPELINING
@40000000409c074524ceff1c Net::SMTP=GLOB(0x824d6d8)<<< 250 8BITMIME
@40000000409c074527bf9344 Can't locate Authen/SASL.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl) at /usr/lib/perl5/site_perl/5.6.1/Net/SMTP.pm line 102.


Any ideas what is missing?

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
problem with smtp auth
« Reply #25 on: May 09, 2004, 03:25:38 PM »
Michael

I'm getting exactly same error as aworthin (above).
I'll send you my entire log file in PM.

Thanks

Jáder
...

msoulier

qmail auth problem
« Reply #26 on: May 11, 2004, 04:54:09 PM »
Quote from: "aworthin"
I installed the rpms and get this in the logfile

@40000000409c074527bf9344 Can't locate Authen/SASL.pm in @INC (@INC contains:

Any ideas what is missing?


Please install perl-Authen-SASL-2.06-1.i386.rpm from any e-smith mirror, and post here as to whether that fixes your problem.

Thanks,
Mike

Anonymous

qmail auth problem
« Reply #27 on: May 12, 2004, 01:52:24 AM »
Everything seems to be working.  Below is the log and the test email came throuhg.

Thanks


@4000000040a11dce28ee050c Net::SMTP>>> Net::SMTP(2.26)
@4000000040a11dce29e1a824 Net::SMTP>>>   Net::Cmd(2.24)
@4000000040a11dce29ed8f04 Net::SMTP>>>     Exporter(5.562)
@4000000040a11dce29f5822c Net::SMTP>>>   IO::Socket::INET(1.25)
@4000000040a11dce29fe1194 Net::SMTP>>>     IO::Socket(1.26)
@4000000040a11dce2a065aac Net::SMTP>>>       IO::Handle(1.21)
@4000000040a11dce2fa2bd84 Net::SMTP=GLOB(0x824d798)<<< 220 smtp804.mail.sc5.yahoo.com ESMTP
@4000000040a11dce33f1c484 Net::SMTP=GLOB(0x824d798)>>> EHLO gateway.mjwphotos.com
@4000000040a11dce380c51ec Net::SMTP=GLOB(0x824d798)<<< 250-smtp804.mail.sc5.yahoo.com
@4000000040a11dce38223b4c Net::SMTP=GLOB(0x824d798)<<< 250-AUTH LOGIN PLAIN
@4000000040a11dce382e31cc Net::SMTP=GLOB(0x824d798)<<< 250-PIPELINING
@4000000040a11dce383a1c94 Net::SMTP=GLOB(0x824d798)<<< 250 8BITMIME
@4000000040a11dcf303915cc Net::SMTP=GLOB(0x824d798)>>> AUTH LOGIN
@4000000040a11dcf346cb52c Net::SMTP=GLOB(0x824d798)<<< 334 VXNlcm5hbWU6
@4000000040a11dcf348a91b4 Net::SMTP=GLOB(0x824d798)>>> YXdvcnRoaW5Ac2JjZ2xvYmFsLm5ldA==
@4000000040a11dcf38e41c1c Net::SMTP=GLOB(0x824d798)<<< 334 UGFzc3dvcmQ6
@4000000040a11dcf38fe2814 Net::SMTP=GLOB(0x824d798)>>> YkpUeDZ3Vg==
@4000000040a11dd0030cb93c Net::SMTP=GLOB(0x824d798)<<< 235 ok, go ahead (#2.0.0)

aworthin

qmail auth problem
« Reply #28 on: May 12, 2004, 01:58:09 AM »
Well I may have spoken too soon.  The first email I sent which was to an address at my isp went through fine.  The second email that went to another address got an error below:

@4000000040a11e3212476f8c Net::SMTP>>> Net::SMTP(2.26)
@4000000040a11e3212529aec Net::SMTP>>>   Net::Cmd(2.24)
@4000000040a11e32125dd204 Net::SMTP>>>     Exporter(5.562)
@4000000040a11e321268edc4 Net::SMTP>>>   IO::Socket::INET(1.25)
@4000000040a11e3212718114 Net::SMTP>>>     IO::Socket(1.26)
@4000000040a11e321279ce14 Net::SMTP>>>       IO::Handle(1.21)
@4000000040a11e3213b864ac Net::SMTP>>> Net::SMTP(2.26)
@4000000040a11e3213c2e814 Net::SMTP>>>   Net::Cmd(2.24)
@4000000040a11e3213cdc93c Net::SMTP>>>     Exporter(5.562)
@4000000040a11e3213d5acc4 Net::SMTP>>>   IO::Socket::INET(1.25)
@4000000040a11e3213de43fc Net::SMTP>>>     IO::Socket(1.26)
@4000000040a11e3213e98e9c Net::SMTP>>>       IO::Handle(1.21)
@4000000040a11e3215fa1f1c Net::SMTP>>> Net::SMTP(2.26)
@4000000040a11e321604872c Net::SMTP>>>   Net::Cmd(2.24)
@4000000040a11e32160f646c Net::SMTP>>>     Exporter(5.562)
@4000000040a11e32161720e4 Net::SMTP>>>   IO::Socket::INET(1.25)
@4000000040a11e32161f94f4 Net::SMTP>>>     IO::Socket(1.26)
@4000000040a11e321627c69c Net::SMTP>>>       IO::Handle(1.21)
@4000000040a11e3216b12a7c Net::SMTP=GLOB(0x824d798)<<< 220 smtp807.mail.sc5.yahoo.com ESMTP
@4000000040a11e3216ee337c Net::SMTP=GLOB(0x824d798)>>> EHLO gateway.mjwphotos.com
@4000000040a11e3218ae13bc Net::SMTP=GLOB(0x824d7bc)<<< 220 smtp812.mail.sc5.yahoo.com ESMTP
@4000000040a11e3218e8abbc Net::SMTP=GLOB(0x824d7bc)>>> EHLO gateway.mjwphotos.com
@4000000040a11e321a01380c Net::SMTP=GLOB(0x824d7e0)<<< 220 smtp812.mail.sc5.yahoo.com ESMTP
@4000000040a11e321a491a64 Net::SMTP=GLOB(0x824d7e0)>>> EHLO gateway.mjwphotos.com
@4000000040a11e321b2eee54 Net::SMTP=GLOB(0x824d798)<<< 250-smtp807.mail.sc5.yahoo.com
@4000000040a11e321b3db394 Net::SMTP=GLOB(0x824d798)<<< 250-AUTH LOGIN PLAIN
@4000000040a11e321b49bd9c Net::SMTP=GLOB(0x824d798)<<< 250-PIPELINING
@4000000040a11e321b55d744 Net::SMTP=GLOB(0x824d798)<<< 250 8BITMIME
@4000000040a11e321d265954 Net::SMTP=GLOB(0x824d7bc)<<< 250-smtp812.mail.sc5.yahoo.com
@4000000040a11e321d35af1c Net::SMTP=GLOB(0x824d7bc)<<< 250-AUTH LOGIN PLAIN
@4000000040a11e321d41f3bc Net::SMTP=GLOB(0x824d7bc)<<< 250-PIPELINING
@4000000040a11e321d551244 Net::SMTP=GLOB(0x824d7bc)<<< 250 8BITMIME
@4000000040a11e321f496064 Net::SMTP=GLOB(0x824d7e0)<<< 250-smtp812.mail.sc5.yahoo.com
@4000000040a11e321f58b244 Net::SMTP=GLOB(0x824d7e0)<<< 250-AUTH LOGIN PLAIN
@4000000040a11e321f64b094 Net::SMTP=GLOB(0x824d7e0)<<< 250-PIPELINING
@4000000040a11e321f70aee4 Net::SMTP=GLOB(0x824d7e0)<<< 250 8BITMIME
@4000000040a11e3226600344 Net::SMTP=GLOB(0x824d798)>>> AUTH LOGIN
@4000000040a11e32273e7494 Net::SMTP=GLOB(0x824d7bc)>>> AUTH LOGIN
@4000000040a11e3228d92934 Net::SMTP=GLOB(0x824d7e0)>>> AUTH LOGIN
@4000000040a11e322a87bbc4 Net::SMTP=GLOB(0x824d798)<<< 334 VXNlcm5hbWU6
@4000000040a11e322aa628d4 Net::SMTP=GLOB(0x824d798)>>> YXdvcnRoaW5Ac2JjZ2xvYmFsLm5ldA==
@4000000040a11e322b754c2c Net::SMTP=GLOB(0x824d7bc)<<< 334 VXNlcm5hbWU6
@4000000040a11e322b93346c Net::SMTP=GLOB(0x824d7bc)>>> YXdvcnRoaW5Ac2JjZ2xvYmFsLm5ldA==
@4000000040a11e322d0784ec Net::SMTP=GLOB(0x824d7e0)<<< 334 VXNlcm5hbWU6
@4000000040a11e322d283fd4 Net::SMTP=GLOB(0x824d7e0)>>> YXdvcnRoaW5Ac2JjZ2xvYmFsLm5ldA==
@4000000040a11e322eebbddc Net::SMTP=GLOB(0x824d798)<<< 334 UGFzc3dvcmQ6
@4000000040a11e322f090dc4 Net::SMTP=GLOB(0x824d798)>>> YkpUeDZ3Vg==
@4000000040a11e322fdc4fcc Net::SMTP=GLOB(0x824d7bc)<<< 334 UGFzc3dvcmQ6
@4000000040a11e322ff73684 Net::SMTP=GLOB(0x824d7bc)>>> YkpUeDZ3Vg==
@4000000040a11e323173c07c Net::SMTP=GLOB(0x824d7e0)<<< 334 UGFzc3dvcmQ6
@4000000040a11e32318dd444 Net::SMTP=GLOB(0x824d7e0)>>> YkpUeDZ3Vg==
@4000000040a11e3235079d6c Net::SMTP=GLOB(0x824d798)<<< 235 ok, go ahead (#2.0.0)
@4000000040a11e3235c5404c Net::SMTP=GLOB(0x824d7bc)<<< 235 ok, go ahead (#2.0.0)
@4000000040a11e3238c81c24 Net::SMTP=GLOB(0x824d7e0)<<< 535 authorization failed (#5.7.0)
@4000000040a11e3238ffd5c4 SMTP authentication with ISP server failed
@4000000040a11e32391a8d9c Net::SMTP=GLOB(0x824d7e0)>>> QUIT
@4000000040a11e3301b13c34 Net::SMTP=GLOB(0x824d7e0)<<< 221 smtp812.mail.sc5.yahoo.com

aworthin

qmail auth problem
« Reply #29 on: May 12, 2004, 04:00:14 AM »
I tried a few more emails and all of the ones I sent eventually went through.  I did not receive any more of the auth errors.