Patch dovecot deliver to handle + sign in address.
This is mandatory to handle the plus sign in email address like foo+bar@example.com
This commit is contained in:
parent
54159f8e87
commit
1558bfe8c3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ policyd-spf unix - n n - 0 spawn
|
|||
user=policyd-spf argv=/usr/bin/policyd-spf
|
||||
|
||||
dovecot unix - n n - - pipe
|
||||
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
|
||||
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -a ${recipient} -d ${user}@${nexthop}
|
||||
|
||||
scan unix - - y - 10 smtp
|
||||
localhost:10026 inet n - y - 10 smtpd
|
||||
|
|
Loading…
Add table
Reference in a new issue