Darío Mariani wrote: > I think you should use the /etc/mail/sendmail.mc macros, it's easier. > There check if you have the following lines: > > define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl > FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl > MAILER(smtp)dnl > MAILER(procmail)dnl The purpose of FEATURE(local_procmail) is to make the "local" mailer use procmail; it's just a simple way of setting the LOCAL_MAILER_{PATH,ARGS,FLAGS} variables. Consequently, you should also use MAILER(local), otherwise FEATURE(local_procmail) has no purpose. MAILER(procmail) is orthogonal. It adds a separate "procmail" mailer, but doesn't affect the "local" mailer. The "procmail" mailer won't actually get used for anything without additional actions, e.g. adding mailertable entries which use it. -- Glynn Clements <glynn.clements@xxxxxxxxxx> - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html