On 17/11/2004, at 1:32 PM, chester c young wrote:
for using PHP class.smtp from Apache virtual host:
$params['host'] = 'mail.domain.com'; $params['port'] = 25; $params['helo'] = 'mail.domain.com';
domain.com in hosteddomains and esmptacceptmailfor
smtpacceptmailfor: 1.2.3.4 allow,RELAYCLIENT
If you read the documentation you'd know that the relay directives go in smtpaccess, not esmtpacceptmailfor.
Also, why are you using SMTP for local sending on a UNIX system, sendmail is much less hassle :P
-- Phillip Hutchings [EMAIL PROTECTED] http://www.sitharus.com/
smime.p7s
Description: S/MIME cryptographic signature
