Hello List,
I'm trying to migrate my exim 4.20 configuration to 4.30. It worked great in 4.20 but now in 4.30 I'm getting in the mainlog:
2004-03-19 20:28:10 H=x.pacbell.net (msshosting.com) [x.x.x.x] temporarily rejected AUTH LOGIN: cannot test local_parts in AUTH ACL
My ACL is (supposed :) to require authentication (which is done by pam)
Parts of my config that I think are relavent:
auth_advertise_hosts = *
acl_smtp_rcpt = acl_check_rcpt
begin acl
acl_check_rcpt:
accept hosts = :
deny local_parts = ^.*[@%!/|] : ^\\.
require verify = sender
accept domains = +local_domains
accept authenticated = *
deny message = You must authenticate. See http://support.gforcehosting.com/help/?h=email#help_4_1_1
#########
begin authenticators
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if pam{$2:$3}{1}{0}}"
server_set_id = $2
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if pam{$1:$2} {1}{0}}"
server_set_id = $1
Any ideas or help in pointing me in the right direction would be greatly appreciated. If more information is required, please let me know.
Thank you,
Matthew Walkup
G Force Hosting