Author |
|
pehden Newbie
Joined: 23 December 2007 Location: United States
Online Status: Offline Posts: 25
|
Posted: 03 November 2010 at 6:44pm | IP Logged
|
|
|
ip [SMTP] Connecting to server domain on port 25
ip [SMTP] <<: 220 domain ESMTP Postfix (Ubuntu)
ip [SMTP] >>: EHLO domain
ip [SMTP] <<: 250-domain
ip [SMTP] <<: 250-PIPELINING
ip [SMTP] <<: 250-SIZE 10240000
ip [SMTP] <<: 250-VRFY
ip [SMTP] <<: 250-ETRN
ip [SMTP] <<: 250-STARTTLS
ip [SMTP] <<: 250-ENHANCEDSTATUSCODES
ip [SMTP] <<: 250-8BITMIME
ip [SMTP] <<: 250 DSN
[20:41:10.135] [SMTP] >>: AUTH LOGIN
ip [SMTP] <<: 503 5.5.1 Error: authentication not enabled
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 November 2010 at 10:31am | IP Logged
|
|
|
This sounds like you have local SMTP server but it doesn't have SMTP authentication enabled. Thus, you'll need to enable it on SMTP server, or untick "SMTP authentication" checkbox in account properties. For local testing environment, either option should suffice.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|