Hi all,
I have a problem sending mail from two MacOS X servers. They stopped delivering mails a few days ago. I suspect that that the network they are in was configured to block all smtp traffic due to the latest Sobig worm (now there is only 1 official smtp server left). Now, before I bug the network admin (which I will do anyways), is there a way to force PHP to use an external smtp server? On Windows you have to configure php.ini with the correct server, but on Linux/MacOS X?
Thanks,
Tyler
External smtp Server instead of sendmail und Linux/MacOS X?
Moderator: General Moderators
-
tylerdurden
- Forum Commoner
- Posts: 66
- Joined: Mon Jul 28, 2003 11:52 am
- Location: Austria
-
tylerdurden
- Forum Commoner
- Posts: 66
- Joined: Mon Jul 28, 2003 11:52 am
- Location: Austria
-
tylerdurden
- Forum Commoner
- Posts: 66
- Joined: Mon Jul 28, 2003 11:52 am
- Location: Austria
I found a solution:
http://www.elbtec.de/download/sendmail.php4 is a sendmail wrapper written in Perl that sends emails to an external smtp server. Works great. On MacOS X I had to install the latest libnet CPAN module.
http://www.elbtec.de/download/sendmail.php4 is a sendmail wrapper written in Perl that sends emails to an external smtp server. Works great. On MacOS X I had to install the latest libnet CPAN module.