• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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