many emails still in milteroutbound

Bugs in eFa 4
Post Reply
EnricoGTT
Posts: 33
Joined: 09 Jun 2014 07:24

many emails still in milteroutbound

Post by EnricoGTT »

Hello,
We installed new eFa 4.0 on Centos 8 and migrate the configuration with the procedure https://wiki.efa-project.org/doku.php?i ... m_v3_to_v4

I have done same test all ok, now we are traing to start in production we seen many email still in milter outbound (more of 200).

our maillog show thsi message:
Jan 15 12:28:11 gttvmlin02efa postfix/postqueue[32447]: fatal: Connect to the Postfix showq service: Permission denied

we reboot the server and check the main.cf now i can't see any error, in the log we seen this message:
Jan 15 14:53:12 gttvmlin02efa postfix/qmgr[6487]: 4DHJzd0XNXzYvKGf: skipped, still being delivered

But the counter Milter Outbound does not decrease.

Could you help me to solve this issue ?
Thanks
Best regards
Enrico
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: many emails still in milteroutbound

Post by shawniverson »

You might want to check permissions on /var/spool/postfix and /var/spool/MailScanner/milterout, as well as the contents.

/var/spool/postfix

Code: Select all

drwxr-x---. 2 postfix mtagroup   6 Aug 22 15:51 hold
drwxr-x---. 2 postfix mtagroup   6 Jan 16 11:05 incoming
/var/spool/MailScanner/milterout

Code: Select all

rwxrwxr-x.  2 postfix postfix     6 Jan 16 11:05 milterout
EnricoGTT
Posts: 33
Joined: 09 Jun 2014 07:24

Re: many emails still in milteroutbound

Post by EnricoGTT »

Thanks for answer,
now I have this permission:
folder /var/spool/postfix
drwx------. 2 postfix root 6 Jan 19 15:42 active
drwx------. 2 postfix root 6 Aug 22 21:51 bounce
drwx------. 2 postfix root 6 Aug 22 21:51 corrupt
drwx------. 18 postfix root 150 Jan 15 11:42 defer
drwx------. 18 postfix root 150 Jan 15 11:42 deferred
drwx------. 2 postfix root 23 Jan 11 16:00 flush
drwxr-x---. 2 postfix mtagroup 6 Aug 22 21:51 hold
drwxr-x---. 2 postfix mtagroup 6 Jan 19 15:42 incoming
drwx-wx---. 2 postfix postdrop 6 Jan 19 11:55 maildrop
drwxr-xr-x. 2 root root 167 Jan 19 11:54 pid
drwx------. 2 postfix root 268 Jan 19 11:54 private
drwx--x---. 2 postfix postdrop 100 Jan 19 11:54 public
drwx------. 2 postfix root 6 Aug 22 21:51 saved
drwx------. 2 postfix root 6 Aug 22 21:51 trace
and folder
/var/spool/MailScanner
[root@gttvmlin02efa postfix]# ls -l /var/spool/MailScanner
total 0
drwxrwxr-x. 2 root mtagroup 6 Dec 6 23:14 archive
drwxrwx---. 13 root mtagroup 300 Jan 20 03:16 incoming
drwxrwxr-x. 2 postfix mtagroup 6 Jan 15 19:21 milterin
drwxrwxr-x. 2 postfix mtagroup 6 Jan 15 19:53 milterout
drwxrwxr-x. 3 postfix mtagroup 22 Jan 15 11:10 quarantine
drwxrwx---. 5 root mtagroup 112 Jan 20 03:15 ramdisk_store
drwxr-xr-x. 2 postfix mtagroup 6 Dec 28 17:42 spamassassin


Is it correct ? because I have other issue, when publish this gateway as defalut inbound server refuse all mail with this error:
Jan 20 08:56:56 gttvmlin02efa postfix/smtpd[193521]: NOQUEUE: reject: RCPT from mail-ed1-f49.google.com[209.85.208.49]: 451 4.3.5 <mail-ed1-f49.google.com[209.85.208.49]>: Client host rejected: Server configuration error; from=<xxxxxxi@gmail.com> to=<xxxxx.M@gtt.to.it> proto=ESMTP helo=<mail-ed1-f49.google.com>

Thanks
Best regards
Enrico
Post Reply