• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

mail forwarding doesn't work

Danny_Povolotski

New Pleskian
I'm trying to setup email forwarding (with no email boxes) for domains in my Plesk installation. It seems to just not work.

Whenever I send an email to my domain, the email just disappears into the void.

I tried switching from postfix to qmail with the same results.

My version is:
Code:
# cat /usr/local/psa/version
12.0.18 CentOS 7 1200150126.15

# rpm -q psa
psa-12.0.18-cos7.build1200140811.16.x86_64

# cat /root/.autoinstaller/microupdates.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
    <product id="plesk" version="12.0.18" installed-at="20150116T205424">
        <patch version="33" timestamp="" installed-at="20150131T033849" />
    </product>
</patches>

Here is my /var/log/maillog:
Code:
Feb  3 17:00:48 caffeine postfix/qmgr[14273]: 54F782C80A63: removed
Feb  3 16:54:17 caffeine postfix/master[14271]: daemon started -- version 2.10.1, configuration /etc/postfix
Feb  3 16:54:17 caffeine courier-authdaemon: stopping authdaemond children
Feb  3 16:54:17 caffeine courier-authdaemon: modules="authpsa ", daemons=5
Feb  3 16:54:17 caffeine courier-authdaemon: Installing libauthpsa
Feb  3 16:54:17 caffeine courier-authdaemon: Installation complete: authpsa
Feb  3 17:00:47 caffeine postfix/smtpd[15185]: connect from mail-wi0-f180.google.com[209.85.212.180]
Feb  3 17:00:48 caffeine postfix/smtpd[15185]: 0DCFC2C806A9: client=mail-wi0-f180.google.com[209.85.212.180]
Feb  3 17:00:48 caffeine postfix/cleanup[15190]: 0DCFC2C806A9: message-id=<CAOnS7oLBat-vsyPjZnR3hgPq+Xar5hepkMZE6edza_1M1q7faA@mail.gmail.com>
Feb  3 17:00:48 caffeine postfix/qmgr[14273]: 0DCFC2C806A9: from=<[email protected]>, size=1751, nrcpt=1 (queue active)
Feb  3 17:00:48 caffeine postfix/smtpd[15185]: disconnect from mail-wi0-f180.google.com[209.85.212.180]
Feb  3 17:00:48 caffeine postfix/pickup[14272]: 54F782C80A63: uid=30 from=<[email protected]>
Feb  3 17:00:48 caffeine postfix/cleanup[15190]: 54F782C80A63: message-id=<CAOnS7oLBat-vsyPjZnR3hgPq+Xar5hepkMZE6edza_1M1q7faA@mail.gmail.com>
Feb  3 17:00:48 caffeine postfix/pipe[15192]: 0DCFC2C806A9: to=<[email protected]>, relay=plesk_virtual, delay=0.31, delays=0.14/0.01/0/0.16, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Feb  3 17:00:48 caffeine postfix/qmgr[14273]: 0DCFC2C806A9: removed
Feb  3 17:00:48 caffeine postfix/qmgr[14273]: 54F782C80A63: from=<[email protected]>, size=1930, nrcpt=1 (queue active)
Feb  3 17:00:48 caffeine postfix/smtp[15202]: 54F782C80A63: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[74.125.133.27]:25, delay=0.26, delays=0.08/0.02/0.11/0.06, dsn=2.0.0, status=sent (250 2.0.0 OK 1422979248 eg8si18822682wic.99 - gsmtp)
Feb  3 17:00:48 caffeine postfix/qmgr[14273]: 54F782C80A63: removed
Feb  3 17:04:08 caffeine postfix/anvil[15188]: statistics: max connection rate 1/60s for (smtp:209.85.212.180) at Feb  3 17:00:47
Feb  3 17:04:08 caffeine postfix/anvil[15188]: statistics: max connection count 1 for (smtp:209.85.212.180) at Feb  3 17:00:47
Feb  3 17:04:08 caffeine postfix/anvil[15188]: statistics: max cache size 1 at Feb  3 17:00:47
 
Back
Top