Dennis Breithaupt wrote:
I've the problem that it seems, /etc/procmailrc is only parsed, if there is
a a user ~/.procmail present, even if that ~/.procmailrc is empty (0 bytes).
* But I want /etc/procmailrc to be invoked everytime. Especially, as on
that system are no userhomes. Has anyone a clue about that?
You have to modify your existing exim.conf. On a Debian system it
reads like this by default:
# This director runs procmail for users who have a .procmailrc file
procmail:
[...]
require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
So if you change that to
require_files = ${local_part}:+${home}:+/usr/bin/procmail
then procmail will be used even if there is no .procmailrc file.
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail