[exim] Accept hosts

Top Pagina
Delete this message
Reply to this message
Auteur: tower
Datum:  
Aan: Exim-Users
Onderwerp: [exim] Accept hosts
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!