View previous topic :: View next topic |
Author |
Message |
kalleblue n00b
Joined: 30 Apr 2012 Posts: 1
|
Posted: Mon Apr 30, 2012 5:20 am Post subject: postfix and sending domain |
|
|
hi,
I'm having a very had time to get correct domain when sending email with postfix. When I email myself with mutt I get is this:
Code: | TO john@tux.my-isp.com
FROM john@tux.my-isp.com |
What I want is:
Code: | TO john@tux.homenetwork
FROM john@tux.homenetwork |
this is my postfix config
Code: | command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib64/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
home_mailbox = .maildir/
html_directory = /usr/share/doc/postfix-2.8.7/html
in_flow_delay = 10s
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydomain = homenetwork
myhostname = tux.homenetwork
mynetworks = 127.0.0.0/24, 10.8.0.0/24
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.8.7/readme
relay_domains = $mydestination
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_generic_maps = hash:/etc/postfix/generic
unknown_local_recipient_reject_code = 550
|
Do anyone know, where is the error?
Thanks
John |
|
Back to top |
|
|
py-ro Veteran
Joined: 24 Sep 2002 Posts: 1734 Location: Velbert
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|