>
> Which ACL is meant ? I thougt it could be "acl_check_rcpt" which may
> have as default to deny anything therefore I inserted in the
> configuration file dircetly after "begin acl" the following lines:
>
> acl_check_rcpt :
> accept domains = +relay_to_domains
>
> and defined the domain right at the beginning ("domainlist
> relay_to_domains = my.domain"). But still I get the same error. Does
> anybody can give me a hint ?
Found the error by myself. Defining an ACL is not enough. I also have to
define when the ACL has to be used ! Something like "acl_smtp_rcpt =
acl_check_rcpt" has to occur before the "begin acl" section.
Pedro