Zhengquan Zhang: > Dear postfix community, > > I use postfix personally on my computer to send emails, also two mail > servers I am in charge of are running postfix. > > Now I have a basic question about my personal computer postfix > configuration that I don't have a answer for: > > I followed an fellow expert's suggestion and I changed in main.cf > > relayhost = > > to > > relayhost = $mydomain > > my hostname is m364d1.ece.northwestern.edu > > Now I would like to know what effects will be after this change. I > suspect the mail headers will be changed but I am not sure. Can anyone > give me some info on this?
This will work, provided that the command "postconf mydomain" outputs "ece.northwestern.edu". Postfix will then send your mail to one of the MX hosts for ece.northwestern.edu: domain name ttl resource-type priority mailhost ========================================================================= ece.northwestern.edu. 14400 IN MX 10 ncore.ece.northwestern.edu. ece.northwestern.edu. 14400 IN MX 10 nncore.ece.northwestern.edu. ece.northwestern.edu. 14400 IN MX 20 ajax.ece.northwestern.edu. And, as long as these hosts accept your mail, all will be well. Wietse