Re: Virtual aliases are not subjected to smtpd_recipient_restrictions

2016-04-04 Thread Wietse Venema
Hamy: > This is working fine and without any apparent issues. however, > Postfix doesn't seem to consult the policy when you're using virtual > alias addresses. I have defined virtual alias email addresses using Postfix smtpd_mumble_restrictions applies to the address in the SMTP command(*). There

Re: Virtual aliases are not subjected to smtpd_recipient_restrictions

2016-04-04 Thread Hamy
Hi TobiasThank you for your suggestion. I've tried it. unfortunately it does not seem to work. I believe this is because it happens during cleanup process which is right before queuing the message (not after receiving the 'rcpt to:' command). at least the virtual(5) manual seems to suggest so: "

Virtual aliases are not subjected to smtpd_recipient_restrictions

2016-04-03 Thread Hamy
Hello I am setting up a postfix+dovecot setup and using quota-status service to reject mails for full mailboxes on smtp session, according to this: https://sys4.de/en/blog/2013/04/08/postfix-dovecot-mailbox-quota/ This is working fine and without any apparent issues. however, Postfix doesn't se