Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-13 23:57 UTC

Messages

Browse messages

Page 6 of 144 · 7199 messages matched

Re: [milter-greylist] Rate Limit Rules

2016-11-09 by Emmanuel Dreyfus

... Why blacklist? If I understand correctly, the message cannot ever pass the rule. ... It is more difficult to maintain for you. -- Emmanuel Dreyfus

Thread view Attachments: 0

Rate Limit Rules

2016-11-09 by Can Şirin

Hi, My purpose is to limit every user except that I defined ones. ##################################################################### ratelimit high_limit

Thread view Attachments: 0

Re: [milter-greylist] Unnecessary Log

2016-11-03 by manu@...

Can ?irin sirincan@itu.edu.tr [milter-greylist] ... Itwill always appear at warning level if milter-greylist is built with GeoIP support and no database was

Thread view Attachments: 0

Re: [milter-greylist] Unnecessary Log

2016-11-03 by Fred Smith

... FWIW, I don t see this on my Centos-7, where I just brought up milter-greylist. something in our configurations differs? -- ... Not everyone who says to

Thread view Attachments: 0

Unnecessary Log

2016-11-03 by Can Şirin

Hi all, I am using milter-greylist on RHEL 7 installed from EPEL repo. In the log file there are so many milter-greylist: GeoIP is not available messages,

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-30 by Fred Smith

... Emanuel, thanks for that. I ve got that added to the milter-greylist in my local xxx.mc file, did a make to get the cf file, bounced sendmail and it s off

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-30 by manu@...

Fred Smith fredex@fcshome.stoneham.ma.us [milter-greylist] ... It is the same. The place specified here must be the same in sendmail and milter-greylist. --

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-30 by Fred Smith

... thanks. One more thing on which I m not entirely clear: I assume (since the doc doesn t seem to be specific on this) that this is a separate communication

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-30 by manu@...

Fred Smith fredex@fcshome.stoneham.ma.us [milter-greylist] ... Yes, IIRC this is R for RCPT stage. ... This is for the communication between sendmail and

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-29 by Fred Smith

... Thanks, I ve found it, and (of course ;) have another question: can you advise me on which option is the right one for this situation? Note the separator

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-29 by manu@...

Fred Smith fredex@fcshome.stoneham.ma.us [milter-greylist] ... Yes, it is a sendmail option where you define the milter (X line). See sendmail operator guide

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-28 by Fred Smith

... so far I ve seen this phenomenon ONLY in SPAM emails. if that timeout event is happening in milter-greylist, can you say how long the timeout is? or if

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-27 by Fred Smith

... good question. is there a way to tell? Fred -- ... The eyes of the Lord are everywhere, keeping watch on the wicked and the good.

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-27 by Fred Smith

... its a six-core AMD Vishera 6350. but it is running Folding At Home client. I can try freeing up one core to see if that helps. but what s funny is I

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-27 by Fred Smith

... its a six-core AMD Vishera 6350. but it is running Folding At Home client. I can try freeing up one core to see if that helps. but what s funny is I

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-27 by manu@...

Fred Smith fredex@fcshome.stoneham.ma.us [milter-greylist] ... For some reason, milter-greylist timed out. Is the machine busy, or is it running on another

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-27 by Fred Smith

... here s an example that didn t get the X-greylist header. first, logs from /var/log/maillog: Oct 26 21:17:37 fcshome sendmail[5226]: u9R1HJpw005226: Milter

Thread view Attachments: 0

inconsequent spf results

2016-10-26 by markus@...

Hello group! Can someone explain this behavour to me? Consider the following RACL rules: # Add a Received-SPF header to all messages # racl continue spf

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-26 by Bill Levering

To allow SELinux to do what you want you have to do the following: 1) Put SELinux into permissive mode $ setenforce permissive 2) Get milter-greylist to write

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-26 by Fred Smith

... I assume you mean the logs, as defined in the basic greylist.conf sample file: #stat /var/milter-greylist/greylist.log # %T{%Y/%m/%d %T} %d

Thread view Attachments: 0

Re: [milter-greylist] report all

2016-10-25 by manu@...

Fred Smith fredex@fcshome.stoneham.ma.us [milter-greylist] ... Perhaps you found a bug. Is there some milter-greylist logs about the message? -- Emmanuel

Thread view Attachments: 0

report all

2016-10-25 by Fred Smith

Hi! I have report all in my greylist.conf: # # Simple greylisting config file using the new features # See greylist2.conf for a more detailed list of

Thread view Attachments: 0

Sample milter-greylist configs

2016-10-24 by Jim Klimov

Hi all, I ve finally done what I hoped to do for years - namely, revised and published sone of my older works, including the template milter-greylist config

Thread view Attachments: 0

Re: [milter-greylist] GeoIP update

2016-10-23 by Emmanuel Dreyfus

... I suspect you do. We call GeoIP_open() at config file parse time, hence you need to re-parse to open a new database. This can be done by a restart, or by a

Thread view Attachments: 0

GeoIP update

2016-10-21 by Marcus Schopen

Hi, do I have to restart milter-greylist if I update [1] the GeoIP database automatically? Ciao! Marcus [1] https://github.com/maxmind/geoipupdate/releases

Thread view Attachments: 0

newbie question re: blacklisting

2016-10-21 by Fred Smith

Hi all! Just learning how to use milter-greylist. I m making progress, but have something I don t understand. Given these definitions in the greylist.conf

Thread view Attachments: 0

Combined IPv4 and IPv6 GeoIP db?

2016-10-12 by markus@...

Hi! Is it possible to use two GeoIP databases? As far as I understand, I have to point geoipdb to either GeoIP.dat or GeoIPv6.dat. How can I use both? All the

Thread view Attachments: 0

logging "Delayed for"

2016-10-05 by Marcus Schopen

Hi, I d like to generate some graphs with mailgrapher. Milter-greylist is called via tcp from the receiving relay, so some logging is on the receiving sendmail

Thread view Attachments: 0

collecting rcpt from smtp relay

2016-10-01 by Marcus Schopen

Hi, I m planning to collect recipients from my smtp relay and whitelist these on the incoming relay via urlcheck feature. What are recipients which should be

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.