Hi,
i already reported my problem on stackoverflow here but I think this is a plesk problem.
Description of my problem:
I have set the postfix configuration recipient_delimiter = + so that E-Mails to [email protected] are delivered in my [email protected] mailbox.
When I try to send Mails to the address with the delimiter, the mail is not apperaing in my mailbox, nor is it being delivered into my catchall mailbox (whereas [email protected] and also [email protected] are).
In the logfiles it says:
I though it may be a problem with the forward_path, but I think it is correctly set:
The problem may be the following:
Thanks
// EDIT: I found this forum post: http://forum.parallels.com/showthre...-with-recipient-delimiter&p=708246#post708246 Is it possible that this issue is known for 5 years and could not be resolved yet? I dont think that this is a big deal
i already reported my problem on stackoverflow here but I think this is a plesk problem.
Description of my problem:
I have set the postfix configuration recipient_delimiter = + so that E-Mails to [email protected] are delivered in my [email protected] mailbox.
When I try to send Mails to the address with the delimiter, the mail is not apperaing in my mailbox, nor is it being delivered into my catchall mailbox (whereas [email protected] and also [email protected] are).
In the logfiles it says:
Code:
Nov 18 11:13:47 xxxxxxx postfix-local[6109]: cannot chdir to mailname dir myname+test: No such file or directory
Nov 18 11:13:47 xxxxxxx postfix-local[6109]: Unknown user: [email protected]
Nov 18 11:13:47 xxxxxxx postfix/pipe[6093]: 1AB8A2FE0903: to=<[email protected]>, relay=plesk_virtual, delay=0.27, delays=0.2/0/0/0.06, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Nov 18 11:13:47 xxxxxxx postfix/qmgr[5791]: 1AB8A2FE0903: removed
forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward
The problem may be the following:
(Found here)The plesk_virtual service has returned "successful delivery" (process
exit status 0) to Postfix, therefore Postfix deletes the queue
file.
Instead, the plesk_virtual service should have returned "user
unknown" (process exit status 67) to Postfix. Process exit status
codes are defined in /usr/include/sysexits.h.
Thanks
// EDIT: I found this forum post: http://forum.parallels.com/showthre...-with-recipient-delimiter&p=708246#post708246 Is it possible that this issue is known for 5 years and could not be resolved yet? I dont think that this is a big deal
Last edited: