Re: Wrong FQDN in "From"

2009-07-14 Thread mouss
Jaime Kikpole a écrit : > On Mon, Jul 13, 2009 at 1:47 PM, Victor > Duchovni wrote: >>> Don't use a CNAME in a mail address. > > Why not? After all, how would you handle vhosts if you can't send as > the CNAME record? > since when CNAME was needed for vhosts? alice A 192.0.2.1

Re: Wrong FQDN in "From"

2009-07-14 Thread Benny Pedersen
On Mon, July 13, 2009 19:34, Noel Jones wrote: > Don't use a CNAME in a mail address. hmm i belived it was just for the mx to not be a cname ? -- xpoint

Re: Wrong FQDN in "From"

2009-07-14 Thread Benny Pedersen
On Mon, July 13, 2009 18:05, Jaime Kikpole wrote: > When RT sends an email to me, it is coming from > r...@atlas.cairodurham.org. I am trying to make that say > r...@cns.cairodurham.org, instead. postconf -e 'myorigin=cns.cairodurham.org' postconf -e 'myhostname=atlas.cairodurham.org' more prob

Re: Wrong FQDN in "From"

2009-07-13 Thread Noel Jones
Jaime Kikpole wrote: On Mon, Jul 13, 2009 at 1:47 PM, Victor Duchovni wrote: Don't use a CNAME in a mail address. Why not? After all, how would you handle vhosts if you can't send as the CNAME record? Sendmail often rewrites these. Postfix typically leaves CNAME domains alone. The OP shoul

Re: Wrong FQDN in "From"

2009-07-13 Thread Jaime Kikpole
On Mon, Jul 13, 2009 at 1:47 PM, Victor Duchovni wrote: >> Don't use a CNAME in a mail address. Why not? After all, how would you handle vhosts if you can't send as the CNAME record? > Sendmail often rewrites these. Postfix typically leaves CNAME domains > alone. The OP should avoid these, but

Re: Wrong FQDN in "From"

2009-07-13 Thread Victor Duchovni
On Mon, Jul 13, 2009 at 12:34:00PM -0500, Noel Jones wrote: > Jaime Kikpole wrote: >> I just migrated most users from one server to another one. However, a >> few things still need to work on the first server. One of them is a >> web-based program named Request Tracker (RT). >> When RT sends an

Re: Wrong FQDN in "From"

2009-07-13 Thread Noel Jones
Jaime Kikpole wrote: I just migrated most users from one server to another one. However, a few things still need to work on the first server. One of them is a web-based program named Request Tracker (RT). When RT sends an email to me, it is coming from r...@atlas.cairodurham.org. I am trying

Wrong FQDN in "From"

2009-07-13 Thread Jaime Kikpole
I just migrated most users from one server to another one. However, a few things still need to work on the first server. One of them is a web-based program named Request Tracker (RT). When RT sends an email to me, it is coming from r...@atlas.cairodurham.org. I am trying to make that say r...@c