a799
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Currently I have a server called:
alpha.mydomain.com but my MX record is: mail.mydomain.com (reverse DNS is setup for this domain too) When I send email it appears to come from alpha.mydomain.com in the message headers. I dont want to change the hostname of the server so how can I force Postfix to send all out going mail as coming from mail.mydomain.com? I run the latest version of Postfix, Procmail and Spamassasin all on the same box running FreeBSD 7.2. Does the hostname of the server have to match your MX record or can it be different? If you can change it then where? I cant seem to find it...
|
|
#2
|
|||
|
|||
|
Usually $myhostname is set as the output of
$ hostname. What you want to change should be $myorigin in /usr/local/etc/postfix/main.cf. Another option is masquerading, but I believe it's usually used for mail gateways.I have a mail server called mail.example.com, but I want the mail to appear from example.com: Code:
$myhostname = mail.example.com $mydomain = example.com $myorigin = $mydomain Take a look at Postfix Configuration Parameters and Postfix Address Rewriting. |
| The Following User Says Thank You to dennylin93 For This Useful Post: | ||
xy16644 (July 29th, 2009) | ||
|
#3
|
|||
|
|||
|
Changing:
Code:
myorigin = $mydomain Code:
myorigin = mail.mydomain.com Code:
myhostname = mail.mydomain.com If I look in the message headers, the before snaphot looks like this: Code:
Received: from alpha.mydomain.com ([xxx.xxx.xxx.xx]) by col0-mc4-f10.Col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Code:
Received: from mail.mydomain.com ([xxx.xxx.xxx.xx]) by col0-mc2-f27.Col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installation from FTP: cannot resolve hostname ftp... | Erratus | Installing & Upgrading | 20 | June 29th, 2010 18:25 |
| Upgrading postfix 2.5.6 to 2.6 | k1piee | Installation and Maintenance of FreeBSD Ports or Packages | 2 | May 19th, 2009 21:43 |
| Postfix Quota | robertdrake | Web & Network Services | 3 | May 2nd, 2009 06:14 |
| [Solved] No entry for hostname (Apache) | JasonB | Web & Network Services | 4 | April 11th, 2009 14:01 |
| postfix and mysql | alex2323 | Web & Network Services | 1 | March 24th, 2009 23:44 |