[PHP-DB] Re: QMAIL PHP and Email sending problems?
by Manuel Lemos other posts by this author
Apr 17 2006 12:51PM messages near this date
[PHP-DB] QMAIL PHP and Email sending problems?
|
[PHP-DB] Re: QMAIL PHP and Email sending problems?
Hello,
on 04/17/2006 04:18 PM mdpeters said the following:
> I have a Solaris 10 apache system with a fully functional netqmail-1.05
> installation. The system is configured to forward all email messages to
> the internal mail hub for processing regardless of whether it is
> internal or external mail.
>
> The problem is with my PHP applications. When they email an internal
> user, no problems. When it is an external user, the system attempts to
> deliver mail directly to the address which is not permitted through the
> firewall by this web server.
>
> PHP = php-5.1.2
> Apache = httpd-2.0.55
>
> I have tried these in the php.ini:
>
> ;sendmail_path
> sendmail_path = /var/qmail/bin/qmail-inject
> sendmail_path = /var/qmail/bin/sendmail
> sendmail_path = /var/qmail/bin/sendmail -t
> sendmail_path = /var/qmail/bin/sendmail -t -i
>
> No changes. I'm pulling my hair over this one. Any help would be
> appreciated!
This is not a PHP problem. You need to configure qmail control
smtproutes setting .
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Mdpeters
Manuel Lemos
Manuel Lemos
|