I am using a new Postfix server and when I send an email to anyone, it
shows the FQDN as follows:

u...@mail.myserver.com

When it should display:

u...@myserver.com

Now in my Postfix main.cf file, I made sure to check I have:

[code]myorigin = $mydomain[/code]

Now obviously mydomain = myserver.com in my main.cf. So now I don't
know what to do. Users will see this as a huge inconvenience and will
start to complain. Could this be Amavisd?

Anyone know what I can do to test who and why this is occurring?

[r...@mail ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavisfeed:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = myserver.com
myhostname = mail.myserver.com
mynetworks = $config_directory/mynetworks
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
relay_domains =
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_delay_reject = yes
smtpd_helo_required = yes

Reply via email to