PhoneNewbie
IS-IT--Management
Hi,
I have a webserver running apache that uses postfix only to send its html newsletters (no local delivery). Let's say the machine is Mail for goofball.xyz is handled by a different server, mail.goofball.xyz and is set to allow relaying from I can correctly send to all domains except goofball.xyz.
When I send to someone@goofball.xyz, it delivers but the newsletter shows up missing its return address and the message is all text (like viewing source instead of the actual html).
I can add another recipient to the newsletter list who belongs to another domain and forward it someone@goofball.xyz and everything looks fine so it's not my local mail server/email client I don't think.
What could be causing this?
main.cf pieces -
myhostname = mydomain = goofball.xyz
myorigin = $mydomain
mydestination =
relayhost = mail.goofball.xyz
Please advise, thanks!!
I have a webserver running apache that uses postfix only to send its html newsletters (no local delivery). Let's say the machine is Mail for goofball.xyz is handled by a different server, mail.goofball.xyz and is set to allow relaying from I can correctly send to all domains except goofball.xyz.
When I send to someone@goofball.xyz, it delivers but the newsletter shows up missing its return address and the message is all text (like viewing source instead of the actual html).
I can add another recipient to the newsletter list who belongs to another domain and forward it someone@goofball.xyz and everything looks fine so it's not my local mail server/email client I don't think.
What could be causing this?
main.cf pieces -
myhostname = mydomain = goofball.xyz
myorigin = $mydomain
mydestination =
relayhost = mail.goofball.xyz
Please advise, thanks!!