Dear Steve Lawrence,

> I thought about that as well, I stopped all postfix processes, checking
> via ps -ef | grep postfix to ensure no other processes where running. I
> had a look at the /etc/init.d/openprotect start section, revealing that
> the start up script calls this:
>
> /usr/sbin/postfix start 2 -c /etc/postfix.in
> /usr/sbin/postfix start 2 -c /etc/postfix
>
> I then ran that manually. The first line start up postfix, the second
> line generates an error in /var/log/mail/error "postfix is already
> running"
>
> I have tried this on two mandrake server, mandrake 7.2 and mandrake 9.1
> with the same result.
>
> I ran the line :
>
> postfix -c /etc/postfix.in start; postfix start
> postfix/postfix-script: starting the Postfix mail system
> postfix/postfix-script: fatal: the Postfix mail system is already
> running

If it says, postfix is already running, then there must be a postfix process running with /etc/postfix as its conf dir. May be you can try, "postfix stop;postfix -c /etc/postfix.in stop". Then, "ps -ef | grep postfix" to ensure that no postfix process is running and then "postfix -c /etc/postfix.in start; postfix -c /etc/postfix start; check_mailscanner". Now, it should work.


cheers Karthikeyan, S. -- S.Karthikeyan | Ph: +91 (0) 44 52166646 Fax: +91 (0) 44 52075597 Opencomputing Technologies | http://opencompt.com Server Side E-Mail Protection.




Reply via email to