• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Redirect mail to multiple senders.

D

dellison1226

Guest
Hello everyone,
I am new to Plesk and am trying to figure out how to redirect mail to multiple senders. The redirect button only allows one email address. I have tried to use a ',' and ';' to separate multiple addresses with no success.

Any help would be appreciated.

Thank you,
David
 
It has to be done manually.

edit hidden file .qmail
in this directory:

/var/qmail/mailnames/domainname.com/emailname/

add these lines: ( the "| true" may already exist )

| true
&firstemailaddress
&secondemailaddress
 
Back
Top