[vchkpw] RBL setup
Hello, how to setup RBL cheking to my qmail-vpopmail instalation. How can I chack if my RBL check works. TNX
Re: [vchkpw] RBL setup
> Hello, > > how to setup RBL cheking to my qmail-vpopmail instalation. How can I > chack if my RBL check works. > > TNX > > > Hello, Check the relevant section of this guide http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm
[vchkpw] Disabling bounce messages
I'm looking for a way to disable bouncing (ALL bouncing, not just double-bounces) temporarily for a group of domains on one our mail servers that is causing some problems. I'm hoping there is a way to do this globally (as in NOT editing ALL the /.qmail-default files, as there are many). Does anyone know of any way to do this without going into each virtual domain and editing the .qmail-default file there? That would be a lot of work, and especially bad since it would all need to be undone in a few days anyway. Any help appreciated. Google is full of answers to people using non-vpopmail setups, but little info seems to be out there for vpopmail setups on a large-ish scale. -Bill * Waveform Technology UNIX Systems Administrator
RE: [vchkpw] Disabling bounce messages
doesn't this fundementally break the RFC for SMTP? > -Original Message- > From: Bill Wichers [mailto:[EMAIL PROTECTED] > Sent: February 25, 2005 11:40 > To: vchkpw@inter7.com > Subject: [vchkpw] Disabling bounce messages > > > I'm looking for a way to disable bouncing (ALL bouncing, not just > double-bounces) temporarily for a group of domains on one our > mail servers that is causing some problems. I'm hoping there > is a way to do this globally (as in NOT editing ALL the > /.qmail-default files, as there are many). Does > anyone know of any way to do this without going into each > virtual domain and editing the .qmail-default file there? > That would be a lot of work, and especially bad since it > would all need to be undone in a few days anyway. > > Any help appreciated. Google is full of answers to people > using non-vpopmail setups, but little info seems to be out > there for vpopmail setups on a large-ish scale. > > -Bill > > > * > Waveform Technology > UNIX Systems Administrator > > > > > __ NOD32 1.1008 (20050225) Information __ > > This message was checked by NOD32 antivirus system. > http://www.nod32.com > >
Re: [vchkpw] Disabling bounce messages
On Friday 25 February 2005 11:40 am, Bill Wichers wrote: > I'm looking for a way to disable bouncing (ALL bouncing, not just > double-bounces) temporarily for a group of domains on one our mail servers > that is causing some problems. I'm hoping there is a way to do this > globally (as in NOT editing ALL the /.qmail-default files, as > there are many). Does anyone know of any way to do this without going into > each virtual domain and editing the .qmail-default file there? That would > be a lot of work, and especially bad since it would all need to be undone > in a few days anyway. I'm assuming you have a list of these domains you need to change. Write a simple script to run over the list, run vdominfo to give you the directory the domain is in, copy the existing .qmail-default to a backup location (best if it's in the same directory.. cp .qmail-default to qmail-default-backup or something, pay attention to the lack of a .) then write a new .qmail-default file with the proper command to disable bounces. -Jeremy -- Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc. [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED] pgpeXllSCphLi.pgp Description: PGP signature
[vchkpw] Development changes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quick email on some fixes to bugs in vpopmail... I'm working on a change to the vpopmail CVS tree including changes in the storage of quota-related variables. This change will eliminate use of signed values, and increase data-size capabilities in quota usage retrieval. Does anyone have any input or comments on this before I commit the changes? - -- /* ~Matt Brookings <[EMAIL PROTECTED]> GnuPG Key 7D7E5F37 ~Software developer Systems technician ~Inter7 Internet Technologies, Inc. (815)776-9465 */ banner("Support open-source!\n"); void banner(char *arg) { ~ char b[50]; ~ strcpy(b, arg); ~ printf(b); } -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCH33j/pZz8n1+XzcRAr5AAJ9OJQZiPBZCXQmUxSMEhWxDOiK4mgCbBofc SL8/cwFjY2w89zL6iCjnK+8= =3JoL -END PGP SIGNATURE-
Re: [vchkpw] Disabling bounce messages
I'm looking for a way to disable bouncing (ALL bouncing, not just double-bounces) temporarily for a group of domains on one our doesn't this fundementally break the RFC for SMTP? Probably, but considering the RFC for SMTP has fundamental problems that make life miserable for good folks and life wonderful for spammers - too bad. Sorry Bill, short of writing a shell script to change the .qmail-default files automatically I don't know of any method. Paul p.s. I'm not interested in getting into a debate, this isn't the right place anyway. -- Paul Oehler NEXCESS.NET Internet Solutions http://nexcess.net 304 1/2 S. State St. Ann Arbor, MI 48104 1.866.NEXCESS
Re: [vchkpw] Development changes
On Feb 25, 2005, at 11:34 AM, Matt Brookings wrote: I'm working on a change to the vpopmail CVS tree including changes in the storage of quota-related variables. This change will eliminate use of signed values, and increase data-size capabilities in quota usage retrieval. Does anyone have any input or comments on this before I commit the changes? I have a re-written vdelivermail that needs a few more minor changes before it can go out in the next 5.4/dev release. Otherwise, 5.4 CVS is up to date with my work. Do you plan to make the changes in the 5.5 HEAD or 5.4 branch of the CVS tree? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com
Re: [vchkpw] Development changes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perhaps we should put it in both? Tom Collins wrote: | On Feb 25, 2005, at 11:34 AM, Matt Brookings wrote: | |> I'm working on a change to the vpopmail CVS tree |> including changes in the storage of quota-related variables. |> This change will eliminate use of signed values, and increase |> data-size capabilities in quota usage retrieval. |> |> Does anyone have any input or comments on this before I commit the |> changes? | | | I have a re-written vdelivermail that needs a few more minor changes | before it can go out in the next 5.4/dev release. | | Otherwise, 5.4 CVS is up to date with my work. | | Do you plan to make the changes in the 5.5 HEAD or 5.4 branch of the CVS | tree? | | -- | Tom Collins - [EMAIL PROTECTED] | QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ | You don't need a laptop to troubleshoot high-speed Internet: sniffter.com | | | - -- /* ~Matt Brookings <[EMAIL PROTECTED]> GnuPG Key 7D7E5F37 ~Software developer Systems technician ~Inter7 Internet Technologies, Inc. (815)776-9465 */ banner("Support open-source!\n"); void banner(char *arg) { ~ char b[50]; ~ strcpy(b, arg); ~ printf(b); } -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCH43z/pZz8n1+XzcRAusAAKCaAsfG6l41s9Lg7EnGJLAhsujLWACgh1Bg oTbs7shhuCaeWIGsj4eDeV8= =TROD -END PGP SIGNATURE-
Re: [vchkpw] Development changes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Brookings wrote: | Perhaps we should put it in both? Sorry for the top-posting :) | | Tom Collins wrote: | | On Feb 25, 2005, at 11:34 AM, Matt Brookings wrote: | | | |> I'm working on a change to the vpopmail CVS tree | |> including changes in the storage of quota-related variables. | |> This change will eliminate use of signed values, and increase | |> data-size capabilities in quota usage retrieval. | |> | |> Does anyone have any input or comments on this before I commit the | |> changes? | | | | | | I have a re-written vdelivermail that needs a few more minor changes | | before it can go out in the next 5.4/dev release. | | | | Otherwise, 5.4 CVS is up to date with my work. | | | | Do you plan to make the changes in the 5.5 HEAD or 5.4 branch of the CVS | | tree? | | | | -- | | Tom Collins - [EMAIL PROTECTED] | | QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ | | You don't need a laptop to troubleshoot high-speed Internet: sniffter.com | | | | | | | | - -- /* ~Matt Brookings <[EMAIL PROTECTED]> GnuPG Key 7D7E5F37 ~Software developer Systems technician ~Inter7 Internet Technologies, Inc. (815)776-9465 */ banner("Support open-source!\n"); void banner(char *arg) { ~ char b[50]; ~ strcpy(b, arg); ~ printf(b); } -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCH48Y/pZz8n1+XzcRAnPNAKCl9euvNQxRexEt7Wczru7uOkV/qQCfULBS M9b24Dl51WidXQIxaYkIUr8= =l2fM -END PGP SIGNATURE-
[vchkpw] Spamassin configuration
I'm currently upgrading my mail server and am installing simscan. Simscan claims that there is an option to configure vpopmail with spamassassin option: --enable-spamassassin (http://www.qmailwiki.org/Simscan/Guide) The allows vpopmail user options so individual users can set their own perferences. I can't find this configure option anywhere, but would like to consider it. Does anyone have any information on this? Thanks, ron = Ron Dyck [EMAIL PROTECTED] webbtech.net =
[vchkpw] chkuser 2.0 and Gentoo ebuild
Has anyone gotten the chkuser 2.0 patch to work with gentoo ebuild? -Jonathan [EMAIL PROTECTED]
Re: [vchkpw] Spamassin configuration
On Fri, 25 Feb 2005 16:47:36 -0500 (EST), Ron Dyck <[EMAIL PROTECTED]> wrote: > I'm currently upgrading my mail server and am installing simscan. Simscan > claims that there is an option to configure vpopmail with spamassassin > option: > --enable-spamassassin > (http://www.qmailwiki.org/Simscan/Guide) > The allows vpopmail user options so individual users can set their own > perferences. > > I can't find this configure option anywhere, but would like to consider it. > > Does anyone have any information on this? > > Thanks, > > ron > > > = > Ron Dyck > [EMAIL PROTECTED] > webbtech.net > = > The document you reference tells you what you need to know as far as simscan is concerned. If you want more info about per-user config in spamassassin using sql, check here: http://wiki.apache.org/spamassassin/UsingSQL simscan has a list as well: http://news.gmane.org/gmane.mail.qmail.simscan Good luck -- Jason [EMAIL PROTECTED]
Re: [vchkpw] Disabling bounce messages
>> doesn't this fundementally break the RFC for SMTP? > > Probably, but considering the RFC for SMTP has fundamental problems that > make life miserable for good folks and life wonderful for spammers - too > bad. Doesn't really matter if it breaks it or not since (1) 99%+ of the bounces are spam anyway and spammers have never been big on RFC compliance, and (2) this is a temp fix I need to have in place for a few days until the system can be taken down to fix the problem "properly" (chkuser needs to be installed, along with a vpopmail upgrade and some db tweaks). > Sorry Bill, short of writing a shell script to change the .qmail-default > files automatically I don't know of any method. That's what I ended up doing. I was hopeful maybe there was some magic feature like /vpopmail/alias/.qmail-global-default or something like that :-) No big deal to write the script, there are maybe 30 domains or so on the box in question. It's behind our MX frontends and has been getting Spamcop angry with misdirected bounces. I needed a quick fix to appease Spamcop and get the users to stop yelling at me since I don't have the time to do a "real" fix for a few days. > Ann Arbor, MI 48104 Wow, you're local(ish)! We're in Troy and Southfield (2 facilities). -Bill * Waveform Technology UNIX Systems Administrator
Re: [vchkpw] Spamassin configuration
Jason S wrote: On Fri, 25 Feb 2005 16:47:36 -0500 (EST), Ron Dyck <[EMAIL PROTECTED]> wrote: I'm currently upgrading my mail server and am installing simscan. Simscan claims that there is an option to configure vpopmail with spamassassin option: --enable-spamassassin (http://www.qmailwiki.org/Simscan/Guide) The allows vpopmail user options so individual users can set their own perferences. I can't find this configure option anywhere, but would like to consider it. The document you reference tells you what you need to know as far as simscan is concerned. If you want more info about per-user config in spamassassin using sql, check here: http://wiki.apache.org/spamassassin/UsingSQL simscan has a list as well: http://news.gmane.org/gmane.mail.qmail.simscan Hi, That is a 5.5 option and is not available in the 5.4 series. I do know a few people do run the 5.5 series in production but I do not recommend it unless you are reading the vpopmail-dev list and are prepared to debug some code. Ken and Tom may have a different opinion though :), as I do believe Ken is one of the people running 5.5.x Regards, Rick
[vchkpw] High load average with new Shupp Toaster and chkusr 2.x
Evening All, I figured I'd upgrade my qmail/vpopmail installation this evening to upgrade to chkuser 2.x (specifically for quota and MX checking). I followed Bill's toaster as usual and installed the new version. My load avg going from an old toaster with chkuser 0.8 (or so) to the new version went from 0.50 on avg, to 20.00+ with the new version with all the processes using the CPU being qmail-smtpd. It's a standard vpopmail install (5.4.x) using cdb but qmail running as root (as I have some domains in their own directory for domain quota reasons). I usually have 40 - 60 incoming connections at any given point with about 100K delivery's per day. Any ideas why the load avg of qmail-smtpd would shoot so high with the new version of chkusr or perhaps Bill's toaster ? Regards, Rick
Re: [vchkpw] Spamassin configuration
On Feb 25, 2005, at 4:12 PM, Rick Macdougall wrote: That is a 5.5 option and is not available in the 5.4 series. I do know a few people do run the 5.5 series in production but I do not recommend it unless you are reading the vpopmail-dev list and are prepared to debug some code. Ken and Tom may have a different opinion though :), as I do believe Ken is one of the people running 5.5.x Actually, I agree with Rick. 5.4.x is the way to go. Be sure to grab the latest version listed on SourceForge as 'stable'. I consider some of the 5.4 releases as 'devel' because they incorporate significant changes. Once a release has been out as 'devel' for awhile with a significant number of downloads (and no scary bug reports), I'll re-classify it as 'stable'. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com
Re: [vchkpw] Spamassin configuration
On Friday 25 February 2005 3:47 pm, Ron Dyck wrote: > I'm currently upgrading my mail server and am installing simscan. Simscan > claims that there is an option to configure vpopmail with spamassassin > option: > --enable-spamassassin > (http://www.qmailwiki.org/Simscan/Guide) > The allows vpopmail user options so individual users can set their own > perferences. > > I can't find this configure option anywhere, but would like to consider it. > > Does anyone have any information on this? I wrote the code since we needed to support per user spamassasin preferences. At Tom's request I put it in the 5.5 development version. We run a 5.5.1 version production with no problems. I think it's about time we merged this feature into the 5.4 release. Any objections? Ken Jones inter7.com