You may have to check your audit file (SELinux) # put SELinux into permissive mode $ setenforce permissive # create custom policy (view result) $ grep greylist /var/log/audit/audit.log | audit2allow -m milter-greylist_additions If you something shows up in the result file, you’ll need to apply it # create custom policy and implement (note this creates a .pp and .te file) grep greylist /var/log/audit/audit.log | audit2allow -M milter-greylist_additions cat milter-greylist_additions.te semodule -i milter-greylist_additions.pp Bill > On Jul 25, 2016, at 8:36 AM, Leonardo Arena rnalrd@... [milter-greylist] <milter-greylist@yahoogroups.com> wrote: > > Il giorno lun, 25/07/2016 alle 17.23 +0300, Can Şirin > sirincan@itu.edu.tr [milter-greylist] ha scritto: >> >> Hi, >> >> I would like to use milter-greylist as an extension of sendmail. My >> distro is RHEL7. I have used EPEL-repo to install the milter-greylist >> package. >> My problem is that the dumpfile option in the configuration file does >> not work. I mean nothing has been dumped until now. >> > > Same problem here, using v4.4.3. I've workaround the issue setting > "dumpfreq 0". > > Few days ago I've upgraded to 4.6.1 but I haven't tested if anything > changed. > > Cheers > > /Leo >
Message
Re: [milter-greylist] Milter-Greylist Dump Problem
2016-07-25 by Bill Levering
Attachments
- No local attachments were found for this message.