[qmailtoaster] smtp gateway

2006-10-10 Thread Erol KAHRAMAN
hi guys,is it possible to configure my qmail box as a smtp gateway ? it will check for viruses and spams and will forward mails to an other mail server like exchange. If this is possible, my second question will this, is it possible to get users from exchange for qmail smtp gateway ?
-- Erol KAHRAMANSystem Network Administrator


[qmailtoaster] A little question

2006-10-10 Thread Özgür Kolukısa









Good days,



I have a little question, what is,what does and howto use
tarpit? Can anybody explain it to me?



Regards










RE: [qmailtoaster] MYSQL help

2006-10-10 Thread Craig Smith
Hello all,

Thanks Quinn, your method is essentially what I am currenlty doing, except
I'm not using ssh, as the transfers all take place 
on the local lan and are not visible to the public, so security is not a
problem.  

So the general consensus is that in terms of qmail the dump is the preferred
method?  Given that's what I know I don't mind.
Thanks for the responses, Erik I will read through that link so at least I
know what is involved.

The backup server will only import the vpopmail database when data has
changed using my current script, and it seems to work quite
well.

Are there any concerns running a dump on the primary server every few
minutes?

thanks again.
Craig 

-Original Message-
From: Quinn Comendant [mailto:[EMAIL PROTECTED] 
Sent: 09 October 2006 17:47
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] MYSQL help

Hi Craig

I've tried setting up replication before but was frightened by its
complexity.

I might suggest just using mysqldump. The vpopmail table should not be
updated that frequently (only when accounts are added/edited/deleted), is
probably not too large (how many users?), and your second server is not
live. So copying the vpopmail table every ten minutes or so should be fine.
You can run a command to pull the data across from the second server over a
ssh tunnel:

ssh -C [EMAIL PROTECTED] mysqldump --databases -u USERNAME -pPASSWORD
vpopmail | mysql -u -pPASSWORD;

Quinn


On Mon, 9 Oct 2006 15:33:41 +0100, Craig Smith wrote:
 How do I go about configuring mysql to specifically replicate the vpopmail
 database to my backup server so that the backup
 server always has an up to date copy of the mysql database?
 
 I can manage without that, but I think it would be more efficient method.


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Problem disabling Web access for users

2006-10-10 Thread Taxxolo
Title: Messaggio



Hi all,
i've set the "Disable web 
access" options on all the users of my domain.
In the Mysql vpopmail 
database all the users have got the value "4" into pw_gid 
field.
But the server continue to 
accept the connection with squirrell webmail. Only if i disable the 
imap
access,the 
connectionvia web doesn't work but doesn't work the local imap connection 
too...
These are my 
Qmailtoasterpackages:

daemontools-toaster-0.76-1.2.11qmail-toaster-1.03-1.3.2control-panel-toaster-0.5-1.2.9qmailmrtg-toaster-4.2-1.2.11vqadmin-toaster-2.3.4-1.2.13simscan-toaster-1.2-1.2.7ucspi-tcp-toaster-0.88-1.2.11qmail-pop3d-toaster-1.03-1.3.2autorespond-toaster-2.0.4-1.2.9ezmlm-toaster-0.53.324-1.2.11qmailadmin-toaster-1.2.9-1.2.13maildrop-toaster-1.8.1-1.2.11isoqlog-toaster-2.1-1.2.10squirrelmail-toaster-1.4.6-1.2.15clamav-toaster-0.88.2-1.2.15vpopmail-toaster-5.4.13-1.2.12courier-imap-toaster-3.0.8-1.2.10ezmlm-cgi-toaster-0.53.324-1.2.11maildrop-toaster-devel-1.8.1-1.2.11spamassassin-toaster-3.1.1-1.2.14
What can i 
do?
Thanks
Paolo



Re: [qmailtoaster] Forward based on content

2006-10-10 Thread Jake Vickers

Mattias Segerdahl wrote:

Are there any rulesets in qmail?

I need to forward mails based on content in the body.
You could write something up in mailfilter/maildrop. Otherwise, no, 
there aren't any included in it.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Forward based on content

2006-10-10 Thread Mattias Segerdahl

Is /etc/mail/mailfilter being called at all?

Or is there any content/config file for maildrop?

Jake Vickers wrote:

Mattias Segerdahl wrote:

Are there any rulesets in qmail?

I need to forward mails based on content in the body.
You could write something up in mailfilter/maildrop. Otherwise, no, 
there aren't any included in it.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Updating Packages?

2006-10-10 Thread Ariel
Hello list. my English is not good, but I am using a translator. It is that I watch in the Web, and is two new packages (sapamassassing and to qmail-toaster), not as he is mecanismao to update it, somebody can help me. Gracias 
Hola lista. mi ingles no es bueno , pero estoy usando un traductor.Resulta que miro en la web, y hay dos paquetes nuevos (sapamassassing y qmail-toaster), no se como es el mecanismao para actualizarlo, alguien me puede ayudar.


Re: [qmailtoaster] Forward based on content

2006-10-10 Thread Jake Vickers

Mattias Segerdahl wrote:

Is /etc/mail/mailfilter being called at all?

Or is there any content/config file for maildrop?
That particular script is not being called anymore. You can call the 
scripts anything you want, and just add an entry in the user's .qmail 
file to process the script you wrote.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] qmail inject.

2006-10-10 Thread Stanley Robins
i have a list of 1,500,000 email addresses whom i need to send newsletters, as for time being we use other software which send emails to the qmailtoaster which in turn sends emails, i would like to know is there a better way of doing so.. also can i directly get emails in queue with qmail-inject if so how.. 
any recommendations/ suggestionsthanks


Re: [qmailtoaster] log report of toaster

