OSEC

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 userlocalhost.localdomain

From: Aaron Harwood (aharwoodcs.mu.oz.au)
Date: Mon Nov 21 2005 - 04:30:43 CST


Do you think it could be a problem with the DNS record?

[roothome named]# cat aerosoul-home.zone
;
; Zone file for aerosoul.com.au
;
; The full zone file for internal view
;

$TTL 3D

IN SOA ns1.aerosoul.com.au. hostmaster.aerosoul.com.au.
(
                        200551713 ; serial#
                        3600 ; refresh, seconds
                        3600 ; retry, seconds
                        3600 ; expire, seconds
                        3600 ) ; minimum, seconds
;
                    NS www ; Inet Address of nameserver

aerosoul.com.au. MX 10 mail ; Primary Mail Exchanger

;
localhost A 127.0.0.1
home A 192.168.1.4
gateway A 192.168.1.1
mail CNAME home
ns1 CNAME home
ns2 CNAME home
www CNAME home
[roothome named]#

--Aaron

On Mon, 2005-11-21 at 15:22 +0530, Dhawal Doshy wrote:
> Aaron Harwood wrote:
> > 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:
>
> What does the following command output?
> postconf append_at_myorigin append_dot_mydomain
>
> For v2.1.5, i think you have to set them as follows
> append_at_myorigin = no
> append_dot_mydomain = no
>
> See http://www.postfix.org//postconf.5.html#append_dot_mydomain for more
> details..
>
> - dhawal
>
> >
> > On Mon, 2005-11-21 at 10:29 +0100, Sandy Drobic wrote:
> >
> >>Aaron Harwood wrote:
> >>
> >>
> >>>All outgoing mail from the server is written as
> >>>
> >>>userlocalhost.localdomain
> >>>
> >>>rather than
> >>>
> >>>useraerosoul.com.au
> >>