• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

support user+extension@domain style addresses using postfix

AubreyH

New Pleskian
Hi,

I would like to support user+extension@domain addresses [user+extension@domain -> user@domain] (using postfix through plesk).

We have set:
main.cf
Code:
recipient_delimiter = +

master.cf (on the maildrop config):
Code:
-d ${user}@${domain} ${extension} ${recipient} ${user} ${nexthop}
@see http://www.postfix.org/MAILDROP_README.html
@see http://superuser.com/questions/587458/postfix-unlimited-per-user-addresses-via-sign

Though it still fails and the error log (mail.err) says:
Code:
DATE HOST postfix-local[PID]: Unknown user: USER+ETC@DOMAIN
I know that the directory name "USER+ETC" is being looked for.. and yeah it does not exist... so all current settings seem to be ignored. Something is still looking for "USER+ETC" as a delivery directory. I am assuming that the maildrop is not used as plesk has its own "plesk_virtual"...
Is it something that needs to be changed on the master.cf "plesk_virtual" config? If I add the same -d option to the "plesk_virtual" config; all mail fails with "Local delivery is disabled due to server misconfigurations"

Am I missing something? How can I support user+etc@domain addresses using a plesk/postfix combo?

Thanks, Aubrey

p.s. Sorry if question has already been answered (I could not find it).. s-)
 
Back
Top