2006-10-10 Thread Stanley Robins
I would like to know more on this.. me too  want something similar..cananyonehelp?? thanksOn 10/4/06, Ho 
[EMAIL PROTECTED] wrote:
I had using the guide of www.qmailrocks.org to set up a server beforeusing qmailtoaster .I found that a tool call qmailanalog work together with qlogtool arevery useful.
It will perform some basic log analysis on those qmail log files andthen output them to a desired location and email to the admin.The report will show the statistic daily, weekly, monthly.. of how much
email out, email in, spam mail, virus mail, drop mail,..I want to know that is there any program like this can be used onqmailtoaster?Here is the example:~~
Basic statisticsqtime is the time spent by a message in the queue.ddelay is the latency for a successful delivery to one recipient---theend of successful delivery, minus the time when the message was queued.
xdelay is the latency for a delivery attempt---the time when the attemptfinished, minus the time when it started. The average concurrency is thetotal xdelay for all deliveries divided by the time span; this is a good
measure of how busy the mailer is.Completed messages: 322Recipients for completed messages: 313Total delivery attempts for completed messages: 313Average delivery attempts per completed message: 0.97205
Bytes in completed messages: 764414Bytes weighted by success: 735101Average message qtime (s): 0.356866Total delivery attempts: 5436success: 4391failure: 11deferral: 1034Total ddelay (s): 
268635.007304Average ddelay per success (s): 61.178549Total xdelay (s): 54423.834349Average xdelay per delivery attempt (s): 10.011743Time span (days): 0.326475Average concurrency: 1.92942~~
Reasons for failureOne line per reason for delivery failure. Information on each line:* del is the number of deliveries that ended for this reason.* xdelay is the total xdelay on those deliveries.
del xdelay reason8 1.21 Sorry, I couldn't find any host named lanadminsystems.com. (#5.1.2)/1 0.01 Sorry, no mailbox here by that name. (#5.1.1)/2 0.04 Sorry, only subscribers may post. If you are a subscriber, please
forward this message to [EMAIL PROTECTED] to get your new addressincluded (#5.7.2)/~~
Reasons for deferralOne line per reason for deferral. Information on each line:* del is the number of deliveries that ended for this reason.* xdelay is the total xdelay on those deliveries.del xdelay reason
14 26.87 200.69.244.37 failed after I sent the message./Remote hostsaid: 451 qq temporary problem (#4.3.0)/2 1.00 66.201.122.9 failed on DATA command./Remote host said: 452
athene: Server too busy/2 2454.33 Connected to 193.17.41.29 but connection died. (#4.4.2)/1 1.33 Connected to 202.134.0.73 but greeting failed./Remote host said:
421 in-mta3.plasa.com: Too many concurrent SMTP connections from this IPaddress; please try again later./2 6.70 Connected to 202.134.1.10
 but greeting failed./Remote host said:421 in-mta3.plasa.com: Too many concurrent SMTP connections; please tryagain later./1 1.40 Connected to 
203.130.196.5 but greeting failed./Remote host said:421 in-mta3.plasa.com: Too many concurrent SMTP connections from this IPaddress; please try again later./1 1.39 Connected to 
203.130.196.5 but greeting failed./Remote host said:421 in-mta3.plasa.com: Too many concurrent SMTP connections; please tryagain later./
1 1209.36 Connected to 203.199.70.16 but connection died. (#4.4.2)/5 50.86 Connected to 203.199.70.33 but greeting failed./Remote hostsaid: 421 
mta103.mail.in.yahoo.com Resources temporarily unavailable.Please try again later./1 150.24 Connected to 207.115.63.85 but sender was rejected./Remote host
said: 451 4.1.8 Domain of sender addressqmr-return-3482-mcrsnap=[EMAIL PROTECTED] does not resolve/1 30.15 Connected to 207.44.212.170
 but greeting failed./Remote hostsaid: relaylock: db connect: failed to connect to database: Error: Can'tconnect to local MySQL server through socket '/var/lib/mysql/mysql.sock'(2)/4 0.45 Connected to 
209.202.220.194 but greeting failed./Remote hostsaid: 421 [SMTPD]: Requested action aborted; Resource temporarilyunavailable/1 1201.70 Connected to 
62.81.185.41 but connection died. (#4.4.2)/4 4806.26 Connected to 64.156.215.5 but connection died. (#4.4.2)/3 3603.07 Connected to 80.190.108.65
 but connection died. (#4.4.2)/13 1099.15 Sorry, I couldn't find any host by that name. (#4.1.2)/978 5550.09 Sorry, I wasn't able to establish an SMTP connection. (#4.4.1)/_
- QmailToaster hosted by: VR Hosted http://www.vr.org-
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional 

Re: [qmailtoaster] qmail inject.

2006-10-10 Thread Jake Vickers

Stanley Robins wrote:
i have a list of 1,500,000 email addresses whom i need to send 
newsletters, as for time being we use other software which send emails 
to the qmailtoaster which in turn sends emails, i would like to know 
is there a better way of doing so..  also can i directly get emails in 
queue with qmail-inject if so how..  


any recommendations/ suggestions

thanks
You could set up a mailing list and bulk-import those email addresses to 
the list.
Using inject? I guess you could. Not the way I'd go about it, but it is 
possible.



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] QMail-Toaster-Plus

2006-10-10 Thread Jake Vickers
Just a reminder to everyone, th cut off for new feature requests to QTP 
will be Thursday of this week.
As always, you can find out whats new with the package from the wiki 
(http://wiki.qmailtoaster.com/index.php/QmailToaster-Plus)



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmail inject.

2006-10-10 Thread Stanley Robins
ok, will using a mailing list be fast enough ?thanksOn 10/10/06, Jake Vickers [EMAIL PROTECTED] wrote:

Stanley Robins wrote: i have a list of 1,500,000 email addresses whom i need to send newsletters, as for time being we use other software which send emails to the qmailtoaster which in turn sends emails, i would like to know
 is there a better way of doing so..also can i directly get emails in queue with qmail-inject if so how.. any recommendations/ suggestions thanksYou could set up a mailing list and bulk-import those email addresses to
the list.Using inject? I guess you could. Not the way I'd go about it, but it ispossible.- QmailToaster hosted by: VR Hosted 
http://www.vr.org-To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [qmailtoaster] QMail-Toaster-Plus

2006-10-10 Thread Stanley Robins
can we have qmailanalog in QTP ?thanksOn 10/10/06, Jake Vickers [EMAIL PROTECTED] wrote:
Just a reminder to everyone, th cut off for new feature requests to QTPwill be Thursday of this week.As always, you can find out whats new with the package from the wiki(
http://wiki.qmailtoaster.com/index.php/QmailToaster-Plus)- QmailToaster hosted by: VR Hosted http://www.vr.org
-To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [qmailtoaster] QMail-Toaster-Plus

2006-10-10 Thread Mattias Segerdahl

mailfilter :)

Stanley Robins wrote:

can we have qmailanalog in QTP ?

thanks

On 10/10/06, *Jake Vickers* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:

Just a reminder to everyone, th cut off for new feature requests to QTP
will be Thursday of this week.
As always, you can find out whats new with the package from the wiki
( http://wiki.qmailtoaster.com/index.php/QmailToaster-Plus)


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
http://www.vr.org
-
To unsubscribe, e-mail:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] smtp gateway

2006-10-10 Thread Mark Samples
That would be. yes! 
1) Make an MX record for whatever server(s) you want to do this with 
that point to

your qmail-toaster
2) for the domain you want to do this for, assign that new MX record as 
it's mail exchanger.

3) Add an entry into smtproutes for that domain, format:
   domain:relay:port

I use the MX records for a domain as a tag, more than anything, a naming 
convention,
you do not have to use them specifically, just make sure whichever host 
is utilizing this,

has MX records that point to your gateway.

You will have to have some method to sort the messages into folders, 
i.e. when they come
through tagged as spam, either the client (Outlook) or some other 
method, like maildrop

to put things in their proper places.

Erol KAHRAMAN wrote:


hi guys,
is it possible to configure my qmail box as a smtp gateway ? it will 
check

for viruses and spams and will forward mails to an other mail server like
exchange. If this is possible, my second question will this, is it 
possible

to get users from exchange for qmail smtp gateway ?




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] slowness in sending large # of messages

2006-10-10 Thread Michael Handiboe

Listers,

Please help me know where to look.  The /var/qmail/logs show few if any 
failures.


I have one customer who sends a newsletter to 'thousands' of recipients. 
   Before I upgraded my QT on Friday, he says he was able to send all 
of these out within an hour.  Now, he says, it's taking 13 hours.


I do not have intimate knowledge of the inner workings of Qmail, so can 
someone tell me what to look at or look for?


Would a list of my QT packages be a good start?  I can do that.  So, 
what/where else?


Thanks --
--Michael

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmail inject.

2006-10-10 Thread Jake Vickers

Stanley Robins wrote:

ok, will using a mailing list be fast enough ?

Should be. Send the email to the mailing list (just like this one is 
running), and it will queue up all the recipients, while hiding the 
email addresses to everyone. Then it will get them out as fast as the 
receiving servers answer and accept the messages.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:MORE INFO

2006-10-10 Thread Michael Handiboe

Hopefully this will get the gears cranking for someone:
'Been reading the mailing list (don't normally have time for that)

I've got CentOS 4.3   I built QT on it 16 June 06 and did a yum update 
then, per instructions on the QT webpage.   No further changes to it.


QT packages are same as June 11th from www.qmailtoaster.com with these 
exceptions:


I have: vqadmin-toaster-2.3.4-1.3.1.src.rpm
vpopmail-toaster-5.4.13-1.3.1.src.rpm
squirrelmail-toaster-1.4.6-1.3.1.src.rpm
	qmail-toaster-1.03-1.3.6.src.rpm  (the latest -- had to have it)	 
clamav-toaster-0.88.2-1.3.1.src.rpm

spamassassin-toaster-3.1.3-1.3.1.src.rpm

I just created a pid file for freshclam.  It wasn't there earlier this 
morning.


The admin-toaster's MRTG graphs do in fact show the queue slowly ramping 
up as he sends his messages.  Before Friday's cutover, the queue would 
get up to it's peak rather steep-looking and take a day or so to clear out.


Customer in question started a delivery last night at around 9pm and the 
queue peaked at about 8:30am this morning.  His internet connection and 
my server load are nowhere near constraint.  He said before Friday's 
'upgrade', he could send these messages in an hour or less.  Now, it's 
taking much longer.  I'm hoping there's a variable I can tweak to 
'uncongest' QT or something like that...



Sample from /var/log/qmail/smtp:

@4000452b0217066aad64 tcpserver: status: 3/100
@4000452b021706b9a054 tcpserver: pid 16817 from 209.240.205.137
@4000452b021706bb4634 tcpserver: ok 16817 
ns2.wletc.com:63.147.8.8:25 :209.240.205.137::39087
@4000452b02173b15ffdc CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted

@4000452b02180526fe1c tcpserver: end 16791 status 0
@4000452b021805270dbc tcpserver: status: 2/100
@4000452b021c067461c4 CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt 
[EMAIL PROTECTED] : client allowed to relay
@4000452b021c0a32409c CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted
@4000452b021c0c0dfdac CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt [EMAIL PROTECTED] : 
client allowed to relay
@4000452b021c0fc1b2f4 CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted
@4000452b021c107157cc CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt 
[EMAIL PROTECTED] : client allowed to relay
@4000452b021c150cb9ac CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted
@4000452b021d1f02be5c CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
smtpout-3202.bay.webtv.net:unknown:209.240.205.137 rcpt  : sender 
accepted
@4000452b021d25171ff4 CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:: remote 
smtpout-3202.bay.webtv.net:unknown:209.240.205.137 rcpt 
[EMAIL PROTECTED] : found existing recipient

@4000452b0221056cadf4 tcpserver: status: 3/100
@4000452b0221056cb9ac tcpserver: pid 16844 from 204.174.16.211

sample from /var/log/qmail/send:

@4000452b09dd10b09f04 new msg 295565
@4000452b09dd10b0aabc info msg 295565: bytes 3363 from 
[EMAIL PROTECTED] qp 23051 uid 89
@4000452b09dd1108215c starting delivery 2323: msg 295565 to remote 
[EMAIL PROTECTED]

@4000452b09dd110830fc status: local 0/10 remote 9/60
@4000452b09dd15273ebc new msg 295571
@4000452b09dd15274e5c info msg 295571: bytes 3357 from 
[EMAIL PROTECTED] qp 23056 uid 89
@4000452b09dd15902634 starting delivery 2324: msg 295571 to remote 
[EMAIL PROTECTED]

@4000452b09dd159035d4 status: local 0/10 remote 10/60
@4000452b09dd19a1458c new msg 295578
@4000452b09dd19a1552c info msg 295578: bytes 3367 from 
[EMAIL PROTECTED] qp 23062 uid 89
@4000452b09dd19f9f0c4 starting delivery 2325: msg 295578 to remote 
[EMAIL PROTECTED]

@4000452b09dd19f9fc7c status: local 0/10 remote 11/60
@4000452b09dd1e112e84 new msg 295590
@4000452b09dd1e11420c info msg 295590: bytes 3371 from 
[EMAIL PROTECTED] qp 23065 uid 89
@4000452b09dd1e6de8cc starting delivery 2326: msg 295590 to remote 
[EMAIL PROTECTED]

@4000452b09dd1e6df86c status: local 0/10 remote 12/60
@4000452b09dd222dfa24 new msg 295600
@4000452b09dd222e09c4 info msg 295600: bytes 3369 from 
[EMAIL PROTECTED] qp 23068 uid 89
@4000452b09dd2284539c starting delivery 2327: msg 295600 to remote 
[EMAIL PROTECTED]

@4000452b09dd2284633c status: local 0/10 remote 13/60
@4000452b09de06dd5cc4 delivery 2324: success: 
User_and_password_not_set,_continuing_without_authentication./[EMAIL PROTECTED]_65.54.244.168_accepted_message./Remote_host_said:_250__[EMAIL PROTECTED]_Queued_mail_for_delivery/

@4000452b09de06dd704c status: local 0/10 

Re: [qmailtoaster] slowness in sending large # of messages:MORE INFO

2006-10-10 Thread Michael Handiboe

Michael Handiboe wrote:

Hopefully this will get the gears cranking for someone:


and I blanked out the /var/qmail/control/blacklists file on Friday, due 
to spamhaus.org going away.  Does *something* have to be in there?





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:MORE INFO

2006-10-10 Thread Jake Vickers

Michael Handiboe wrote:

Hopefully this will get the gears cranking for someone:
'Been reading the mailing list (don't normally have time for that)

