Bill Luckett <[EMAIL PROTECTED]> writes:
> Can anyone point me to some documentation on how to use fixcr. I've read
> that "you can simply run sh -c 'fixcr | qmail-smtpd' for your outgoing
> mail relay." but where do you put that command? In the startup script?
It should go into the tool chain that you use to start qmail-smtpd. In
other words, if you currently start qmail-smtpd with:
tcpserver -v -R -u 91 -g 102 0 smtp qmail-smtpd 2>&1 \
| setuser qmaill /usr/local/bin/accustamp \
| setuser qmaill /usr/local/bin/cyclog /var/log/smtp &
You would instead use:
tcpserver -v -R -u 91 -g 102 0 smtp sh -c 'fixcr | qmail-smtpd' 2>&1 \
| setuser qmaill /usr/local/bin/accustamp \
| setuser qmaill /usr/local/bin/cyclog /var/log/smtp &
--
Russ Allbery ([EMAIL PROTECTED]) <URL:http://www.eyrie.org/~eagle/>