wylde342 Tux's lil' helper
Joined: 09 Apr 2004 Posts: 78
|
Posted: Tue Apr 05, 2005 12:55 am Post subject: Qmail help |
|
|
Hi there,
I need to edit the qmail-smtpd daemon so it allows "Stray Newline Reports." In other words, I've got a web application that sends emails kinda funky, and this is the only way to get them through my relay.
The edit is adding /usr/bin/fixcrio to the file...which of course is different in Gentoo.
They suggest for the run file:
#!/bin/sh
limit datasize 3m
exec tcpserver \
-u000 -g000 -v -p -R \
0 25 \
/usr/bin/fixcrio | /var/qmail/bin/qmail-smtpd" 2>&1
I'm not quite sure which file to edit with the Gentoo install, and where to add this. If anyone can help, it'd be GREATLY appreciated.
Thank you.. |
|