Laurence Cope
New Pleskian
I have a new Plesk server, added a website, all OK.
I disabled the mail service for the domain because the mail is offsite, we dont use email.
Customer reports they are not getting any email.
The logs show this:
Jun 26 14:24:36 s1 postfix/pickup[66350]: 6F6D01A1256: uid=10002 from=<[email protected]>
Jun 26 14:24:36 s1 postfix/cleanup[66321]: 6F6D01A1256: message-id=<[email protected]>
Jun 26 14:24:36 s1 postfix/qmgr[739]: 6F6D01A1256: from=<[email protected]>, size=716, nrcpt=1 (queue active)
Jun 26 14:24:36 s1 postfix/pipe[66406]: 6F6D01A1256: to=<[email protected]>, relay=plesk_virtual, delay=0.01, delays=0/0.01/0/0, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Jun 26 14:24:36 s1 postfix/qmgr[739]: 6F6D01A1256: removed
After some research I found out I should comment out the following lines in the /etc/postfix/main.cf file. I did this now it works OK.
#virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
#virtual_alias_maps = $virtual_maps, hash:/var/spool/postfix/plesk/virtual
#virtual_mailbox_maps = , hash:/var/spool/postfix/plesk/vmailbox
You can imagine I am quite surprised by the need to do this. Does anyone know what is going on here, why should I need to do this, and are the emails stored locally as there is no error message in the log saying the user does not exist or anything.
I disabled the mail service for the domain because the mail is offsite, we dont use email.
Customer reports they are not getting any email.
The logs show this:
Jun 26 14:24:36 s1 postfix/pickup[66350]: 6F6D01A1256: uid=10002 from=<[email protected]>
Jun 26 14:24:36 s1 postfix/cleanup[66321]: 6F6D01A1256: message-id=<[email protected]>
Jun 26 14:24:36 s1 postfix/qmgr[739]: 6F6D01A1256: from=<[email protected]>, size=716, nrcpt=1 (queue active)
Jun 26 14:24:36 s1 postfix/pipe[66406]: 6F6D01A1256: to=<[email protected]>, relay=plesk_virtual, delay=0.01, delays=0/0.01/0/0, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Jun 26 14:24:36 s1 postfix/qmgr[739]: 6F6D01A1256: removed
After some research I found out I should comment out the following lines in the /etc/postfix/main.cf file. I did this now it works OK.
#virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
#virtual_alias_maps = $virtual_maps, hash:/var/spool/postfix/plesk/virtual
#virtual_mailbox_maps = , hash:/var/spool/postfix/plesk/vmailbox
You can imagine I am quite surprised by the need to do this. Does anyone know what is going on here, why should I need to do this, and are the emails stored locally as there is no error message in the log saying the user does not exist or anything.