Hi,
 
I have a coldfusion server running on the same machine as the mail server.  I'd like to be able to send mail from coldfusion (which it did previously with sendmail).
 
Now, if I start my smtpd from inetd (smtp line as follows)
 
smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd
 
and the following line in hosts.allow
 
tcp-env: 127.0.0.1: setenv = RELAYCLIENT
 
It should relay mail from localhost, right?  But (ahem) no :P.  Did I miss anything here?
 
Thanks,
 
JI

Reply via email to