I've got CentOS 4.3   I built QT on it 16 June 06 and did a yum update 
then, per instructions on the QT webpage.   No further changes to it.


QT packages are same as June 11th from www.qmailtoaster.com with these 
exceptions:


I have:vqadmin-toaster-2.3.4-1.3.1.src.rpm
vpopmail-toaster-5.4.13-1.3.1.src.rpm
squirrelmail-toaster-1.4.6-1.3.1.src.rpm
qmail-toaster-1.03-1.3.6.src.rpm  (the latest -- had to have 
it) clamav-toaster-0.88.2-1.3.1.src.rpm

spamassassin-toaster-3.1.3-1.3.1.src.rpm

I just created a pid file for freshclam.  It wasn't there earlier this 
morning.


The admin-toaster's MRTG graphs do in fact show the queue slowly 
ramping up as he sends his messages.  Before Friday's cutover, the 
queue would get up to it's peak rather steep-looking and take a day or 
so to clear out.


Customer in question started a delivery last night at around 9pm and 
the queue peaked at about 8:30am this morning.  His internet 
connection and my server load are nowhere near constraint.  He said 
before Friday's 'upgrade', he could send these messages in an hour or 
less.  Now, it's taking much longer.  I'm hoping there's a variable I 
can tweak to 'uncongest' QT or something like that...



Sample from /var/log/qmail/smtp:

@4000452b0217066aad64 tcpserver: status: 3/100
@4000452b021706b9a054 tcpserver: pid 16817 from 209.240.205.137
@4000452b021706bb4634 tcpserver: ok 16817 
ns2.wletc.com:63.147.8.8:25 :209.240.205.137::39087
@4000452b02173b15ffdc CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted

@4000452b02180526fe1c tcpserver: end 16791 status 0
@4000452b021805270dbc tcpserver: status: 2/100
@4000452b021c067461c4 CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt 
[EMAIL PROTECTED] : client allowed to relay
@4000452b021c0a32409c CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted
@4000452b021c0c0dfdac CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt [EMAIL PROTECTED] : 
client allowed to relay
@4000452b021c0fc1b2f4 CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted
@4000452b021c107157cc CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt 
[EMAIL PROTECTED] : client allowed to relay
@4000452b021c150cb9ac CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
YOUR-4DACD0EA75:unknown:63.147.9.13 rcpt  : sender accepted
@4000452b021d1f02be5c CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
smtpout-3202.bay.webtv.net:unknown:209.240.205.137 rcpt  : sender 
accepted
@4000452b021d25171ff4 CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:: remote 
smtpout-3202.bay.webtv.net:unknown:209.240.205.137 rcpt 
[EMAIL PROTECTED] : found existing recipient

@4000452b0221056cadf4 tcpserver: status: 3/100
@4000452b0221056cb9ac tcpserver: pid 16844 from 204.174.16.211

sample from /var/log/qmail/send:

@4000452b09dd10b09f04 new msg 295565
@4000452b09dd10b0aabc info msg 295565: bytes 3363 from 
[EMAIL PROTECTED] qp 23051 uid 89
@4000452b09dd1108215c starting delivery 2323: msg 295565 to remote 
[EMAIL PROTECTED]

@4000452b09dd110830fc status: local 0/10 remote 9/60
@4000452b09dd15273ebc new msg 295571
@4000452b09dd15274e5c info msg 295571: bytes 3357 from 
[EMAIL PROTECTED] qp 23056 uid 89
@4000452b09dd15902634 starting delivery 2324: msg 295571 to remote 
[EMAIL PROTECTED]

@4000452b09dd159035d4 status: local 0/10 remote 10/60
@4000452b09dd19a1458c new msg 295578
@4000452b09dd19a1552c info msg 295578: bytes 3367 from 
[EMAIL PROTECTED] qp 23062 uid 89
@4000452b09dd19f9f0c4 starting delivery 2325: msg 295578 to remote 
[EMAIL PROTECTED]

@4000452b09dd19f9fc7c status: local 0/10 remote 11/60
@4000452b09dd1e112e84 new msg 295590
@4000452b09dd1e11420c info msg 295590: bytes 3371 from 
[EMAIL PROTECTED] qp 23065 uid 89
@4000452b09dd1e6de8cc starting delivery 2326: msg 295590 to remote 
[EMAIL PROTECTED]

@4000452b09dd1e6df86c status: local 0/10 remote 12/60
@4000452b09dd222dfa24 new msg 295600
@4000452b09dd222e09c4 info msg 295600: bytes 3369 from 
[EMAIL PROTECTED] qp 23068 uid 89
@4000452b09dd2284539c starting delivery 2327: msg 295600 to remote 
[EMAIL PROTECTED]

@4000452b09dd2284633c status: local 0/10 remote 13/60
@4000452b09de06dd5cc4 delivery 2324: success: 
User_and_password_not_set,_continuing_without_authentication./[EMAIL PROTECTED]_65.54.244.168_accepted_message./Remote_host_said:_250__[EMAIL PROTECTED]_Queued_mail_for_delivery/ 



[qmailtoaster] Problem with delivery remote

2006-10-10 Thread Gildecio E. Barboza

Hi guys,

Sorry my english, but ...

I finished to install a Fedora Core 4, and all the recent packages of 
qmail-toaster. It happens that I have found an error:   

1) I created an user, this receives local normally.   
2) I created a forward for another email using qmailadmin, and when 
control a message, verifying /var/log/qmail/send/current, meeting: 
@4000452bb3a530d69234 delivery 2: deferral: Sorry, _I_wasn't_able_te 
_establish_an_SMTP_connection. _ (#4.4.1)/



Already I verified the permissions of another qmail that I have, and vi 
that /var/qmail/queue has different permissions.  
This is a known problem already? Some aid?   
** If somebody Portuguese speech, can be in pt_BR the reply or helps.
begin:vcard
fn:Gildecio E. Barboza
n:E. Barboza;Gildecio
org:Freedows S.A;Coordenadoria de Suporte
email;internet:[EMAIL PROTECTED]
title:Gerente de Projetos
version:2.1
end:vcard


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] badmailto qregex

2006-10-10 Thread Eric \Shubes\
Eric Shubes wrote:
 Eric Shubes wrote:
 I've been getting a boat load of 'joe jobs' lately in my catchall account.
 Most of them are like rcpt [EMAIL PROTECTED], with two
 apparently random parts separated by a period. I don't have a period in any
 of my legitimate account names, so I figured I could block them in badmailto
 with:
 [EMAIL PROTECTED]
 That's not working though. They're still getting through.

 Anyone know how I'm messing this up?
 
 After reading /var/qmail/doc/README.qregex carefully, I came up with:
 [EMAIL PROTECTED]
 and that works nicely!
 
 BTW, someone was asking a while back about restricting email from/to various
 internal/external domains. It looks like badmailfromnorelay and
 badmailtonorelay might fit the bill. See doc/README.qregex for more info.
 
Now that that was working, I figured I'd write a rule to reject emails with
all numeric user ids. I wrote:
[EMAIL PROTECTED]
figuring it meant any number of numeric digits. WRONG. It filtered out,
well, everything. (OOPS!)

Anyone know off hand how to write a rule that means any number of all
numeric digits?

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Problem with delivery remote

2006-10-10 Thread Eric \Shubes\
Gildecio E. Barboza wrote:
 Hi guys,
 
 Sorry my english, but ...
 
 I finished to install a Fedora Core 4, and all the recent packages of
 qmail-toaster. It happens that I have found an error:  
 1) I created an user, this receives local normally.   2) I created a
 forward for another email using qmailadmin, and when control a message,
 verifying /var/log/qmail/send/current, meeting:
 @4000452bb3a530d69234 delivery 2: deferral: Sorry, _I_wasn't_able_te
 _establish_an_SMTP_connection. _ (#4.4.1)/
 
 
 Already I verified the permissions of another qmail that I have, and vi
 that /var/qmail/queue has different permissions.  This is a known
 problem already? Some aid?   ** If somebody Portuguese speech, can be in
 pt_BR the reply or helps.
 

It appears from the log message that QT is not able to send remote.
What does /var/qmail/control/me contain?
What does /var/qmail/control/helohost contain?
What is your domain name? (so we can check your DNS settings)

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:MORE INFO

2006-10-10 Thread Michael Handiboe

Jake Vickers wrote:

If he's coming from an outside IP, it sounds like maybe you're hitting 
the chkuser limits defined in your /etc/tcprules.d/tcp.smtp file. 
Which if I remember right off the top of my head allow up to 50 
recipients at a time.  If this is the case, you may want to add a rule 
at the top for his IP address to not use the chkuser checks, just like 
the 127 entry does.


Wow, lotsa CHKUSER stuff in the web-archives...

Here's my /etc/tcprules.d/tcp.smtp file:

127.:allow,RELAYCLIENT=
63.147.x.:allow,RELAYCLIENT=
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=15,CHKUSER_WRONGRCPTLIMIT=3,QMAILQUEUE=/var/qmail/bin/simscan


By outside IP you mean the non-127.  ones?

In the archives, I've found some other examples, so I should do ...

127.:allow,RELAYCLIENT=
63.147.x.hisIP.:allow,RELAYCLIENT=   (too many '.' characters?)
63.147.x.:allow,RELAYCLIENT=
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=15,CHKUSER_WRONGRCPTLIMIT=3,QMAILQUEUE=/var/qmail/bin/simscan

Thanks Jake!



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Problem with delivery remote

2006-10-10 Thread Gildecio E. Barboza




Eric "Shubes" escreveu:

  Gildecio E. Barboza wrote:
  
  
Hi guys,

Sorry my english, but ...

I finished to install a Fedora Core 4, and all the recent packages of
qmail-toaster. It happens that I have found an error:  
1) I created an user, this receives local normally.   2) I created a
forward for another email using qmailadmin, and when control a message,
verifying /var/log/qmail/send/current, meeting:
@4000452bb3a530d69234 delivery 2: deferral: Sorry, _I_wasn't_able_te
_establish_an_SMTP_connection. _ (#4.4.1)/


Already I verified the permissions of another qmail that I have, and vi
that /var/qmail/queue has different permissions.  This is a known
problem already? Some aid?   ** If somebody Portuguese speech, can be in
pt_BR the reply or helps.


  
  
It appears from the log message that QT is not able to send remote.
What does /var/qmail/control/me contain?
What does /var/qmail/control/helohost contain?
What is your domain name? (so we can check your DNS settings)

  

cat /var/qmail/control/me : ip-208-109-84-91.ip.secureserver.net
cat /var/qmail/control/helohost : No such file or directory
hostname: ip-208-109-84-91.ip.secureserver.net
Domain: fs.inf.br






begin:vcard
fn:Gildecio E. Barboza
n:E. Barboza;Gildecio
org:Freedows S.A;Coordenadoria de Suporte
email;internet:[EMAIL PROTECTED]
title:Gerente de Projetos
version:2.1
end:vcard


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] slowness in sending large # of messages:MORE INFO

2006-10-10 Thread Michael Handiboe

Michael Handiboe wrote:

Jake Vickers wrote:


recipients at a time.  If this is the case, you may want to add a rule 
at the top for his IP address to not use the chkuser checks, just like 
the 127 entry does.



Wow, lotsa CHKUSER stuff in the web-archives...


And I think I've solved it.  Won't know for sure until my customer sends 
his thousands of messages again.


Just a question about the tcp.smtp file... how exactly to interpret it?

127. applies rules only to the mail server host itself (or 'local' mail? 
 So what's the difference?)

a.b.c.d applies rules to only mail sent from a.b.c.d to the mail host
and then the
:allow  line applies to everyone?  OR  everyone not explicitly listed above?

Thanks..


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:MORE INFO

2006-10-10 Thread Jake Vickers

Michael Handiboe wrote:

Michael Handiboe wrote:

Jake Vickers wrote:


recipients at a time.  If this is the case, you may want to add a 
rule at the top for his IP address to not use the chkuser checks, 
just like the 127 entry does.



Wow, lotsa CHKUSER stuff in the web-archives...


And I think I've solved it.  Won't know for sure until my customer 
sends his thousands of messages again.


Just a question about the tcp.smtp file... how exactly to interpret it?

127. applies rules only to the mail server host itself (or 'local' 
mail?  So what's the difference?)

a.b.c.d applies rules to only mail sent from a.b.c.d to the mail host
and then the
:allow  line applies to everyone?  OR  everyone not explicitly listed 
above?

127 is for local emails, such as the webmail (SquirrelMail).
a.b.c.d applies for that specific IP address.
:allow is for any connection that does not fall under the first rules.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Problem with delivery remote

2006-10-10 Thread Gildecio E. Barboza




Gildecio E. Barboza escreveu:

  
Eric "Shubes" escreveu:
  
Gildecio E. Barboza wrote:
  

  Hi guys,

Sorry my english, but ...

I finished to install a Fedora Core 4, and all the recent packages of
qmail-toaster. It happens that I have found an error:  
1) I created an user, this receives local normally.   2) I created a
forward for another email using qmailadmin, and when control a message,
verifying /var/log/qmail/send/current, meeting:
@4000452bb3a530d69234 delivery 2: deferral: Sorry, _I_wasn't_able_te
_establish_an_SMTP_connection. _ (#4.4.1)/


Already I verified the permissions of another qmail that I have, and vi
that /var/qmail/queue has different permissions.  This is a known
problem already? Some aid?   ** If somebody Portuguese speech, can be in
pt_BR the reply or helps.




It appears from the log message that QT is not able to send remote.
What does /var/qmail/control/me contain?
What does /var/qmail/control/helohost contain?
What is your domain name? (so we can check your DNS settings)

  
  
cat /var/qmail/control/me : ip-208-109-84-91.ip.secureserver.net
cat /var/qmail/control/helohost : No such file or directory
hostname: ip-208-109-84-91.ip.secureserver.net
Domain: fs.inf.br
  
  
  
  
  -
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi guy,

RESOLVED!
The problem was in smtproutes, my server is behind one another net. 

Tnx


begin:vcard
fn:Gildecio E. Barboza
n:E. Barboza;Gildecio
org:Freedows S.A;Coordenadoria de Suporte
email;internet:[EMAIL PROTECTED]
title:Gerente de Projetos
version:2.1
end:vcard


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] Problem with delivery remote

2006-10-10 Thread Eric \Shubes\
Gildecio E. Barboza wrote:
 Eric Shubes escreveu:
 Gildecio E. Barboza wrote:
   
 Hi guys,

 Sorry my english, but ...

 I finished to install a Fedora Core 4, and all the recent packages of
 qmail-toaster. It happens that I have found an error:  
 1) I created an user, this receives local normally.   2) I created a
 forward for another email using qmailadmin, and when control a message,
 verifying /var/log/qmail/send/current, meeting:
 @4000452bb3a530d69234 delivery 2: deferral: Sorry, _I_wasn't_able_te
 _establish_an_SMTP_connection. _ (#4.4.1)/


 Already I verified the permissions of another qmail that I have, and vi
 that /var/qmail/queue has different permissions.  This is a known
 problem already? Some aid?   ** If somebody Portuguese speech, can be in
 pt_BR the reply or helps.

 

 It appears from the log message that QT is not able to send remote.
 What does /var/qmail/control/me contain?
 What does /var/qmail/control/helohost contain?
 What is your domain name? (so we can check your DNS settings)

   
 cat /var/qmail/control/me : ip-208-109-84-91.ip.secureserver.net
 cat /var/qmail/control/helohost : No such file or directory
 hostname: ip-208-109-84-91.ip.secureserver.net
 Domain: fs.inf.br
 

That looks ok to me. I can connect to your SMTP port just fine from the outside.

Can you send to any remote servers at all? Perhaps a firewall is blocking?
-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:SOLVED

2006-10-10 Thread Michael Handiboe

Jake Vickers wrote:
127. applies rules only to the mail server host itself (or 'local' 
mail?  So what's the difference?)

a.b.c.d applies rules to only mail sent from a.b.c.d to the mail host
and then the
:allow  line applies to everyone?  OR  everyone not explicitly listed 
above?


127 is for local emails, such as the webmail (SquirrelMail).
a.b.c.d applies for that specific IP address.
:allow is for any connection that does not fall under the first rules.


Problem solved and I see where I was being tripped over.
Reason:  I think it's because I wasn't working with a new and freshly
built QT.

I had to put the  chkuser_settings.h  file into the right place
(it wasn't where this  http://wiki.qmailtoaster.com/index.php/Chkuser
said it would be) and edit it  and follow the directions AND modify my
/etc/tcprules.d/tcp.smtp  file appropriately.

My customer is now able to send 40+ messages in about 2 seconds.
Hooray!

I suffered only a little pain  :)
.
--Michael


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Nadie entiende español o no llegan mis Correos ?

2006-10-10 Thread Ariel
Hola Necesito, si alguien entiende español. o pueda traducirlo a ingles, saber como mantener el qmail-toaster actualizado con los utlimos paquetes que hay en la webAhora veo 2 spamassassin 3.15 y qmail-toaster
Hay algun script que los actualize o cual es el procediminto de hacerloGracias


Re: [qmailtoaster] Problem disabling Web access for users

2006-10-10 Thread George Sweetnam
Title: Messaggio



You couldblock 127.0.0.1 on port 143 (not 
sure if this will have any other repercussions though) , but why not just 
disable or put a .htaccess file on the webmail via apache?

George Sweetnam

  - Original Message - 
  From: 
  Taxxolo 
  To: qmailtoaster-list@qmailtoaster.com 
  
  Sent: Tuesday, October 10, 2006 5:07 
  AM
  Subject: [qmailtoaster] Problem disabling 
  Web access for users
  
  Hi 
  all,
  i've set the "Disable web 
  access" options on all the users of my domain.
  In the Mysql vpopmail 
  database all the users have got the value "4" into pw_gid 
  field.
  But the server continue 
  to accept the connection with squirrell webmail. Only if i disable the 
  imap
  access,the 
  connectionvia web doesn't work but doesn't work the local imap 
  connection too...
  These are my 
  Qmailtoasterpackages:
  
  daemontools-toaster-0.76-1.2.11qmail-toaster-1.03-1.3.2control-panel-toaster-0.5-1.2.9qmailmrtg-toaster-4.2-1.2.11vqadmin-toaster-2.3.4-1.2.13simscan-toaster-1.2-1.2.7ucspi-tcp-toaster-0.88-1.2.11qmail-pop3d-toaster-1.03-1.3.2autorespond-toaster-2.0.4-1.2.9ezmlm-toaster-0.53.324-1.2.11qmailadmin-toaster-1.2.9-1.2.13maildrop-toaster-1.8.1-1.2.11isoqlog-toaster-2.1-1.2.10squirrelmail-toaster-1.4.6-1.2.15clamav-toaster-0.88.2-1.2.15vpopmail-toaster-5.4.13-1.2.12courier-imap-toaster-3.0.8-1.2.10ezmlm-cgi-toaster-0.53.324-1.2.11maildrop-toaster-devel-1.8.1-1.2.11spamassassin-toaster-3.1.1-1.2.14
  What can i 
  do?
  Thanks
  Paolo
  


Re: [qmailtoaster] slowness in sending large # of messages:SOLVED

2006-10-10 Thread George Sweetnam
If you've been playing with tcp.smtp, it'd be a good idea to check for relay 
issues:
http://www.abuse.net/relay.html

George Sweetnam

- Original Message - 
From: Michael Handiboe [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, October 10, 2006 1:37 PM
Subject: Re: [qmailtoaster] slowness in sending large # of messages:SOLVED


Jake Vickers wrote:
 127. applies rules only to the mail server host itself (or 'local'
 mail?  So what's the difference?)
 a.b.c.d applies rules to only mail sent from a.b.c.d to the mail host
 and then the
 :allow  line applies to everyone?  OR  everyone not explicitly listed
 above?

 127 is for local emails, such as the webmail (SquirrelMail).
 a.b.c.d applies for that specific IP address.
 :allow is for any connection that does not fall under the first rules.

Problem solved and I see where I was being tripped over.
Reason:  I think it's because I wasn't working with a new and freshly
built QT.

I had to put the  chkuser_settings.h  file into the right place
(it wasn't where this  http://wiki.qmailtoaster.com/index.php/Chkuser
said it would be) and edit it  and follow the directions AND modify my
/etc/tcprules.d/tcp.smtp  file appropriately.

My customer is now able to send 40+ messages in about 2 seconds.
Hooray!

I suffered only a little pain  :)
.
--Michael


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] A little question

2006-10-10 Thread George Sweetnam



Here's a link:
http://www.palomine.net/qmail/tarpit.patch

Basically it just says after X (tarpitcount) # of 
messages then start delaying them X (tarpitdelay) seconds.

George Sweetnam

  - Original Message - 
  From: 
  Özgür Kolukısa 
  To: qmailtoaster-list@qmailtoaster.com 
  
  Sent: Tuesday, October 10, 2006 3:08 
  AM
  Subject: [qmailtoaster] A little 
  question
  
  
  Good 
  days,
  
  I have a little question, what 
  is,what does and howto use tarpit? Can anybody explain it to 
  me?
  
  Regards
  


Re: [qmailtoaster] slowness in sending large # of messages:SOLVED

2006-10-10 Thread Eric \Shubes\
Michael Handiboe wrote:
 
 I had to put the  chkuser_settings.h  file into the right place
 (it wasn't where this  http://wiki.qmailtoaster.com/index.php/Chkuser
 said it would be) and edit it  and follow the directions AND modify my
 /etc/tcprules.d/tcp.smtp  file appropriately.
 

Will you please correct/update the wiki?

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] many-domains breaks POP-SSL?

