permission problems after last night EFA update

Bugs in eFa 4
Post Reply
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

permission problems after last night EFA update

Post by doggy101 »

Hi There, since last night update my EFA is not processing email anymore, in the logs I see:
Connected to SpamAssassin cache database
Feb 26 12:47:28 efamailscanner MailScanner[19252]: Enabling SpamAssassin auto-whitelist functionality...
Feb 26 12:47:31 efamailscanner MailScanner[19215]: /var/spool/MailScanner/milterout is not owned by user 89 !

milterin and milterout folders has root:mtagroup 0775 and this was changed last night during the Efa auto update

can someone tell me what is the correct ownership and why was it broken?
Updating info:
MailScanner noarch 5.4.4-1.eFa.el7 eFa4 601 k
eFa noarch 1:4.0.4-27.eFa.el7 eFa4 121 k
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: permission problems after last night EFA update

Post by shawniverson »

Correct ownership:

Code: Select all

sudo chown postfix /var/spool/MailScanner/{milterin,milterout}
I'm taking a look into why that didn't get set during the update.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: permission problems after last night EFA update

Post by shawniverson »

The update should have set that ownership, can you do me a favor and take a look at /var/log/eFa/update.log and tell me if anything is there that might give us some insight?
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

Re: permission problems after last night EFA update

Post by doggy101 »

update log is totally empty :-(
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

Re: permission problems after last night EFA update

Post by doggy101 »

shawniverson wrote: 26 Feb 2022 17:56 Correct ownership:

Code: Select all

sudo chown postfix /var/spool/MailScanner/{milterin,milterout}
I'm taking a look into why that didn't get set during the update.
this got the mail flowing again...
Post Reply