Skip to content

Enable email sub addressing #1369

@nuthub

Description

@nuthub

I wanted to use sub adressing and found, that I only had to change one thing in the Dovecot LDA part of my master.cf:

${recipient} -> ${user}@${domain}

That means

dovecot	  unix	-	n	n	-	-	pipe
	flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}

became

dovecot	  unix	-	n	n	-	-	pipe
	flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${user}@${domain}

Next time I reconfigure my postfix with the help of froxlor, this change will be reverted. Is there a way to preserve the change or could it become a sane default?

I'm not very concious with this modification, since my source is a serverfault thread only. Opinions / discussion / suggestions are welcome. In particular, I'm unsure, whether other entries in master.cf using ${recipient} should be modified as well.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions