Re: aliases problem

2009-09-13 Thread c cc
Sahil, Thank you so much. It seems to be working after I removed the $. Once again, thanks for your time and patience. Charles On Sun, Sep 13, 2009 at 3:05 AM, Sahil Tandon wrote: > On Sun, 13 Sep 2009, c cc wrote: > >> mydestination = $myhostname, localhost, $mydomain, >> localhost.$mydomain,

Re: aliases problem

2009-09-13 Thread Sahil Tandon
On Sun, 13 Sep 2009, c cc wrote: > mydestination = $myhostname, localhost, $mydomain, > localhost.$mydomain, $ns1.example.org, localhost.localdomain, > localhost.$ns1.example.org > mydomain = example.org > myhostname = ns1.example.org > myorigin = $ns1.example.org What's with all these '$ns1' ref

Re: aliases problem

2009-09-13 Thread c cc
Sahil, Thanks--here are the files. Chralres /var/log $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 inet_interfaces = all

Re: aliases problem

2009-09-13 Thread Sahil Tandon
On Sun, 13 Sep 2009, c cc wrote: > Thank you. Here is the main part of the aliase file. Also show us the output of 'postconf -n' and some un-modified sections from your maillog that display the ENTIRE error. -- Sahil Tandon

Re: aliases problem

2009-09-13 Thread c cc
Sahil, Thank you. Here is the main part of the aliase file. Charles # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /bin/mail. # # >> The program "newaliases" must be run after # >> NOTE >> this file

Re: aliases problem

2009-09-12 Thread Sahil Tandon
On Sun, 13 Sep 2009, c cc wrote: > I just setup the postfix server and everything works fine except the > aliases. Whenever I send to an aliases email, I got the following > error message back. Some how, postfix adds an (.) period before the > domain. Does anyone know how can I remove the (dot)