leblanc
14th November 2007, 07:46
my mail is being rejected from remote smtp servers since they can't verify my domain name enclosed in the mail headers.
"Sender address rejected: Domain not found "
heres an envelop:
-
X-Original-To: me@mixhacks.com
Delivered-To: me@mixhacks.com
Date: Wed, 14 Nov 2007 00:25:57 -0600
From: root <root@linux-server.robust>
To: me@mixhacks.com
Subject: root to me
User-Agent: Mutt/1.5.16 (2007-06-09)
since i'm using an account on my box to send email I am getting
root@`hostname -f`
i changed my hostname to mixhacks.com but the old hostname must be in the config somewhere.
postconf | grep robust
reveals nothing.
postfix stop
postfix start
postfix reload
doesn't update the hostname attached to root account when mailing.
1)
how can i map a user to a specific domain?
meaning root user sends:
root@mixhacks.com
me user is sent as:
me@robusthaven.com
linux-server:/var/spool/mail # postconf | grep my
append_at_myorigin = yes
append_dot_mydomain = yes
lmtp_lhlo_name = $myhostname
local_transport = local:$myhostname
milter_macro_daemon_name = $myhostname
mydestination = mail1.mixhacks.com, mixhacks.com, localhost
mydomain = mixhacks.com
myhostname = mail1.mixhacks.com
mynetworks = 127.0.0.0/8 [::1]/128
mynetworks_style = subnet
myorigin = mixhacks.com
parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,perm it_mx_backup_networks,qmqpd_authorized_clients,rel ay_domains,smtpd_access_maps
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
relay_domains = $mydestination
smtp_helo_name = $myhostname
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetw orks}
smtpd_proxy_ehlo = $myhostname
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
"Sender address rejected: Domain not found "
heres an envelop:
-
X-Original-To: me@mixhacks.com
Delivered-To: me@mixhacks.com
Date: Wed, 14 Nov 2007 00:25:57 -0600
From: root <root@linux-server.robust>
To: me@mixhacks.com
Subject: root to me
User-Agent: Mutt/1.5.16 (2007-06-09)
since i'm using an account on my box to send email I am getting
root@`hostname -f`
i changed my hostname to mixhacks.com but the old hostname must be in the config somewhere.
postconf | grep robust
reveals nothing.
postfix stop
postfix start
postfix reload
doesn't update the hostname attached to root account when mailing.
1)
how can i map a user to a specific domain?
meaning root user sends:
root@mixhacks.com
me user is sent as:
me@robusthaven.com
linux-server:/var/spool/mail # postconf | grep my
append_at_myorigin = yes
append_dot_mydomain = yes
lmtp_lhlo_name = $myhostname
local_transport = local:$myhostname
milter_macro_daemon_name = $myhostname
mydestination = mail1.mixhacks.com, mixhacks.com, localhost
mydomain = mixhacks.com
myhostname = mail1.mixhacks.com
mynetworks = 127.0.0.0/8 [::1]/128
mynetworks_style = subnet
myorigin = mixhacks.com
parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,perm it_mx_backup_networks,qmqpd_authorized_clients,rel ay_domains,smtpd_access_maps
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
relay_domains = $mydestination
smtp_helo_name = $myhostname
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetw orks}
smtpd_proxy_ehlo = $myhostname
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination