Results 1 to 2 of 2
Hi there. I need help with a strange problem:
I have a redhat server (server A) running a php eshop application
(under the
Code:
eshop.mydomain.com
domain).
I also have another ...
- 08-30-2010 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 1
Help with sendmail
Hi there. I need help with a strange problem:
I have a redhat server (server A) running a php eshop application
(under thedomain).Code:eshop.mydomain.com
I also have another server (server B - microsoft exchange) for handling the emails of
.Code:******@mydomain.com
When php tries to send mail to, sendmail running on server A tries to handle the message and returns an error “user unknown” instead of sending it to server B.Code:someone@mydomain.com
Any ideas?
- 08-30-2010 #2Just Joined!
- Join Date
- Dec 2009
- Location
- California
- Posts
- 69
edit /etc/mail/sendmail.cf and define Dj to be something other than mydomain.com like this:
Dj$w.Foo.COM
You will probably find that the setting is commented out - just uncomment and you'll be fine.


Reply With Quote