Posted by Max on 05/01/07 13:43
Thank you for your posts. I appreciate your feeback.
I agree that PHP can connect to any port and SMTP port 25 is not an
issue.
What I want to accomplish is - instead of sending emails using
standard route (MX pointer): 111.111.111.111 -> 121.121.121.121 ->
222.222.222.222
I want to bypass that so that mail sent by PHP mail() function will be
forwarded directly: 111.111.111.111 -> 222.222.222.222
I will allow relay on 222.222.222.222 for 111.111.111.111.
I think it is possible to do on Windows machine by adding a record in
lmhosts file.
Can I do it on Linux, by rewriting php.ini or is it Qmail config?
[Back to original message]
|