I am using php to send an email to a locally hosted (on the same box) email account, but it bounces back with permanent errors and i can't figure out what the deal is.
it sends just fine to users that are not local.
the error in exim -> mainlog is:
So in looking at some other threads, I looked at the exim.conf file and found that it looks in the virutal alias' file.
This is what the virtual alias file for this domain has:
I'm thinking I probably need to add something here, but I'm not sure what and what the syntax is?
Can someone shed some light? Am I even barking up the right tree?
TIA
it sends just fine to users that are not local.
the error in exim -> mainlog is:
Code:
2005-11-18 23:53:02 1EdMas-0001oP-Rf ** [email][email protected][/email]
F=<[email protected]> R=virtual_aliases:
2005-11-18 23:53:02 1EdMas-0001oS-Sr <= <> R=1EdMas-0001oP-Rf
U=mail P=local S=1718 T="Mail delivery failed: returning
message to sender" from <> for [email][email protected][/email]
So in looking at some other threads, I looked at the exim.conf file and found that it looks in the virutal alias' file.
This is what the virtual alias file for this domain has:
Code:
mainuser:mainuser
*::fail:
Can someone shed some light? Am I even barking up the right tree?
TIA
Last edited: