What is our problem???
there are 3 acl to check mails in our configuration:
acl_smtp_rcpt = acl_check_rcpt
acl_smtp_mime = acl_check_mime
acl_smtp_data = acl_check_content
Now we have to change the coniguration : For special domains
(fax.uni-magdeburg.de , fax.ovgu.de)
we only want checking with "acl_smtp_rcpt", but not the others:
"acl_smtp_mime" and "acl_smtp_data"
My attempts :
acl_smtp_rcpt = ...
acl_smtp_mime = $acl_c0
acl_smtp_data = $acl_c1
...
acl_check_rcpt:
accept domains = fax.uni-magdeburg.de : fax.ovgu.de
set acl_c0 =
set acl_c1 =
and to the other accepts
accept ...
set acl_c0 = acl_check_mime
set acl_c1 = acl_check_content
...it doesn't work ...
log:
007-07-10 14:00:27 1I8EOJ-0005AL-Pn H=lottmann.urz.uni-magdeburg.de
[141.44.13.208]:33303 I=[141.44.1.49]:25 F=<postmaster@???>
temporarily rejected during MIME ACL checks: unknown ACL verb in
"\uffffacl_check_mime\uffff"
How can I declare special acl's to special domains ???
How can we resolve this problem ???
MfG M.Lottmann