RE: can't get server to start postfix --ISSUE RESOLVED

2017-09-08 Thread Fazzina, Angelo
: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Viktor Dukhovni Sent: Friday, September 8, 2017 10:17 AM To: postfix-users@postfix.org Subject: Re: can't get server to start postfix > On Sep 8, 2017, at 10:07 AM, Fazzina, Angelo > mailto:

Re: can't get server to start postfix

2017-09-08 Thread Viktor Dukhovni
> On Sep 8, 2017, at 10:07 AM, Fazzina, Angelo wrote: > > I ran > Yum remove postfix > I moved any directories not deleted > I have SELinux disabled in /etc/sysconfig/ > > I ran yum install postfix. > > Still same error, this is crazy. You're not providing actionable information. Does the

RE: can't get server to start postfix

2017-09-08 Thread Fazzina, Angelo
, SSG, Server Systems 860-486-9075 -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Viktor Dukhovni Sent: Thursday, September 7, 2017 5:48 PM To: postfix-users@postfix.org Subject: Re: can't get server to start postfix O

Re: can't get server to start postfix

2017-09-07 Thread Wietse Venema
Viktor Dukhovni: > > [root@mail2 ~]# bash -c "ls -ld /var{,/lib{,/postfix{,/master.lock}}}" > > drwxr-xr-x. 20 rootroot4096 Mar 2 2017 /var > > drwxr-xr-x. 29 rootroot4096 Sep 7 03:46 /var/lib > > drwxr--r--. 2 postfix postfix 4096 Sep 7 16:07 /var/lib/postfix > > -rw-r--r--.

Re: can't get server to start postfix

2017-09-07 Thread Viktor Dukhovni
> On Sep 7, 2017, at 6:01 PM, Miles Fidelman wrote: > > That suggests that postfix (actually master) is dying abnormally for some > unknown reason. > > You might do "postfix check" to see if it finds any configuration errors. > > Then you might do "postfix start -Dv" to run in debugging mode

Re: can't get server to start postfix

2017-09-07 Thread Miles Fidelman
inal Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Miles Fidelman Sent: Thursday, September 7, 2017 5:28 PM To: postfix-users@postfix.org Subject: Re: can't get server to start postfix after a reboot, you could just try "post

Re: can't get server to start postfix

2017-09-07 Thread Viktor Dukhovni
On Thu, Sep 07, 2017 at 09:34:55PM +, Fazzina, Angelo wrote: > Victor: I messed with it a little but no change. I did not suggest "messing" with it. :-) > [root@mail2 ~]# bash -c "ls -ld /var{,/lib{,/postfix{,/master.lock}}}" > drwxr-xr-x. 20 rootroot4096 Mar 2 2017 /var > drwxr-x

RE: can't get server to start postfix

2017-09-07 Thread Fazzina, Angelo
ge- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Miles Fidelman Sent: Thursday, September 7, 2017 5:28 PM To: postfix-users@postfix.org Subject: Re: can't get server to start postfix after a reboot, you could just try "postfix stop" a

Re: can't get server to start postfix

2017-09-07 Thread Miles Fidelman
/ Analyst University of Connecticut,  UITS, SSG, Server Systems 860-486-9075 -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Patrick Ben Koetter Sent: Thursday, September 7, 2017 5:02 PM To: postfix-users@postfix.org Subject:

Re: can't get server to start postfix

2017-09-07 Thread Viktor Dukhovni
On Thu, Sep 07, 2017 at 08:54:48PM +, Fazzina, Angelo wrote: > postfix/postfix-script[3214]: starting the Postfix mail system > postfix/master[3215]: fatal: open lock file /var/lib/postfix/master.lock: > cannot open file: Permission denied > [root@mail2 postfix]# ls -l /var/lib/postfix/ > to

RE: can't get server to start postfix

2017-09-07 Thread Fazzina, Angelo
t get server to start postfix you have a zombie master process hanging around. Stop postfix. Get a list of all running processes and check if there's a orphaned master process hanging around. Kill it. Start postfix. p@rick * Fazzina, Angelo : > Hi, > All of a sudden postfix won't

Re: can't get server to start postfix

2017-09-07 Thread Patrick Ben Koetter
you have a zombie master process hanging around. Stop postfix. Get a list of all running processes and check if there's a orphaned master process hanging around. Kill it. Start postfix. p@rick * Fazzina, Angelo : > Hi, > All of a sudden postfix won't load ? where should I look next ? thanks.