[horde] RE: [ALERT] Fatal error: (Apologies)
    Amith Varghese 
    amith at xalan.com
       
    Fri Dec  5 11:57:46 PST 2003
    
    
  
| Thanks, Amith. That was very easy to find. Here's the info you
| requested.  Hopefully it will help:
|
| Received: (qmail 18185 invoked by uid 110); 5 Dec 2003 16:07:51 -0000
Sorry... had a brain lapse.  This is your SMTP server.  We actually need to know
what IMAP server you are using.  So either ask your ISP or try
telnet <IMAP server IP> 143
But on a side not, ask your ISP to use rblsmtpd.  Since they run qmail it's easy
as pie.  All they have to do is change /var/qmail/supervise/qmail-smtp/run
Change this (at the end of the file):
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
to this ->
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
        /usr/local/bin/rblsmtpd -rbl.spamcop.net \
        /var/qmail/bin/qmail-smtpd 2>&1
That will solve alot of your SPAM problems.
Amith
----- End forwarded message -----
    
    
More information about the horde
mailing list