From: Larry Stone on
On 1/24/10 4:35 PM, Shawn Fee at sfee(a)sgfitsolutions.com wrote:

>Wietse said:
>> What is the Postfix logfile warning message?

> What is the command to check that..I've never checked the Postfix log file.
> It would be extremely helpful to know. I know how to SSH into my server just
> don't know all the commands.

Please don't top post here.

Find the log file (location is implementation specific - mine is
/var/log/mail.log). Inspect with your favorite method (vi, emacs, more, etc.
- you may want to make a copy to avoid any issues with new stuff being
written to it). Find the relevant section and extract.

--
Larry Stone
lstone19(a)stonejongleux.com
http://www.stonejongleux.com/

From: Wietse Venema on
Shawn Fee:
> What is the command to check that..I've never checked the Postfix log file.
> It would be extremely helpful to know. I know how to SSH into my server just
> don't know all the commands.

You can find suggestions for logfile trouble shooting in
http://www.postfix.org/DEBUG_README.html#logging

The logfile name is system dependent. On typical linux/bsd/solaris
systems, the pathnames are specified in /etc/syslog.conf.

Once we have a Postfix warning message there may be a possible
workaround.

Wietse