|
|||
|
How to disbable exim sender address verification
exim seems to be rejecting mail that it should definately not be rejecting, and disabling sender address verification seems to be the easiest way to address my particular problem.
Anyone know what needs to be added/changed to exim.conf in order to turn it off ? |
|
||||
|
It's mostly going to be senders that don't have their DNS setup appropriately or their email servers don't accept email for addresses that they send from. If everything is setup correctly a mail server that relays an email also should accept that same address for relaying - this sounds obvious and is a tennant for SMTP to work. However, some appear to set up their mail servers so that that is not the case. It's those cases where you find the problem.
It's up to you as to whether you want to accept email from servers that are not setup correctly. If you do, then you'll have to disable sender callouts. If you don't, then you could try to contact the sender by some means and ask them to correct their mail servers. More information about sender callouts on the exim site: http://www.exim.org/exim-html-4.50/d...39.html#IX2587
__________________
Jonathan Michaelson cPanel Forum Moderator Need your cPanel servers secured and tuned? cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf http://www.configserver.com |
|
||||
|
Good info!
Though what is not clear is how adding teh /callout changes the verify = sender. verify = sender always worked fine, and now that we have the callout option,it seems to be pickier. Bottoim line is that the client sees that it is a valid email and doesn't give a hoot that their DNS might be set up wrong, just that its a valid email address and the email should be let through. Jon |
|
||||
|
verify = sender
This simply does a lookup on the sender domain to ensure that an MX record exists and resolves verify = sender/callout This takes an extra step to actually connect to the SMTP server resolved to above and attempts to start an SMTP conversation to attempt delivery to the sender up to and including the RCPT stage. If that fails, then the senders email setup is invalid. You can turn off sender callout verification in WHM > Exim Configuration Editor > if you want to.
__________________
Jonathan Michaelson cPanel Forum Moderator Need your cPanel servers secured and tuned? cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf http://www.configserver.com |
|
|||
|
I have had this problem too, so went into WHM/Exim Configuration Editor to take it off.
I noticed though, while it updated the settings, I got the following error/message: 2006-06-02 07:49:14 Exim configuration error in line 895 of /etc/exim.conf.buildtest: user mailman was not found Exim version 4.52 #1 built 16-Aug-2005 04:57:36 Copyright (c) University of Cambridge 2005 Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: (September 21, 2004) Support for: iconv() PAM Perl OpenSSL Content_Scanning Old_Demime Lookups: lsearch wildlsearch nwildlsearch iplsearch dbm dbmnz Authenticators: cram_md5 plaintext spa Routers: accept dnslookup ipliteral manualroute queryprogram redirect Transports: appendfile/maildir autoreply pipe smtp Configuration file has an invalid syntax. Please try again. Any idea what the problem may be, or how to fix it ? Thanks in advance, Daniel |
|
||||
|
That's nothing to do with this thread, have a read here (note the mailman reference):
user mailman was not found
__________________
Jonathan Michaelson cPanel Forum Moderator Need your cPanel servers secured and tuned? cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf http://www.configserver.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|