On Mon, 30 Dec 2002 11:38, Jason Jonas - Sapien wrote:
Just to let everyone know... The issue was the inet_interfaces setting. In the /etc/postfix/main.cf file, the comments indicate the value defaults to 'all'. I left the settings unchanged. However, further down in the file, inet_interfaces is set to localhost. There are several other parameters who's description is in the file, but suse overrides at the bottom of the file.
My bad for not checking the entire file, but I really don't like the fact that the comments/description of a property somehow got separated from the value setting of that property. I got caught on the mydestination property as well. I set it where the comments were located, but it's set again at the bottom of the file.
I straightened it all out and everything's cool now. Thanks to everyone who responded on/off list.
Jason, I have been struggling with postfix on and off for the past week and got totally confused with that file. I ended up pulling out all the comments to see what variables were set. grep ^[^#] main.cf > variables_main.list It makes looking at the variables a lot easier especially when they endup being double set. -- Regards, Graham Smith ---------------------------------------------------------