centredeformationfrance
New Pleskian
I have a wordpress 5.2. My wordpress was not sending mails anymore.
I had to open port 25 on my Ionos VPS server.
Now my visitors recevie my notification mails when they fill my ninjaforms.
But my admin doesn't receive anymore any notification mails.
I contacted ionos and they don't provide service of maintenance of my VPS. The support guy told me to check the log file.
So I open /var/log/maillog where I can see the log of notification mails. I made a test with a gmail account. I can see it in log file and this gmail account received successfully the notification mail from my wordpress Ninja plugin, but NOT ADMIN! So I ssh my server and display the log file:
Oct 24 08:42:00 localhost check-quota[64577]: Starting the check-quota filter...
Oct 24 08:42:00 localhost plesk sendmail[64576]: handlers_stderr: SKIP
Oct 24 08:42:00 localhost plesk sendmail[64576]: SKIP during call 'check-quota' handler
Oct 24 08:42:00 localhost postfix/pickup[62410]: 95E1343B59: uid=10000 from=<[email protected]>
Oct 24 08:42:00 localhost postfix/cleanup[64582]: 95E1343B59: message-id=<[email protected]>
Oct 24 08:42:00 localhost postfix/qmgr[103632]: 95E1343B59: from=<[email protected]>, size=3965, nrcpt=1 (queue active)
Oct 24 08:42:01 localhost postfix/smtp[64586]: 95E1343B59: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[66.102.1.26]:25, delay=0.61, delays=0.02/0.01/0.29/0.29, dsn=2.0.0, status=sent (250 2.0.0 OK 1571906521 k1si21435781wrl.300 - gsmtp)
Oct 24 08:42:01 localhost postfix/qmgr[103632]: 95E1343B59: removed
Oct 24 08:47:21 localhost check-quota[64685]: Starting the check-quota filter...
Oct 24 08:47:21 localhost plesk sendmail[64684]: handlers_stderr: SKIP
Oct 24 08:47:21 localhost plesk sendmail[64684]: SKIP during call 'check-quota' handler
Oct 24 08:47:21 localhost postfix/pickup[64676]: 6EFE343B59: uid=10000 from=<[email protected]>
Oct 24 08:47:21 localhost postfix/cleanup[64689]: 6EFE343B59: message-id=<[email protected]>
Oct 24 08:47:21 localhost postfix/qmgr[103632]: 6EFE343B59: from=<[email protected]>, size=1409, nrcpt=1 (queue active)
Oct 24 08:47:21 localhost postfix-local[64696]: postfix-local: [email protected], [email protected], dirname=/var/qmail/mailnames
Oct 24 08:47:21 localhost check-quota[64699]: Starting the check-quota filter...
Oct 24 08:47:21 localhost plesk sendmail[64698]: handlers_stderr: SKIP
Oct 24 08:47:21 localhost plesk sendmail[64698]: SKIP during call 'check-quota' handler
Oct 24 08:47:21 localhost postfix/pickup[64676]: 7DABA43BA9: uid=10000 from=<[email protected]>
Oct 24 08:47:21 localhost postfix/cleanup[64689]: 7DABA43BA9: message-id=<[email protected]>
Oct 24 08:47:21 localhost postfix/qmgr[103632]: 7DABA43BA9: from=<[email protected]>, size=3965, nrcpt=1 (queue active)
Oct 24 08:47:21 localhost dovecot: service=lda, [email protected], ip=[]. msgid=<[email protected]>: saved mail to INBOX
Oct 24 08:47:21 localhost postfix-local[64696]: process '/usr/lib/dovecot/dovecot-lda -d "$DELIVERED_TO"' stderr : doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf
Oct 24 08:47:21 localhost postfix/pipe[64695]: 6EFE343B59: to=<[email protected]>, relay=plesk_virtual, delay=0.11, delays=0.03/0.01/0/0.08, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Oct 24 08:47:21 localhost postfix/qmgr[103632]: 6EFE343B59: removed
Oct 24 08:47:22 localhost postfix/smtp[64711]: 7DABA43BA9: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[66.102.1.27]:25, delay=0.61, delays=0.01/0.01/0.33/0.26, dsn=2.0.0, status=sent (250 2.0.0 OK 1571906842 c4si22214890wre.27 - gsmtp)
Oct 24 08:47:22 localhost postfix/qmgr[103632]: 7DABA43BA9: removed`
Maybe I am wrong, but I can see the log of the mail sent to admin has "status=sent (delivered via plesk_virtual service)" whereas the log of mail sent to gmail doesn't have this.
Does someone can help me to identify source of issue?
I searched here and on google, but it all give some solution for general problem of sending mail; not this particular case when admin only doesn't receive mail.
PS: Admin@ can send and receive mail outside of wordpress. It is only when the sendmail function from wordpress want to send a mail. It is forwarding the order to the server which is managed by plesk on ubuntu server.
So I phoned Ionos support again, and he explained me that the server doesn't send outside the mail. It means server keep the mail inside itself as email address of destinary if in the server (no need to go outside). That is why the log said "status=sent (delivered via plesk_virtual service)". So that is why my email client can't download these notification mails.
So now the real question is "How to say to plesk to let mails going outside in order to let my email client receiving the mails."?
Thanks in advance for your help.
I had to open port 25 on my Ionos VPS server.
Now my visitors recevie my notification mails when they fill my ninjaforms.
But my admin doesn't receive anymore any notification mails.
I contacted ionos and they don't provide service of maintenance of my VPS. The support guy told me to check the log file.
So I open /var/log/maillog where I can see the log of notification mails. I made a test with a gmail account. I can see it in log file and this gmail account received successfully the notification mail from my wordpress Ninja plugin, but NOT ADMIN! So I ssh my server and display the log file:
Oct 24 08:42:00 localhost check-quota[64577]: Starting the check-quota filter...
Oct 24 08:42:00 localhost plesk sendmail[64576]: handlers_stderr: SKIP
Oct 24 08:42:00 localhost plesk sendmail[64576]: SKIP during call 'check-quota' handler
Oct 24 08:42:00 localhost postfix/pickup[62410]: 95E1343B59: uid=10000 from=<[email protected]>
Oct 24 08:42:00 localhost postfix/cleanup[64582]: 95E1343B59: message-id=<[email protected]>
Oct 24 08:42:00 localhost postfix/qmgr[103632]: 95E1343B59: from=<[email protected]>, size=3965, nrcpt=1 (queue active)
Oct 24 08:42:01 localhost postfix/smtp[64586]: 95E1343B59: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[66.102.1.26]:25, delay=0.61, delays=0.02/0.01/0.29/0.29, dsn=2.0.0, status=sent (250 2.0.0 OK 1571906521 k1si21435781wrl.300 - gsmtp)
Oct 24 08:42:01 localhost postfix/qmgr[103632]: 95E1343B59: removed
Oct 24 08:47:21 localhost check-quota[64685]: Starting the check-quota filter...
Oct 24 08:47:21 localhost plesk sendmail[64684]: handlers_stderr: SKIP
Oct 24 08:47:21 localhost plesk sendmail[64684]: SKIP during call 'check-quota' handler
Oct 24 08:47:21 localhost postfix/pickup[64676]: 6EFE343B59: uid=10000 from=<[email protected]>
Oct 24 08:47:21 localhost postfix/cleanup[64689]: 6EFE343B59: message-id=<[email protected]>
Oct 24 08:47:21 localhost postfix/qmgr[103632]: 6EFE343B59: from=<[email protected]>, size=1409, nrcpt=1 (queue active)
Oct 24 08:47:21 localhost postfix-local[64696]: postfix-local: [email protected], [email protected], dirname=/var/qmail/mailnames
Oct 24 08:47:21 localhost check-quota[64699]: Starting the check-quota filter...
Oct 24 08:47:21 localhost plesk sendmail[64698]: handlers_stderr: SKIP
Oct 24 08:47:21 localhost plesk sendmail[64698]: SKIP during call 'check-quota' handler
Oct 24 08:47:21 localhost postfix/pickup[64676]: 7DABA43BA9: uid=10000 from=<[email protected]>
Oct 24 08:47:21 localhost postfix/cleanup[64689]: 7DABA43BA9: message-id=<[email protected]>
Oct 24 08:47:21 localhost postfix/qmgr[103632]: 7DABA43BA9: from=<[email protected]>, size=3965, nrcpt=1 (queue active)
Oct 24 08:47:21 localhost dovecot: service=lda, [email protected], ip=[]. msgid=<[email protected]>: saved mail to INBOX
Oct 24 08:47:21 localhost postfix-local[64696]: process '/usr/lib/dovecot/dovecot-lda -d "$DELIVERED_TO"' stderr : doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf
Oct 24 08:47:21 localhost postfix/pipe[64695]: 6EFE343B59: to=<[email protected]>, relay=plesk_virtual, delay=0.11, delays=0.03/0.01/0/0.08, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Oct 24 08:47:21 localhost postfix/qmgr[103632]: 6EFE343B59: removed
Oct 24 08:47:22 localhost postfix/smtp[64711]: 7DABA43BA9: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[66.102.1.27]:25, delay=0.61, delays=0.01/0.01/0.33/0.26, dsn=2.0.0, status=sent (250 2.0.0 OK 1571906842 c4si22214890wre.27 - gsmtp)
Oct 24 08:47:22 localhost postfix/qmgr[103632]: 7DABA43BA9: removed`
Maybe I am wrong, but I can see the log of the mail sent to admin has "status=sent (delivered via plesk_virtual service)" whereas the log of mail sent to gmail doesn't have this.
Does someone can help me to identify source of issue?
I searched here and on google, but it all give some solution for general problem of sending mail; not this particular case when admin only doesn't receive mail.
PS: Admin@ can send and receive mail outside of wordpress. It is only when the sendmail function from wordpress want to send a mail. It is forwarding the order to the server which is managed by plesk on ubuntu server.
So I phoned Ionos support again, and he explained me that the server doesn't send outside the mail. It means server keep the mail inside itself as email address of destinary if in the server (no need to go outside). That is why the log said "status=sent (delivered via plesk_virtual service)". So that is why my email client can't download these notification mails.
So now the real question is "How to say to plesk to let mails going outside in order to let my email client receiving the mails."?
Thanks in advance for your help.