Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Member
    Join Date
    Feb 2005
    Posts
    13

    Default 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 ?

  2. #2
    Member rs-freddo's Avatar
    Join Date
    May 2003
    Location
    Australia
    Posts
    819
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    You can turn it off from WHM.
    Michael

  3. #3
    Member
    Join Date
    Mar 2004
    Posts
    710

    Default

    You can do that, but it sounds like you have more problems then that. Reinstall exim and check it. Sender verify is a simple thing and it works.
    Lloyd F Tennison

  4. #4
    GOT
    GOT is offline
    Get Proactive! GOT's Avatar
    Join Date
    Apr 2003
    Posts
    898

    Default

    I have been having issues n a few servers as well. Check this out. This is from my log:

    2006-01-20 03:09:37 H=(pling.tourism-software.co.uk) [213.232.93.15] F=<susan.grange@xxxxxxxx.co.uk> temporarily rejected RCPT <silkweb@yyyyyyyy.ie>: Could not complete sender verify callout

    However, when I go to dnsstuff.com and do an email address test, teh address is perfectly valid.

    I am seeing this on several servers and might very well be disalbing these. This only seems to be a problem with the callouts, but simply disabling the callout portion of the option does not seem to improve things.
    Proactive Server Monitoring and Management
    http://got-management.com

  5. #5
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    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

    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

  6. #6
    GOT
    GOT is offline
    Get Proactive! GOT's Avatar
    Join Date
    Apr 2003
    Posts
    898

    Default

    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
    Proactive Server Monitoring and Management
    http://got-management.com

  7. #7
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    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

    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

  8. #8
    Member
    Join Date
    May 2003
    Posts
    208

    Default

    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

  9. #9
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    That's nothing to do with this thread, have a read here (note the mailman reference):
    http://forums.cpanel.net/showthread.php?t=53541
    Jonathan Michaelson

    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

Similar Threads & Tags
Similar threads

  1. Sender Verification
    By chuza in forum E-mail Discussions
    Replies: 2
    Last Post: 05-31-2010, 04:46 PM
  2. Sender verification response to late
    By omidi in forum E-mail Discussions
    Replies: 0
    Last Post: 09-29-2008, 04:17 PM
  3. uncheck Sender Verification
    By asmithjr in forum E-mail Discussions
    Replies: 2
    Last Post: 09-07-2008, 10:15 AM
  4. (SAV) Sender Address Verification
    By Timeless in forum E-mail Discussions
    Replies: 0
    Last Post: 06-11-2008, 10:13 PM
  5. Boxtrapper without sender verification
    By stwman11 in forum cPanel Developers
    Replies: 1
    Last Post: 06-06-2005, 10:06 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube