[qmailtoaster] Question

2011-04-15 Thread Scott Hughes
One of my users sent a very large email out (large as in number of recipients he was sending to). He got a bounce message that said: 571 sorry, you are violating our security policies (#5.7.1 - chkuser) and 571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser). I

RE: [qmailtoaster] Question

2011-04-15 Thread Scott Hughes
But while we are on the subject, here is my tcp.smtp file. Anyone see any problems? 127.0.0.1:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/priva te,RBLSMTPD=,NOP0FCHECK=1 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=250,CHKUSER_WRON

[qmailtoaster] Re: Question

2011-04-15 Thread Eric Shubert
Correct. The last line is dead, because everything will be processed by the line above it. The tcp.stmp file is processed sequentially. On 04/15/2011 09:05 AM, Scott Hughes wrote: But while we are on the subject, here is my tcp.smtp file. Anyone see any problems?

Re: [qmailtoaster] Re: Question

2011-04-15 Thread Scott Hughes
Thanks Eric. I'll delete that last line and re-compile. Thanks, Scott On Apr 15, 2011, at 11:39 AM, Eric Shubert e...@shubes.net wrote: Correct. The last line is dead, because everything will be processed by the line above it. The tcp.stmp file is processed sequentially. On 04/15/2011

Re: [qmailtoaster] Re: patch utility under Fedora 13

2011-04-15 Thread Martin Waschbüsch IT-Dienstleistungen
Am 15.04.2011 um 02:17 schrieb David Bray: Did Jake have some thoughts on this - or should I just unpack, adjust the patch switch and compile ? - any shortcuts ? David Bray http://www.brayworth.com.au da...@brayworth.com.au On 12/04/2011 12:59 AM, Eric Shubert wrote: Jake can answer

[qmailtoaster] Mailing List Question

2011-04-15 Thread Scott Hughes
Is it possible to have the mailing list software that comes with QMT to automatically remove a subscriber if the email bounces back to the server? Example: I have created a script that runs once a day and gathers all of the email addresses of my domains and if they aren't already, subscribes

[qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Eric Shubert
On 04/15/2011 12:58 PM, Scott Hughes wrote: Is it possible to have the mailing list software that comes with QMT to automatically remove a subscriber if the email bounces back to the server? Example: I have created a script that runs once a day and gathers all of the email addresses of my

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Scott Hughes
Eric, I looked at and tried the 'built-in' function and it was horrible. It didn't work correctly at all. I cannot currently find any documentation on it (looking in the wiki). If you (or anyone) happens to know the name and location of said function, I'll gladly take a look at it. Thanks,

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Michael J. Colvin
Why can't you have your script Rebuild the mailing list everytime it runs. That way, it adds new accounts and purges old ones..??? There's got to be a way to delete all of the address on the list, and then you can use your script to repopulate it. Mike -Original Message- From: Scott

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Scott Hughes
Here is the shell script that I use for this. I have put the script in /etc/cron.hourly/ so that it runs each hour. That might be over-kill - once a day would probably work. I call it list-create: #!/bin/sh # 06/15/2010 - Scott Hughes sc...@renshawauto.net # Initial

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Joel Eddy
VPOPBULL. I've used it on my old server I just retired. Worked well. But I haven't tried it on my new Qmail Toaster. I would imagine it should work tho. _ From: Scott Hughes [mailto:sc...@renshawauto.net] Sent: Friday, April 15, 2011 3:18 PM To: qmailtoaster-list@qmailtoaster.com

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Joel Eddy
I might be stretching a bit so if some one with more info or experience please jump in. If you go to qmailadmin on your server and before you log in click Admin Guide you can Get help for mailing lists there. _ From: Scott Hughes [mailto:sc...@renshawauto.net] Sent: Friday,

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Joel Eddy
http:// IP or Domain name here/qmailadmin/images/help/index.html See if this helps you. _ From: Eric Shubert [mailto:e...@shubes.net] Sent: Friday, April 15, 2011 3:10 PM To: qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] Re: Mailing List Question On 04/15/2011 12:58

[qmailtoaster] On another subject Mailstats

2011-04-15 Thread Joel Eddy
My toaster isn't displaying the mrtg graphs for clamd. Has anyone seen a fix or why it doesn't diplay. I can see the clamd files in /usr/share/toaster/htdocs/mrtg/ but they don't diplay in the qcontrol web page for mail stats.

RE: [qmailtoaster] Re: Mailing List Question

2011-04-15 Thread Scott Hughes
Here is the documentation on VPOPBULL: http://www.inter7.com/vpopmail/doc/vpopbull.html Thanks, Scott From: Joel Eddy [mailto:rje...@iowaconnect.com] Sent: Friday, April 15, 2011 3:51 PM To: qmailtoaster-list@qmailtoaster.com Subject: RE: [qmailtoaster] Re: Mailing List Question

Re: [qmailtoaster] Re: patch utility under Fedora 13

2011-04-15 Thread David Bray
Hi Martin It does help to understand how this work, but I'm still left puzzled. I can compile it manually, but work with a life of 6 month on the servers and update and move the data, so it important to me that I get the install process right to make the migration quick ... hence the time spent