Raju Mathur <[EMAIL PROTECTED]> writes: > Anyone aware of a method of passing variables to program lines in > .qmail files? E.g. if I wish to use procmail as a delivery mechanism, > can I do the equivalent of "|/usr/bin/procmail $RECEIPT" to get the > target e-mail address into the procmail command line?
autoreply (21:31:55 <~>) $ cat .qmail | preline procmail Also check out the dot-forward package for qmail - which will allow you to call procmail, or anything else, from a .forward file. For emulating the standard sendmail behavior on linux (sendmail calls procmail as the local mailer / local delivery agent) on qmail, take a look at using /var/qmail/boot/proc+df as your /var/qmail/rc file. --srs (I hate qmail) :( -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
