|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: all outgoing mail is written as user
localhost.localdomain
From: Aaron Harwood (aharwood
cs.mu.oz.au)
Date: Mon Nov 21 2005 - 03:43:52 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Sandy,
I've just been looking at the postconf output as well, and I've been
changing some of the values, so they differ a little from my previous
post:
[root
home postfix]# /usr/sbin/postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
mail.$mydomain, www.$mydomain, ftp.$mydomain home.$mydomain
mydomain = aerosoul.com.au
myhostname = mail
mynetworks = 192.168.1.0/24, 192.168.0.0/24 #, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
proxy_interfaces = 210.15.217.168
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.1.5/README_FILES
relay_domains =
sample_directory = /usr/share/doc/postfix-2.1.5/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
[root
home postfix]#
-Aaron
On Mon, 2005-11-21 at 10:29 +0100, Sandy Drobic wrote:
> Aaron Harwood wrote:
>
> > All outgoing mail from the server is written as
> >
> > user
localhost.localdomain
> >
> > rather than
> >
> > user
aerosoul.com.au
>
> [snip...]
>
> > Among other things, I have this in my main.cf:
> >
> > myhostname = home.aerosoul.com.au
> > mydomain = aerosoul.com.au
> > myorigin = $mydomain
> > proxy_interfaces = 210.15.217.001 # this is the external IP address
> > mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
> > mail.$mydomain, www.$mydomain, ftp.$mydomain home.$mydomain
> > mynetworks = 192.168.1.0/24, 192.168.0.0/24, 127.0.0.0/8
>
> please show the output of postconf -n, that would be more helpful. I
> suspect you have duplicate entries at the end of /etc/postfix/main.cf for
> myorigin and myhostname that overrule previous entries.
>
> Sandy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]