On Mon, Aug 03, 2015 at 09:48:35AM -0400, Postfix User wrote:

> On Mon, 03 Aug 2015 14:52:33 +0200, Istvan Prosinger stated:
> 
> > Yeah when I took the server for audit, Postfix was dead and couldn't 
> > start -the config file was (and stil is) in mess.
> > 
> > Nevertheless, accepting SMTP is not the issue at this moment.
> > The issue is that it seems to be disregarding the policy check.
> > I have even precompiled it from source yesterday, thinking that it might 
> > be damaged, but no effect...
> 
> I assume you have read everything at
> <http://www.postfix.org/DEBUG_README.html#mail>
> 
> Might I suggest you provide output from the postfinger tool. This can be found
> at http://ftp.wl0.org/SOURCES/postfinger.

Also post the output of:

    ps -o pid,command -p $(pgrep -x master)

along with the output of:

    strings "$command" | grep /postfix

where "$command" is the full pathname of the "master" executable
reported running by "ps".  If you can examine the process environment
via /proc or by other means, also report the value of the MAIL_CONFIG
environment variable of the "master" process.

-- 
        Viktor.

Reply via email to