View Full Version : smtp not working for some users
sander815
10-25-2004, 05:40 AM
since i have installed SA, and disabled the SA interface in the users control panel, i get complaints that people can't send email through their smtp.domain.com server. They get authentication errors.
in their home dir theres still the .spamassassin folder. Does that have to do somethging with this?
their ips are showing in pophosts
i already told them to use their ISPs smtp, but for some reason they refuse to do that
nobaloney
10-25-2004, 07:22 AM
Their own ISPs may have blocked their email from your server; many ISPs block all outgoing email on port 25 that doesn't go through their servers.
Because ISPs start and stop this behavior all the time, it could appear as an intermittent problem.
Here's how to check:
Watch your mail log as they try to send email:
# tail -f /var/log/exim/mainlog
If you don't see them hitting your server at all, then their ISP is blocking the connection and they'll have to use your ISPs server, or change ISPs.
If you do see them hitting your server, try watching the reject log for any possible reject reasons:
# tail -f /var/log/exim/rejectlog
as they again try to send email.
Jeff
The new Exim version requires SMTP authentication, meaning sending your username to the server upon using the SMTP server.
Prior Exim versionw did not require this.
With regards,
:)
nobaloney
10-25-2004, 08:48 AM
All versions of Exim used in DA have required either SMTP AUTH or authorization by POP before SMTP. (I wrote the exim.conf file for DA.)
Are you saying the latest version won't work with the POP before SMTP that's written into the exim.conf file?
Jeff
sander815
10-25-2004, 11:43 PM
i see these msgs in rejectlog
this started since i installed 4.43 exim
2004-10-25 17:50:01 H=(sanderpc) [195.241.x.x] F=<info@x.nl> rejected RCPT <s-x@home.nl>: authentication required
nobaloney
10-26-2004, 08:21 AM
Is info@x.nl being used as a return address by one of your clients? If so, is that client using POP to check email before attempting to send email?
If not, is the client using SMTP AUTH?
Jeff
sander815
10-26-2004, 08:32 AM
they tell me they pop before they send mail...i also see their ips in the pophosts file
i told 1 user to use smtp_auth and for him its working again
i tested myself several imes, but can't reproduce the same error...only when i don't pop before sending mail
i have no idea yet what happened
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.