Questions tagged [procmail]

Procmail is a powerful Mail Delivery Agent (MDA) capable of sorting and filtering mail based on rulesets called recipes. It's rather *nix-centric, terse, mature, and proven. However, it is now unmaintained.

Procmail is a versatile mail delivery agent (MDA) for Unix-like systems. If features a simple language for articulating delivery rules (aka recipes) to sort, forward, manipulate, and otherwise process incoming email messages.

Procmail was created in the early 1990s by Stephen R. van den Berg. After his involvement waned, Philip Guenther took over as maintainer, and published some new versions at http://procmail.org/. However, this site is now dead, and as of 2010, Guenther recommends users to switch to alternative tools such as maildrop.

In spite of its age and security issues, Procmail remains popular in some environments.

Resources

172 questions
-1
votes
1 answer

Procmail to process a forwarded email

I want to process incoming forwarded emails received by procmail to grab the subject and recipient of the forwarded (child) email. For example: UserA receives an email from UserB UserA forwards that email to the email server email server receives…
schroeder
  • 533
  • 1
  • 7
  • 25
-2
votes
2 answers

Procmail Forward script to forward emails from one domain to the other

I am trying to write a procmail forward script, which will forward all the mails received at mydomain.com to mydomain.NET. To be more clear, if mail is to:jack@mydomain.com, it should forward to: jack@mydomain.net. Like this it should forward for…
Nanda Kishore
  • 2,789
  • 5
  • 38
  • 61
-2
votes
1 answer

sorting mails by subject content

I'm receiving several mails per day from different senders with different subjects. Usually, there is some identifier (integer) that is within the Subject:, and I'd like to sort mails according to that identifier. The parsing of the identifier…
user236012
  • 265
  • 1
  • 2
  • 9
-2
votes
1 answer

postfix virtual domain, users, aliases, and procmail

I have had a virtual postfix/dovecot/procmail server set up for some time, and for the most part everything is working fine. The only quirk that I can’t figure out is some virtual aliases seem to fall through to the virtual domain’s catchall mailbox…
troypiggo
  • 1
  • 1
  • 2
-2
votes
2 answers

After upgrade to OSX Mavericks, fetchmail fails to call procmail

I just upgraded from OSX Snow Leopard to Mavericks, and now fetchmail fails to invoke procmail. Mutt is also not working, but that is a different story. The following poll (with names changed) has worked for several years: poll pop.1and1.com …
Tom Baker
  • 683
  • 5
  • 17
-3
votes
1 answer

Download mail using IMAP with fetchmail

I need to download all mail messages from a mail account with fetchmail. When I try with POP3 I can download all mail correctly in this format: [root@srv root]# ls /home/mail_import/MAIL_USER/new/ 1453828024.7837_0.srv 1453828029.7843_0.srv But…
-3
votes
1 answer

MRA + MDA for Thunderbird 24

I'm looking for a combination of MRA and MDA for Thunderbird to fulfill the task "Mirror mails from AOL account locally (mirror as in retrieve and store in a standardized format (maildir, mbox or database)) and display and operate on them (IMAP ops,…
Kalle Richter
  • 8,008
  • 26
  • 77
  • 177
1 2 3
11
12