Jason --

...and then Jason Helfman said...
% looking into qmail options, is their anything I should know ahead of 
% time in regards to the way mutt reads files/folders/configs...?

We use qmail for our MTA, and I simply had to update to 

  set sendmail="/var/qmail/bin/sendmail -oem -oi"

in my .muttrc file -- but my mail-by-pager script needed

  $qmail = "/var/qmail/bin/qmail-inject";               # how to give to qmail?
  $qmailargs = '[EMAIL PROTECTED]';         # any args?
      open (QMAIL, "|$qmail $qmailargs $pager");        # hand off to qmail

for some reason; calling sendmail (before even getting to the -f flag)
always bombed.

Does qmail want to deliver to any special format, like the dreaded mbx,
or just drop into mbox files like it does for me?


% 
% ---
% /helfman
% "At any given moment, you may find the ticket to the circus that has 
% always been in your possession."
% 
% Fingerprint: 2F76 2856 776A 3E07 9F3E  452A 17D9 9B28 D75E 0A36
%      GnuPG http://www.gnupg.org  Get Private!


:-D
-- 
David T-G                       * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]      * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/        Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*

PGP signature

Reply via email to