• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

email redirection

webjfg

Basic Pleskian
i have serval client who use email redirection...

but it work ramdonly..

some time it redirect the email to the adresse specified in plesk, and some time.. not..

it leave email un the /var/qmail/mailnames/domain.com/info/Maildir/new

Is there a command that I to do to manually processing the mail?

thank you
 
Check the .qmail file for the given account and make sure it looks something like this:

Code:
|true
&[email protected]
./Maildir

That should forward the message on to the other account and also keep a local message.

If you don't have the line with the & then the account isn't setup properly.

If you do have a .qmail file that looks similar to that, then there is a problem further up the mail delivery chain. Either a problem with the MX records, or perhaps the internal settings for qmail itself (thinking a domain is local to the server when in fact it is remote, etc).

Good luck.
 
Back
Top