delayedreject : syntax error
2005-02-09 by mspscl
hello, I would like to use the delayedreject option but when I launch milter-greylist I get the following message : config error at line 104: syntax error
Yahoo Groups archive
Messages
Page 124 of 144 · 7199 messages matched
2005-02-09 by mspscl
hello, I would like to use the delayedreject option but when I launch milter-greylist I get the following message : config error at line 104: syntax error
2005-02-08 by manu@netbsd.org
... In setregid(2) on my favourite OS, I have: HISTORY The setregid() function call appeared in 4.2BSD. An incompatible version was implemented in 4.4BSD. It
2005-02-08 by manu@netbsd.org
... Send me a diff, to avoid another unclear thing :) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2005-02-07 by Enrico Scholz
... Just execute a configure.ac test (e.g. ... AC_MSG_CHECKING([whether initgroups() is available]) AC_TRY_LINK([ #define _BSD_SOURCE #include #include
2005-02-07 by manu@netbsd.org
Here is milter-greylist 2.0 beta1 http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.0b1.tgz MD5 (milter-greylist-2.0b1.tgz) =
2005-02-05 by Steven Stern
... Stop it, then change ownership of the files. Don t delete anything. Make sure that you check /etc/init.d/milter-greylist before restarting, as the
2005-02-05 by manu@netbsd.org
... That was intentionnal a long time ago: from, rcpt, and domain match any substring. Use regex if you need an exact match. -- Emmanuel Dreyfus Un bouquin en
2005-02-05 by Matthias Scheler
Hello, I ve got this statement in my greylist.conf ... domain web.de ... to whitelist one of Germany s largest free e-mail provider. Today I found out that
2005-02-04 by Emmanuel Dreyfus
... Yes, it is normal. The sender decides when it resends. There is nothing you can do to force it resending sooner. -w commands the delay while you will
2005-02-04 by H Li
Hi, I rty to run milter-greylist with the option -w 1m in my fc3 linux system. The process shows 3340 ? Ssl 0:00 /usr/local/bin/milter-greylist -P
2005-02-04 by H Li
... Then, can I just change the ownershihp of greylist.db to smmsp to run it as smmsp? Do I need to change the ownership of milter-greylist.sock? or should I
2005-02-04 by Emmanuel Dreyfus
... It s because it can t write anymore to the dump file, which is owned by root because you already ran milter-greylist as root. ... Running as non root is
2005-02-04 by H Li
Hi, I installed milter_greylist 1.6 on my fc3 linux system, It looks running well. My question is: should I run it as root or as smmsp? Currently, I run it
2005-02-03 by Steven Stern
... It looks like all time values get parsed in humanized_atoi(), but I think that code is right because it works with the -w command. I m looking around, and
2005-02-03 by manu@netbsd.org
... That should be easy to track down and fix. Will you contribute a fix for it? -- Emmanuel Dreyfus Publicité subliminale: achetez ce livre!
2005-02-03 by Steven Stern
On Thu, 03 Feb 2005 11:43:12 -0600, Jack L. Stone ... Indeed, they were working off an old delay. On the 30 minutes vs 30 seconds
2005-02-03 by Eugene Crosser
... On systems where neither setregid nor setegid exist, setgid sets *both* gid and egid. Hopefully :-) As far as I know, anyway. Even if not, well, then
2005-02-03 by hans hm04
... of course, it s the greeting feature, i.e. FEATURE(`greet_pause , `6000 ) dnl 6 seconds best regards hans --
2005-02-03 by manu@netbsd.org
... Sure, but what do we do if it does not exist? -- Emmanuel Dreyfus Le cahier de l admin BSD 2eme ed. est dans toutes les bonnes librairies
2005-02-03 by Eugene Crosser
... Remember my patch for seteuid? Here again, I think that setregid is more portable than setegid. And only setgid exists on absolutely any system. I think
2005-02-03 by Steven Stern
... Not all of them.... but I ve set the interval to 30 seconds. -- Steve
2005-02-03 by manu@netbsd.org
... I m ready to commit that, but I m concerned about initgroups() not being portable. Any input on that? How should it work on systems without initgroups? --
2005-02-03 by Hajimu UMEMOTO
Hi, ... cg Just to tell you that I just submitted a devel version of the port for FreeBSD. cg http://www.freebsd.org/cgi/query-pr.cgi?pr=76954 I ve just
2005-02-03 by Jack L. Stone
... Emmanuel: On installing greylisting for the first time, it was also my first thought that it would be good until the bad guys find a workaround. I agree
2005-02-03 by Jack L. Stone
... That s what I thought about this one. Look & compare the header & message ID, etc. Happy trails, Jack L. Stone System Admin Sage-american
2005-02-03 by Mike Robinson
... Do the entries that are not 00:30:00 match up with a previous entry? I ve seen a few overzeleous mail servers that are retrying every minute, and each time
2005-02-03 by Steven Stern
On Thu, 03 Feb 2005 08:19:59 -0600, Steven Stern ... Turns out that wasn t it. The first couple of incomings got the wait 00:30:00 . Then it went random
2005-02-03 by Steven Stern
I found my problem. There was an error in one of my whitelist lines. When I converted to 1.75, I edited the conf and had a syntax error. When an error is
2005-02-03 by Brent J. Nordquist
... Interesting! These are just what the SPEC I use does also. I m in favor of this being applied. -- Brent J. Nordquist N0BJN Other
2005-02-03 by Brent J. Nordquist
Thanks to all who have created milter-greylist! We deployed 1.6 Friday night, and the results are amazing. We now have milter-greylist running on our two MX s
2005-02-03 by Brent J. Nordquist
... The e-mail infrastructure is beginning to fail, Linford warned. You ll see huge delays in e-mail and servers collapsing. It s the beginning of the
2005-02-03 by HILLEMBRAND Cedric
Hi Matthieu, Thank s for your help. I added patch 108993-40 (the patch 108993-39 has been obsoleted by this one) and I will see... Best regards. Cédric.
2005-02-03 by Enrico Scholz
... dropping gid/groups in the daemon would be better, but afair this method is disliked as it is not very portable. Nevertheless, the attached patch makes
2005-02-03 by Enrico Scholz
ello, I attached a patch fixing an issue with libspf (http://www.libspf.org/). This library does not define FALSE but SPF_FALSE only. Enrico
2005-02-03 by Enrico Scholz
ello, I have attached two patches against 1.6 fixing the following issues: * rc-redhat.sh.in: fix startup position; 50 was too early because important
2005-02-03 by manu@netbsd.org
Hi According to this, we ll soon have to find a new idea for filtering spam efficiently:
2005-02-02 by Matthias Scheler
... I wonder if this is a good idea. I get lots of virus infected e-mail which abuse the e-mail address of a friend a sender. If Milter Greylist would have
2005-02-02 by Matthieu Herrb
... Hi, ... If you re running Solaris 8, make sure you ve installed the latest patches. There is a nasty memory leak in the pthread libraries prior to patch
2005-02-02 by HILLEMBRAND Cedric
Dear list, I’m a new user of Milter-Greylist. I installed milter-greylist since few days with sendmail 8.12.1 (and spamassasin + mitler-spamc, smrazor) on
2005-02-01 by Cyril Guibourg
Dear list, Just to tell you that I just submitted a devel version of the port for FreeBSD. http://www.freebsd.org/cgi/query-pr.cgi?pr=76954 Until the new port
2005-02-01 by manu@netbsd.org
... That would make sense as an optional feature, although that would not be easy to do. We d have to add some wildcard IP flag in the greylist database. It
2005-02-01 by manu@netbsd.org
... Ah, ok. I see what you mean. Jan 31 05:33:33 ciscy sendmail[11298]: j0VBXWcS011298: Milter: to= , reject=451 4.7.1 Greylisting in
2005-02-01 by Thomas Cameron
... From: To: Sent: Monday, January 31, 2005 1:12 PM Subject: Re: [milter-greylist] Possible feature
2005-01-31 by subscribed-lists@sterndata.com
It s a problem because it s not doing what it s supposed to be doing. With version 1.6, it said come back in 00:00:30 , as specified in the conf file. With
2005-01-31 by manu@netbsd.org
... Yes, this is the problem: When I see an outgoing e-mail, I could decide to whitelist (recipient s MX IP, recipient e-mail, sender e-mail), so that the
2005-01-31 by manu@netbsd.org
... How is it a problem? -- Emmanuel Dreyfus Un bouquin en français sur BSD: http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
2005-01-31 by Christian Pelissier
Here is a little contrib to search records in the greylist.db database. Try for example : $ ./mglfind -rw------- 1 smmsp other 1,7M janv 31 18:04
2005-01-31 by Thomas Cameron
... From: Jack L. Stone To: ; Sent: Monday, January 31, 2005
2005-01-31 by Jack L. Stone
... I m no code man either, but I would think that is a good idea if the IP was somehow matched to the domain. Otherwise, we would be exposed to forgery
2005-01-31 by Thomas Cameron
Howdy all - I am not a developer, but I imagine this would take quite a bit of work to make happen. I don t know how feasible it is. I wonder if it would be