2006-10-10 Thread Quinn Comendant
On Mon, 09 Oct 2006 11:38:56 -0700, Eric Shubes wrote:
 Quinn,
 Would you care to report this to the fine folks at inter7
 (http://www.inter7.com/index.php?page=vpopmail) and follow up?

Reported:
http://sourceforge.net/tracker/index.php?func=detailaid=1574817group_id=85937atid=577798

Also, a poster on the vpopmail list has a tip how to correct this count, 
although I don't really see the point to doing this if you can simply issue a 
mysql query to get the current count.

From: Adam Cantwell [EMAIL PROTECTED]
 I have noticed the problem Shubes reports many times before.  Always 
 when I have migrated from one server to another.  My procedure for 
 migrating is to tar up the vpopmail/domains directory and export the 
 vpopmail database.  Then, untar the directory on the new server and 
 import the database.
 
 In this scenario, vdominfo reported correct user counts on the old 
 server, and outrageous numbers like 2147483637 on the new server.  If 
 I go into the database and manually correct the user counts for each 
 domain in the cur_users field of the dir_control table, the counts 
 display accurately and increment correctly when new users are added 
 from that point on.
 
 When I migrate, however, if I do a vadduser for each mailbox on the 
 new server and then untar the domains directory, the counts are 
 accurate. This is obviously not practical.
 
 Anyhow, just letting you know you are not seeing things.

Q

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:SOLVED

2006-10-10 Thread Michael Handiboe

Eric Shubes wrote:


Will you please correct/update the wiki?



I'd be glad to... duh, but is there a How to?
:-p



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] slowness in sending large # of messages:SOLVED

2006-10-10 Thread Eric \Shubes\
Michael Handiboe wrote:
 Eric Shubes wrote:
 
 Will you please correct/update the wiki?

 
 I'd be glad to... duh, but is there a How to?
 :-p
 

Create yourself a login account for the wiki, go to the page, click Edit
this page. That will take you to a text page where you can make changes.
When you think you're done, click View Changes and you'll see what you've
done and can continue editing. When you're satisfied with your changes,
click Save. You can always click cancel if you get into trouble.

Don't worry about formatting or making it pretty, as someone else will
likely come along later and clean things up!

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] many-domains breaks POP-SSL?

2006-10-10 Thread Eric \Shubes\
Looks good.
Thanks!

Quinn Comendant wrote:
 On Mon, 09 Oct 2006 11:38:56 -0700, Eric Shubes wrote:
 Quinn,
 Would you care to report this to the fine folks at inter7
 (http://www.inter7.com/index.php?page=vpopmail) and follow up?
 
 Reported:
 http://sourceforge.net/tracker/index.php?func=detailaid=1574817group_id=85937atid=577798
 
 Also, a poster on the vpopmail list has a tip how to correct this count, 
 although I don't really see the point to doing this if you can simply issue a 
 mysql query to get the current count.
 
 From: Adam Cantwell [EMAIL PROTECTED]
 I have noticed the problem Shubes reports many times before.  Always 
 when I have migrated from one server to another.  My procedure for 
 migrating is to tar up the vpopmail/domains directory and export the 
 vpopmail database.  Then, untar the directory on the new server and 
 import the database.

 In this scenario, vdominfo reported correct user counts on the old 
 server, and outrageous numbers like 2147483637 on the new server.  If 
 I go into the database and manually correct the user counts for each 
 domain in the cur_users field of the dir_control table, the counts 
 display accurately and increment correctly when new users are added 
 from that point on.

 When I migrate, however, if I do a vadduser for each mailbox on the 
 new server and then untar the domains directory, the counts are 
 accurate. This is obviously not practical.

 Anyhow, just letting you know you are not seeing things.
 
 Q
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] virus stats

2006-10-10 Thread Quinn Comendant
Have y'all considered adding something like this to the admin-toaster?

http://www.limelyte.com/software.php?p=virusstats

Q

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spamassassin user preferences

2006-10-10 Thread Quinn Comendant
I've got mysql-based SA user prefs working. Here are the changes necessary to 
add this to the qmail toaster.

1. Add --enable-spamc-user option to %configure in the simscan-toaster.spec

2. Add -q to the spamd run file. Here's mine:
[EMAIL PROTECTED] ~]$cat /var/qmail/supervise/spamd/run 
#!/bin/sh
exec /usr/bin/spamd -q -x -u vpopmail -s stderr -P -m 15 --min-spare=2 
--max-spare=5 --max-conn-per-child=50 --timeout-child=20 --timeout-tcp=20 21

3. Add a new spamassassin cf file with user_score parameters. Here's mine:
[EMAIL PROTECTED] ~]$cat /etc/mail/spamassassin/sql.cf:
user_scores_dsn   DBI:mysql:spamassassin:localhost
user_scores_sql_username  spamassassin
user_scores_sql_password  sSeEcCrReEtT
user_scores_sql_custom_query  SELECT preference, value FROM _TABLE_ WHERE 
username = _USERNAME_ OR username = '$GLOBAL' OR username = 
CONCAT('%',_DOMAIN_) ORDER BY username ASC

4. Have a script that creates a mysql database. Here are the commands necessary:

CREATE DATABASE `spamassassin`;
GRANT ALL ON `spamassassin`.* TO 'spamassassin'@'localhost' IDENTIFIED BY 
'sSeEcCrReEtT';
USE spamassassin;
CREATE TABLE userpref (
username VARCHAR(255) NOT NULL DEFAULT '',
preference VARCHAR(30) NOT NULL DEFAULT '',
value VARCHAR(100) NOT NULL DEFAULT '',
prefid INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY (prefid),
INDEX (username)
) ENGINE=MyISAM;

