• 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.

procmail redirects

S

Sandy1985

Guest
Hello everybody!

Currently I am trying to figure out the following scenario:
Every e-mail that any mailaccount receive from *@example.tld should be redirected to [email protected].

Of course this can be done with procmail, but up to now I haven't figure it out how.
There are a lot of threads and blogs about similar topics, but still I'm not quite sure about this.

I've tried it for one mailaccount with the following .procmailrc:

MAILDIR=/var/qmail/mailnames/domain.tld/sandy/Maildir
:0 c
* ^From:.*@example.tld
[email protected]

Nothing happens.. I get the E-Mails as usually and nothing gets redirected. I've also tried putting the "c" out, but still I receive the E-Mail, so I guess the file even doesn't get's processed by procmail.

It would be much appreciated if you could help me.

Many thanks in advance,
Sandy
 
Back
Top