Hello Postfix users, I've got an SMTP server running Postfix and Dovecot with local users. I use Dovecot for IMAP and to handle mailbox quotas.
I've added to Postfix smtpd_recipient_restrictions the check_policy_service option to check Dovecot quotas, to avoid bouncing messages for over quota users. This way Postfix temporarily refuses the message, if the recipient mailbox is full. All well and good for standard port TCP 25. However I can't do the same for the submission port, because Dovecot quota service thinks u...@mydomain.it is the same of u...@otherdomain.it. So if user pippo has his mailbox full on my server, he won't be able to send messages to pippo users on other servers (like pi...@gmail.com). Is there a way to tell Postfix to use the check_policy_service option only for inbound addresses? Thank you for the support. -- Matteo Bini _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org