On 04.07.2018 2:18, Teno Deuter wrote:
here is the full 'accept' part I was trying to define in order to
receive email from the outside:

accept from any \
         recipient ! <blacklistRecipients> \
         for domain <domains>
         virtual <users> \
         deliver to maildir "/var/mail/%{user.username}/Inbox"

so now I have 2 issues:

1.
the 'blacklistRecipients which troughs a syntax error and

Your accept order is still wrong. Should be:

accept from any for domain <domains> recipient !<blacklist-recipients>

Good night. :)
Reio

--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to