• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

qmail filter when send mails

kraxon

New Pleskian
qmail filter when sending mails

i have following problem:

when a customer send a mail i will filter the message and send it to more recipients when the "from" adress is defined in the filter - so this will be an SMTP filter

so it should work:
mail coming from => [email protected]
=> filter is activated send mail to original recipient AND send mail to [email protected], [email protected], [email protected] .....

my server is Debian 3.1 with Plesk 7.5.4 and Qmail
 
If I understand your question correctly, you are wanting to forward email to multiple email addresses?

If so, then go to the directory

/var/qmail/mailnames/xxx.com/xxx

edit hidden file .qmail adding the following lines:

| true
&firstemailaddress
&secondemailaddress
 
no you understand not correct

i need the forward NOT when i get i mail, i need it when i send a mail !!
 
Due to your problem description sending mail to a mailgroup should solve your case.

Instead of sending the mail to mail address you normaly would send it to, send it to the mailgroup address where you have

If you still need to send it to other, send a cc or add more recipients.


LHENOR
 
Back
Top