2011-08-08 by lists-yahoogroups@localguru.de
... No, not yet. I don t want to change to config of my milter-greylist on the live machine. I will setup a test version tomorrow. ... Do I need the last line
Thread view
Attachments: 0
2011-08-08 by manu@netbsd.org
... That seems good. Did you give it a try? The thing remain a rough hack, but if I remeber correctly, the result of the urlcheck clause override the action
Thread view
Attachments: 0
2011-08-08 by lists-yahoogroups@localguru.de
Hi Emmanuel, ... of ... smtp ... I m not sure about the config, especially the ACL. Could you give me an example. My idea is something like this urlcheck
Thread view
Attachments: 0
2011-08-08 by manu@netbsd.org
... milter-greylist can do that, but what is your question? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2011-08-08 by lists-yahoogroups@localguru.de
Hi, I d like reduce milter-greylist to one function: do URL lookups (checking the recipient through a webservice) and reject (not greylist) emails with a
Thread view
Attachments: 0
2011-08-05 by compconsultant
... It s not just the first time the daemon is started, it happens at other times as well, not sure what the pattern is or why this message is there. Could it
Thread view
Attachments: 0
2011-08-05 by compconsultant
... Don t want to use TCP, BUT, I do see the option, now, I guess I was looking at an older man page online and missed that. Thanks!
Thread view
Attachments: 0
2011-08-05 by Enrico Scholz
compconsultant ... That s proper behavior. Daemons usually delay dropping of permissions until privileged operations have been finished. Such privileged
Thread view
Attachments: 0
2011-08-05 by Johann Klasek
... I see, that s why I probably switched to daemon --user on my Fedora installation by myself ;) In theory, the problem could be solved by setting the
Thread view
Attachments: 0
2011-08-04 by compconsultant
... Ok, so, here s the advantage. If you set the user to something other than root, it errors out. That s why I added the daemon. What SEEMS to happen using
Thread view
Attachments: 0
2011-07-30 by Johann Klasek
... Because of this option I would recommend not to use the daemon variant, we can not rely on its portability (especially in context for generic linux ).
Thread view
Attachments: 0
2011-07-30 by manu@netbsd.org
... milter-greylist already has a -u. Perhaps there woule be merit de refactor the script and dump the call to daemon? -- Emmanuel Dreyfus
Thread view
Attachments: 0
2011-07-28 by Johann Klasek
... check_compat ruleset is called immediately before delivery, that s far to late to signal milter-greylist during envelope processing ... This have to be
Thread view
Attachments: 0
2011-07-28 by Rich Graves
You might be able to populate a hash or socketmap with your address pairs, have a sendmail check_compat rule set a macro if the map matches, and have
Thread view
Attachments: 0
2011-07-28 by Carsten Grammes
... Bon, hélas... Merci quand-même! Carsten Am 28.07.2011 14:42, schrieb Emmanuel Dreyfus: On Thu, Jul 28, 2011 at 02:19:50PM +0200, Carsten Grammes wrote:
Thread view
Attachments: 0
2011-07-28 by Emmanuel Dreyfus
On Thu, Jul 28, 2011 at 02:19:50PM +0200, Carsten Grammes wrote: [Adding entries to white/grey lists] ... This is not possible right now. A nice wy of doing it
Thread view
Attachments: 0
2011-07-28 by Carsten Grammes
Hi, I m using milter-greylist 3.03 on Ubuntu. I ve seen the feature to autowhitelist a set (MTA/from addr/to addr) dynamically via the mxsync interface. Now I
Thread view
Attachments: 0
2011-07-28 by Johann Klasek
... At least for Redhat based systems (Fedora, CentOS, RHEL) this should be ok. I m not sure if the daemon function (a shell function from the RC environment)
Thread view
Attachments: 0
2011-07-20 by compconsultant
Each time the daemon is started, I get an error on the very first message coming in. Log file: Jul 20 00:53:06 host2 postfix/smtpd[13760]: connect from
Thread view
Attachments: 0
2011-07-15 by manu@netbsd.org
... SInce I do not run any Linux installation, I cannot check this change does not break on other systems. Someone can confirm this is okay on a non-CentOS
Thread view
Attachments: 0
2011-07-15 by compconsultant
report none says to never add a X-Greylist header. When I do that, it does not add it of course. However, all my log file entries via stat go away. I want to
Thread view
Attachments: 0
2011-07-15 by compconsultant
The generic startup script found here: http://milter-greylist.wikidot.com/linux-generic-startup-script Did not work for me. With this script, the
Thread view
Attachments: 0
2011-07-15 by manu@netbsd.org
... Sure, such a contribute would be welcome. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2011-07-15 by manu@netbsd.org
... Indeed there is currently no way of doing it. Someone has to implement addr regex matching. This is an easy change. -- Emmanuel Dreyfus
Thread view
Attachments: 0
2011-07-15 by manu@netbsd.org
... We stop evaluation on the first matching rule. ... You mean you want milter-greylist to alter a header? I will implement that if nobody do it, I alsoneed
Thread view
Attachments: 0
2011-07-14 by compconsultant
DNSWL uses an unusual form or result code for the lookup. I do not want to whitelist on 127.0/16. I d love to be able to whitelist say on: 127.0.X.3, or,
Thread view
Attachments: 0
2011-07-14 by compconsultant
Apparently, still not working for postfix in the latest devel version. So, I found the old messages related to why that is, makes sense. So.... I do use
Thread view
Attachments: 0
2011-07-14 by Rich Graves
With milter-greylist 4.2.7 and the configuration below (plus the default SPF racl whitelisting), blocking 11 is working, but the spamd 6 line appears
Thread view
Attachments: 0
2011-07-04 by manu@netbsd.org
... It is world readable, which should be okay, but perhaps the parent directories are not. What about this? ls -ld /etc/mail ls -ld /etc -- Emmanuel Dreyfus
Thread view
Attachments: 0
2011-07-04 by Damjan Hajsek
/etc/mail was not, so now I change to -rwxr-xr-x 2011/7/4
Thread view
Attachments: 0
2011-07-04 by manu@netbsd.org
... What do you get with this? ls -l /etc/mail/greylist.conf -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2011-07-04 by Damjan Hajsek
I get this: -rwxr-xr-x 1 root root 5478 jun 27 08:55 /etc/mail/greylist.conf 2011/7/4
Thread view
Attachments: 0
2011-07-04 by Johann Klasek
... Does it exist or has it the correct permissions? The user-id/group-id under which the milter-greylist daemon is running must match the permission/ownership
Thread view
Attachments: 0
2011-07-04 by damjanhd
Can someone help me with this one???? milter-greylist: config file /etc/mail/greylist.conf unavailable
Thread view
Attachments: 0
2011-06-30 by Peter Bonivart
... Edited the file in Windows and gotten ^M at end of each line? /peter
Thread view
Attachments: 0
2011-06-30 by Johann Klasek
... [..] ... What about all the stars? Where are they came from? It would be nice, if you could post greylist.conf here or provide a URL to it. Beside the
Thread view
Attachments: 0
2011-06-30 by Damjan Hajsek
** ** Hi.**** I didn t found any solution for this problem with milter-greylist on my centos server 5.0. When I am starting milter I get this error****
Thread view
Attachments: 0
2011-06-01 by manu@netbsd.org
... Build with CLFAGS=-g, then # gdb /usr/local/bin/milter-greylist (gdb) r -Dv Once crashed, type bt and post the backtrace. -- Emmanuel Dreyfus
Thread view
Attachments: 0
2011-05-31 by Bill Levering
Hmm... root@cloud:~# dpkg-query -S /usr/lib/libpthread.so libc6-dev: /usr/lib/libpthread.so root@cloud:~# dpkg --get-selections | grep libc6 libc6 install
Thread view
Attachments: 0
2011-05-31 by Steger Wolfgang
Looks like you don t have the -dev(el) -Packages installed which provide these files/links, e.g.: $ ls -l /usr/lib/libpthread.so -rw-r--r-- 1 root root 216
Thread view
Attachments: 0
2011-05-27 by Bill Levering
I m having major issues getting 4.2.7 to compile. 1st Error: Required libmilter not found. Use --with-libmilter - Solved by: $ ln -s libmilter.so.1.0.1
Thread view
Attachments: 0
2011-05-26 by Emmanuel Dreyfus
... Add a catch-all rule at the end of your ACL: racl greylist default -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2011-05-25 by Ryan Hughes
Hi. So, I ve been getting a lot of spam that is not tagged by spamassassin. These messages have a header that says: X-Greylist: Default is to whitelist mail
Thread view
Attachments: 0
2011-04-29 by manu@netbsd.org
... Could you provide a backtrace? If you got a core: # gdb `which milter-greylist` (gdb) target core milter-greylist.core (gdb) bt -- Emmanuel Dreyfus
Thread view
Attachments: 0
2011-04-28 by Benoit Branciard
... Huh, this finally works using the non-null regex /./: ldapcheck validUser ldap:///cn=my,dc=ldap,dc=base?mail?sub?(mail=%r) clear acl blacklist
Thread view
Attachments: 0
2011-04-28 by Benoit Branciard
... Sorry for the noise: after removing the typo (milterGreylistStatus instead of milterGretlistStatus), this works perfectly!!! :-) I still have
Thread view
Attachments: 0
2011-04-28 by Benoit Branciard
I spent a couple of hours trying to figure out how ldapcheck works, and I m still dubious. I m working on milter-greylist stable (4.2.7), compiled on
Thread view
Attachments: 0
2011-04-20 by manu@netbsd.org
... If someone gets a clean configure patch, the contribution is welcome. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2011-04-19 by Steger Wolfgang
I created a link /usr/local/lib/libresolv.a = /usr/lib/libresolv.a and put -L/usr/local/lib into LDFLAGS. This makes the linker find
Thread view
Attachments: 0
2011-04-19 by William Astle
... You can also try: LDFLAGS= ./configure .... no patching Makefiles required. Or set LDFLAGS (and export it) before invoking configure
Thread view
Attachments: 0