#1 (permalink)  
Old 01-19-2006, 05:59 PM
Registered User
 
Join Date: Feb 2005
Posts: 12
almecho is on a distinguished road
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 ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-19-2006, 09:46 PM
rs-freddo's Avatar
Registered User
 
Join Date: May 2003
Location: Australia
Posts: 814
rs-freddo is an unknown quantity at this point
You can turn it off from WHM.
__________________
Michael
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-19-2006, 09:48 PM
Registered User
 
Join Date: Mar 2004
Posts: 704
lloyd_tennison is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-20-2006, 06:00 AM
GOT's Avatar
GOT GOT is offline
Get Proactive!
 
Join Date: Apr 2003
Posts: 883
GOT is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-20-2006, 03:45 PM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-22-2006, 07:01 PM
GOT's Avatar
GOT GOT is offline
Get Proactive!
 
Join Date: Apr 2003
Posts: 883
GOT is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-23-2006, 10:09 AM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-02-2006, 01:52 AM
Registered User
 
Join Date: May 2003
Posts: 205
djblamire
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-02-2006, 09:23 AM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:45 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc