James Robertson schrieb:
> Hi, 
> 
> If I have:
> 
> relay_recipient_maps = hash:/etc/postfix/recipients
> 
> which is populated with addresses accepted for delivery on my server and have:
> 
> smtpd_recipient_restrictions = reject_unlisted_recipient,
> 
> Can I safely set:
> 
> relay_domains = *
> 
> ???
> Thanks,
> 
> James

dont think so
normally you use
i.e something like that

relay_domains =  hash:/etc/postfix/relay_domains
/etc/postfix/relay_domains

example1.com  OK
example2.com OK
...

relay_recipient_maps = hash:/etc/postfix/relay_recipients

us...@example1.com
us...@example1.com

us...@example2.com
us...@example2.com
...

using reject_unlisted_recipient
is working with this setup


but maybe gurus have better advice

-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria

Reply via email to