Hi
I want to accept all mails from all hosts to one of my local domain.
Then in acl_check_rcpt may i set something like:
accept
hosts= :
domains= my.local.domain.com
or
accept
hosts= *
domains= my.local.domain.com
?
Which example is correct?
Regards!