Re: [milter-greylist] Cannot write dumpfile
2006-12-11 by aNguyen
I think the problem is fixed. These errors do not show up and milter-greylist does not die ... yet (in 5 hours so far...) I took over the system built by a
Yahoo Groups archive
Messages
Page 86 of 144 · 7199 messages matched
2006-12-11 by aNguyen
I think the problem is fixed. These errors do not show up and milter-greylist does not die ... yet (in 5 hours so far...) I took over the system built by a
2006-12-11 by Oliver Fromme
... It could simply be a configuration issue with his syslog. In fact it s pretty easy to mess up the config so you get duplicate messages to the same file. I
2006-12-11 by manu@netbsd.org
... Same message ID but different thread? It looks odd... -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-12-11 by Joel Reicher
... Did this message really appear twice? I m guessing, but perhaps you re seeing a threading problem. I doubt it s healthy for more than one thread to use the
2006-12-11 by aNguyen
My milter-greylist ran fine for one hour then crashed after these errors. This is a serious problem and I could not find any clue through google search so
2006-12-10 by Bigby Findrake
... I couldn t agree more. Perhaps we should add some advice at/to/on the group/mailing-list signup page to the tune of before you post a question, please
2006-12-10 by aNguyen
I have these errors. Any one have seen this before? Thanks! Dec 10 02:17:57 milter-greylist: [ID 525239 mail.error] cannot write dumpfile
2006-12-10 by aNguyen
I just figured it out: There is no problem with autowhitelisted entry expired in the log. It just indicates that an entry expires after 5 days (default time
2006-12-10 by manu@netbsd.org
... That message just says an outdated autowhite entry has been removed. That means the message will not get in because of autowhitelisting. Therefore that
2006-12-09 by aNguyen
Thanks for the info. I found that out also... The problem I see is that one of my messages comes in with autowhitelisted entry expired and it does not
2006-12-09 by manu@netbsd.org
... I wouldn t want to be nasty, but it s a bit annoying to spend time writing man pages if they are not readen afterward... timeout is used to control how
2006-12-09 by robert_schmidli
... It looks as if the problem is solved. From my sendmail.mc: INPUT_MAIL_FILTER(`greylist ,`S=local:/var/run/milter-greylist/greylist.sock, F=,
2006-12-09 by An.H.Nguyen
Thanks Phil, Where can I check the timeout setting and what s the typical value? An ... From: Phil Randal To: milter-greylist@yahoogroups.com Sent: Friday,
2006-12-09 by Phil Randal
... What are your timeout, autowhite values set to? autowhite should be as long as or greater than your timeout setting. Neither should be particularly short.
2006-12-09 by An.H.Nguyen
I have lots of autowhitelisted entry expired error nowadays. This error shows up over a hundred times a minute on each server. When this happens, the message
2006-12-09 by John Villalovos
... Have you heard about the mailfromd sendmail milter? I haven t used it but it looks like it would do what you want.
2006-12-08 by Guy Feltin
... With sendmail you can use mimedefang (http://www.mimdefang.org) with the function : md_check_against_smtp_server: md_check_against_smtp_server($sender,
2006-12-08 by Emmanuel Dreyfus
... I don t know where we are going with URL checks, but I suspect at one point we will want to have a url check plugins folder in milter-greylist
2006-12-08 by Oliver Fromme
... Yes, I could do that, but I don t want to tie yet another machine into the equation. It increases the number of potential points of failure . ... Yes, in
2006-12-08 by manu@netbsd.org
... Or your CGI can check a list of valid address that you push from your primary MX... -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-12-08 by manu@netbsd.org
... You can query another machine that will do a SMTP VRFY on your primary MX within a CGI. That s a simple script that can be hacked within a few minutes. --
2006-12-08 by Oliver Fromme
... Thanks, but I wrote in my first mail that I cannot do that. ... Best regards Oliver PS: I ve just read Emmanuel s email how to do it with the CVS version
2006-12-08 by Joel Reicher
... Doh. I m running it as smmsp. Thanks for pointing this out. Now to change the working directory... Cheers, - Joel
2006-12-08 by Matthias Scheler
... Simple: yes Comfortable: no ... Sendmail supports that out of the box: 1.) Add the domain to /etc/mail/relay-domains on the secondary MX and reload
2006-12-08 by Emmanuel Dreyfus
... You can also hijack milter-greylist for doing it, with the new URL check feature: you d need this config in milter-greylist on backup MX: urlcheck usrok
2006-12-08 by Oliver Fromme
... I cannot do that. ... I definitely want one (or more) backup MX servers for redundancy. Network outages do happen sometimes, and so do hardware failures
2006-12-08 by Oliver Fromme
... Yes, it seems to be able to do that, but its license does not allow me to use it (it s not Open Source, among other problems). Apart from that, it seems
2006-12-08 by manu@netbsd.org
... Get rid of secondary MX? :-) In my situation, I have multiple primary MX to take care of failures, but network outages are rare enough to make secondary MX
2006-12-08 by manu@netbsd.org
... Well, code review is welcome, but I don t expect you ll find such issues in milter-greylist itself: memory allocation and file descriptors should be always
2006-12-08 by robert_schmidli
I ve installed milter-greylist-3.0 on a debian sarge machine. It s compiled with the following options: ./configure --with-libspf2=/usr/lib --with-user=smmsp
2006-12-08 by Jacques Beigbeder
Hello, ... I think this is milter-ahead . -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques |
2006-12-08 by Oliver Fromme
... Usually one of two reaons: -1- The milter-greylist user doesn t have permission to write a core dump to its current working directory. -2- The core dump
2006-12-08 by Oliver Fromme
... The stacksize shouldn t be a problem, but the descriptors might be. You can use a tool like lsof to check how many descriptors are currently in use. If
2006-12-08 by Oliver Fromme
Hi, I m sorry this is somewhat off-topic because it s not directly related to milter-greylist. But it has to do with anti-spam and milters in general, and
2006-12-08 by Joel Reicher
... No, I m not sure. I put the limits up to the hard limits, but not beyond. I don t want to make this unlimited. The weird thing is that I m getting a
2006-12-08 by Oliver Fromme
... That sounds like a resource problem. Are you sure that your milter-greylist process doesn t hit any resource limits? (i.e. data size, number of file
2006-12-08 by Oliver Fromme
... In general it is a bad idea to modify sendmail.cf directly. It is easy to shot yourself in the foot, and it makes upgrades and updates more difficult.
2006-12-08 by Joel Reicher
... I m getting the same problem. I haven t looked at it closely yet, but the presence of files like -rw------- 1 smmsp wheel 0 Dec 8 16:14
2006-12-08 by An.H.Nguyen
I do have some more milter-greylist errors below. It seems to go to error state for 2:30 minutes then back to normal... Don t know what s causing and what s
2006-12-08 by An.H.Nguyen
Oops, I found some mistakes and corrected them in sendmail.cf These lines were missing: O InputMailFilters=mimedefang, ismilter, greylist == the last
2006-12-08 by An.H.Nguyen
These are the errors I have and it stopped say ing come back later .... I was upgrading sendmail from v8.12.10 to v8.13.8 and mimedefang from v2.51 to v2.58
2006-12-07 by Emmanuel Dreyfus
... I thought a bit more about it and it was not so hard to implement. I just added the feature, check it now in CVS. The urlcheck definition has changed a
2006-12-06 by manu@netbsd.org
... I m not sure milter-greylist is a so complex project that it will seriously suffer from CVS limitation... And I m too lazy to install yet another tool. --
2006-12-06 by John Villalovos
... Thanks. Slightly off topic. Have you considered using something like Mercurial as your source control tool? It is very similar to Git, though I think
2006-12-06 by Emmanuel Dreyfus
... libcurl allows using persistant connection, but using them is a bit tricky: we want to use the same connexion for multiple message, which are handled by
2006-12-06 by Oliver Fromme
... Does it support HTTP keep-alive connections? If not, then you should consider adding it. It reduces the overhead considerably. Best regards Oliver --
2006-12-06 by Emmanuel Dreyfus
Hello I ve just checked the new cool feature into the CVS (reminder: get it by cvs -danoncvs@anoncvs.fr.netbsd.org:/milter-greylist co milter-greylist ) Now,
2006-12-05 by Nerijus Baliunas
... Ah, thanks, sorry, I forgot I had file named milter-greylist in that directory... Now OK. I made the changes for Postfix and tested them, it seems to work
2006-12-05 by manu@netbsd.org
... rm -Rf milter-greylist and start over. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-12-05 by Rildo
Hi, I am so Brazil and I finished to install greylist in my server of email. which is the best configuration for greylist.conf in /etc/mail/greylist.conf ?