Re: [exim] Bypass Sender Verification

Pàgina inicial
Delete this message
Reply to this message
Autor: altendew
Data:  
A: exim-users
Assumpte: Re: [exim] Bypass Sender Verification

Ok I ran that command then I fed it MAIL FROM, and RCPT TO

Please look at the very end.. I think that's where the problem is.

MAIL FROM: andrew@???
SMTP<< MAIL FROM: andrew@???
SMTP>> 250 OK

250 OK
RCPT TO: andrew@???
SMTP<< RCPT TO: andrew@???
using ACL "check_recipient"
processing "accept"
check hosts = localhost
gethostbyname looked up these IP addresses:
  name=localhost address=127.0.0.1
host in "localhost"? no (end of list)
accept: condition test failed
processing "warn"
check condition = ${if and {{match{$local_part}{(.*)-bounces\+.*}} {exists
{/usr/local/cpanel/3rdparty/mailman/lists/${lc:$1}/config.pck}}} {yes}{no}}
                = no
warn: condition test failed
processing "accept"
check condition = ${if and {{match{$local_part}{(.*)-bounces\+.*}} {exists
{/usr/local/cpanel/3rdparty/mailman/lists/${lc:$1}/config.pck}}} {yes}{no}}
                = no
accept: condition test failed
processing "warn"
check condition = ${if and {{match{$local_part}{(.*)-bounces\+.*}} {exists
{/usr/local/cpanel/3rdparty/mailman/lists/${lc:$1}_${lc:$domain}/config.pck}}}
{yes}{no}}
                = no
warn: condition test failed
processing "accept"
check condition = ${if and {{match{$local_part}{(.*)-bounces\+.*}} {exists
{/usr/local/cpanel/3rdparty/mailman/lists/${lc:$1}_${lc:$domain}/config.pck}}}
{yes}{no}}
                = no
accept: condition test failed
processing "require"
check verify = sender

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Verifying andrew@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering andrew@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing andrew@???
--------> mailman_virtual_router router <--------
local_part=andrew domain=shiftcode.com
checking require_files
file check:
/usr/local/cpanel/3rdparty/mailman/lists/${lc:$local_part}_${lc:$domain}/config.pck
expanded file:
/usr/local/cpanel/3rdparty/mailman/lists/andrew_shiftcode.com/config.pck
stat() yielded -1
errno = 2
mailman_virtual_router router skipped: file check
--------> mailman_virtual_router_nodns router <--------
local_part=andrew domain=shiftcode.com
checking domains
search_open: lsearch "/etc/localdomains"
search_find: file="/etc/localdomains"
key="shiftcode.com" partial=-1 affix=NULL starflags=0
LRU list:
:/etc/localdomains
:/etc/denyhosts
End
internal_search_find: file="/etc/localdomains"
type=lsearch key="shiftcode.com"
file lookup required for shiftcode.com
in /etc/localdomains
lookup yielded:
shiftcode.com in "lsearch;/etc/localdomains"? yes (matched
"lsearch;/etc/localdomains")
data from lookup saved for cache for +local_domains:
shiftcode.com in "+local_domains"? yes (matched "+local_domains")
checking require_files
file check:
/usr/local/cpanel/3rdparty/mailman/lists/${lc:$local_part}/config.pck
expanded file: /usr/local/cpanel/3rdparty/mailman/lists/andrew/config.pck
stat() yielded -1
errno = 2
mailman_virtual_router_nodns router skipped: file check
--------> democheck router <--------
local_part=andrew domain=shiftcode.com
checking "condition"
Starting Perl interpreter
democheck router skipped: condition failure
--------> boxtraper_autowhitelist router <--------
local_part=andrew domain=shiftcode.com
checking require_files
file check: /usr/local/cpanel/bin/boxtrapper
stat() yielded 0
checking "condition"
boxtraper_autowhitelist router skipped: condition failure
--------> lookuphost router <--------
local_part=andrew domain=shiftcode.com
checking domains
cached yes match for +local_domains
cached lookup data =
shiftcode.com in "! +local_domains"? no (matched "! +local_domains" -
cached)
lookuphost router skipped: domains mismatch
--------> literal router <--------
local_part=andrew domain=shiftcode.com
checking domains
cached yes match for +local_domains
cached lookup data =
shiftcode.com in "! +local_domains"? no (matched "! +local_domains" -
cached)
literal router skipped: domains mismatch
--------> fail_remote_domains router <--------
local_part=andrew domain=shiftcode.com
checking domains
cached yes match for +local_domains
cached lookup data =
shiftcode.com in "! +local_domains"? no (matched "! +local_domains" -
cached)
fail_remote_domains router skipped: domains mismatch
--------> virtual_sa_user router <--------
local_part=andrew domain=shiftcode.com
checking domains
search_open: lsearch "/etc/userdomains"
search_find: file="/etc/userdomains"
key="shiftcode.com" partial=-1 affix=NULL starflags=0
LRU list:
:/etc/userdomains
:/etc/localdomains
:/etc/denyhosts
End
internal_search_find: file="/etc/userdomains"
type=lsearch key="shiftcode.com"
file lookup required for shiftcode.com
in /etc/userdomains
lookup yielded: shiftcod
shiftcode.com in "lsearch;/etc/userdomains"? yes (matched
"lsearch;/etc/userdomains")
checking "condition"
calling virtual_sa_user router
virtual_sa_user router called for andrew@???
domain = shiftcode.com
set transport virtual_sa_userdelivery
queued for virtual_sa_userdelivery transport: local_part = andrew
domain = shiftcode.com
errors_to=NULL
domain_data=shiftcod localpart_data=NULL
routed by virtual_sa_user router
envelope to: andrew@???
transport: virtual_sa_userdelivery
----------- end verify ------------
sender andrew@??? verified ok
check hosts = !63.117.226.53
host in "!63.117.226.53"? no (matched "!63.117.226.53")
require: condition test failed
SMTP>> 550 Administrative prohibition

550 Administrative prohibition
LOG: MAIN REJECT
H=cron1.directhostnet.com [63.117.226.53] F=<andrew@???>
rejected RCPT andrew@???

--
View this message in context: http://www.nabble.com/Bypass-Sender-Verification-t1780738.html#a4851278
Sent from the Exim Users forum at Nabble.com.