5. Include the SquirrelMail plugin. I don't know how to do this since I don't 
use it. I found the Horde group has a spamassassin configuration plugin called 
SAM that is simple and works.

Quinn


 I'll get this going on my migration server and report back.
 
 Quinn
 
 
 
 On Mon, 09 Oct 2006 12:21:06 -0700, Eric Shubes wrote:
 I'd like to see the basic toaster move in this direction. What will 
 it take
 to make this happen?

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] spamassassin site-wide bayes?

2006-10-10 Thread Quinn Comendant
Is it true that because spamassassin always runs as user vpopmail thus keeping 
its bayes and auto-whitelist database in /home/vpopmail/.spamassassin/ this has 
the same functionality as using site-wide bayes database? Would there be any 
advantage to using real site-wide bayes settings? Maybe just to keep the 
databases in /var?

A related question is whether it would be better to keep all bayes and AWL data 
in a MySQL database. As far as I understand it, this would only be preferred in 
two cases:

1. You wanted to setup per-user bayes/AWL. Which begs the question: is 
per-user bayes more accurate than site-wide?

2. You have multiple mail hosts (MX hosts) each with SA. In this case 
it might be easiest to have them all share one MySQL database.

http://wiki.apache.org/spamassassin/SiteWideBayesSetup

Quinn

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Nadie entiende español o no llegan mis Correos ?

2006-10-10 Thread Anatoly A. Pedemonte Ku
Hola Ariel...

Entra  al apagna de Jake Vickers

http://v2gnu.com/qmail/upgrade.html

Alli hay un script...
Lo he probado...

Tambien existe  otro script mas complejo lo encuentras en el wiki

Saludos...

---
 Anatoly Alexei Pedemonte Ku 
 RAGE SYSTEMS S.A.C.
 http://www.ragesys.net
 Av. Juan Pascal Pringles 1225 (ex- La Fontana) - LA MOLINA
 LIMA - PERU
 Teléfono: 511.7962262 
 Móvil: 511.97167435 
---
Este correo y su contenido son confidenciales y exclusivos para su 
destinatario. Si usted recibe este mensaje por error o no es el destinatario 
del mismo, por favor sírvase eliminarlo y notificarle a su originador. Así 
mismo, todas las ideas y reflexiones expresadas en esta comunicación 
corresponden al originador del correo y NO representa la posición oficial de su 
empleador.
--
This email is intended only for the addressee(s) and contains information which 
may be confidential, legally privileged. If you are not intended recipient 
please do not save, forward, disclose or copy the content of this email. Please 
delete it completely from your system and notify originator.Finally, all ideas 
expressed in this communication are personal comments and NOT represent 
official position of his employer.
--

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.3 (MingW32)

mQGiBESAj0sRBACbs6YrxgfA3uYWdrMoJ0Sfq9ZAh+uxWF9mjuNV8CMKmovVQfor
o3KosZ9PzEkYa43WNgTYwPjcI1NkF2W0La0s44GBzJaxzfAojhfV9CgQoViJv+UJ
TFe7TG32wdG+M+E/FqA3vUfMvjoVCu/SY74H+VES7v8h7VJsy6dUDT3jKwCgspkU
oGlOVd9M4h3OiW2BINa/BcMD/ikzpBjrZ0wz0yfIBYgPUAO0yhQpfd0cPxL7lAi9
NGuGQtUdunkomPjzLt/989wCM8kmiEkhsR+mu3vceOLqeAR2mfoEX0vC1UYMlOcB
jitRdx19Wjm8fYVI98vuyIs/i6IGclZnXEoMLoOBvdaIIfj7ZpB59CFOx2WH3ixC
s0O6A/0aO7jE8ugDVVHtSdUayw+sAQes2zELdNAy0u8kOpSzWjaxTo2uJ+5py5/M
uBgifYQMljAnYkTCcBYXD39Din43r330peUpHX3OekRPLYYEOg0Px4sOjJVAf828
rysL1q4uKqUljE6aHVnFM+FkItqUKysAVgemW1wGxyW2UhwuBLQtQW5hdG9seSBB
LiBQZWRlbW9udGUgS3UgPGFuYXRvbHlAcmFnZXN5cy5uZXQ+iGYEExECACYFAkSA
j0sCGwMFCQHhM4AGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBJuebWcCX7tbwi
AJsHXrCU+6dCHf8xUeDdrzJN/NTrlQCgiMjRs7KDAQnu9a0yklQYGlG2W2+5Ag0E
RICPgxAIAIFh8TQuAbWfmj9pez98L6mlNDyQSXyrIUXTFXK3hLMOA0u4oyz6EuCH
zZOIUxveeumspSv98F6vP/W7AQBfX5t6pakvmyRHtBcsdx1dFgOlIWRGHP86tgdl
Ci4s+C9vGrbynXbNDPoV/cCqYZeeKNBbUHbUH3j+hKKTz0mpiHPaFWTsGzmxQpoI
cSHnbGPuIwew9TDC9qnESmGscG8IfZXsB7UjkDMyGUVQNwYd+hqPOof/qMFiR2cG
x2IUs3dGroffjkmncgvoPfBPq0B+7cIqhnEznKCxvjvorZnpT/9uW1Apch8QwXcg
SK/QkHBYwweYWzHYaqzkLzustwJ2dNMAAwYH/RReKPnCUJa45gw3Bv76z9UK0ABr
OLRfVq1nnRnqs1LM+z7xKMpEfzQDIyNoqUlE42pNNYd/N8rz+3PP1pRypcpbP+B/
MNOBEaFhvS7X5El8WfXRIaM19hLpEHVeTPG71cOJaiu/PC6a7KkOarKCIJYa7uU0
JhqVPaAeButljRuQJpR9rjpdPPd2+4sVaWrabtnyhm/oiYQthyMdB8xq2slWreTL
hWFtsenfgVvOlBpt8ZwGpQkzASLBwdGhisMYXQStw1D9dbDFQbb8pqO/9eos9rkL
sflAvD1F3VJl2TmaxjvRRgnAgRzdt3vTWvrYPf2WyesT0C78rriVeWzmuD6ITwQY
EQIADwUCRICPgwIbDAUJAeEzgAAKCRBJuebWcCX7tRdWAKCIlj2g5aMf4CKqwEjx
uAEzo28PuQCfV/U+ptv+7+D0xkMzZ5HG1yxMrhQ=
=GD85
-END PGP PUBLIC KEY BLOCK-



Ariel escribió:
 Hola Necesito, si alguien entiende español. o pueda traducirlo a
 ingles, saber como mantener el qmail-toaster actualizado con los
 utlimos paquetes que hay en la  web
 Ahora veo 2 spamassassin 3.15  y qmail-toaster

 Hay algun script que los actualize o cual es el procediminto de hacerlo


 Gracias



signature.asc
Description: OpenPGP digital signature