[qmailtoaster] MAIL env variable

2006-11-07 Thread Quinn Comendant
On my RHEL 4 system, it comes with the MAIL variable set in /etc/profile:

MAIL=/var/spool/mail/$USER

What should this be set to for the qmail toaster?

MAILDIR=$HOME/Maildir/ ?

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] bayes_* permissions

2006-11-07 Thread Quinn Comendant
It's not necessary, but it's a pretty darned good idea. 

Are you running any periodical (cron) sync or expire options with sa-learn? 
Training mechanisms? I'm venturing to setup a setup within Horde/IMP so users 
can flag spam/ham message to help train the database. But I'm still a bit short 
in the know-how of executing scripts via valias (see my related thread).

Configuring and tuning SA is a top priority for the QT in my opinion.

Q

On Mon, 06 Nov 2006 22:01:25 -0700, Eric Shubes wrote:
 I guess thing to know is that you don't want to run spamassassin (or
 sa-learn) as root. Must be as vpopmail user. Is that 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] bayes_* permissions

2006-11-07 Thread David Sánchez Martín
Are you running any periodical (cron) sync or expire options with sa-learn?
Training mechanisms? I'm venturing to setup a setup within Horde/IMP so
users can flag spam/ham message to help train the database. But I'm still a
bit short in the know-how of executing scripts via valias (see my related
thread).



Maybe this is usefull for somebody.
 
I've a cronjob like this

0 * * * * sudo -u vpopmail -H /usr/local/bin/learnSpam.sh /dev/null


VERIFICADO is a spam subfolder under spam and nospam imap INBOX folder and i
told my users to resend (not forward!) or send as attachment the misses to
[EMAIL PROTECTED] and the false positives to [EMAIL PROTECTED] I also 
implemented
SpamButtons in squirrelmail (sending reported mails as attachment).

I check that accounts via Outlook twice a day, and I put correctly reported
(i don't trust my users :-P ) to the VERIFICADO (this means VERIFIED)
subfolder.

This is working great for my domains for a month now.

I also do razor-report comment out if you like.


#!/bin/bash
# Spam Assassin Bayes Training

VPOPMAIL=/home/vpopmail
[EMAIL PROTECTED]
[EMAIL PROTECTED]

IMAPSUBFOLDERAPPEND=.VERIFICADO
LEARNHAM=/usr/bin/sa-learn -u vpopmail --ham
LEARNSPAM=/usr/bin/sa-learn -u vpopmail --spam
RAZOR_REPORT=razor-report 

# Check everything's ok if not, complain!

if ! $VPOPMAIL/bin/vuserinfo $SPAMADDRESS /dev/null 21 ; then
echo $SPAMADDRESS doesn\'t exist here. Aborting. ;

exit 1;

fi

if ! $VPOPMAIL/bin/vuserinfo $NOSPAMADDRESS /dev/null 21 ; then
echo $NOSPAMADDRESS doesn\'t exist here. Aborting. ;

exit 1;

fi


# Checking spam folders...

SPAMMAILDIR=`$VPOPMAIL/bin/vuserinfo -d $SPAMADDRESS
`/Maildir/$IMAPSUBFOLDERAPPEND

NOSPAMMAILDIR=`$VPOPMAIL/bin/vuserinfo -d $NOSPAMADDRESS
`/Maildir/$IMAPSUBFOLDERAPPEND

if ! [ -d $SPAMMAILDIR/new  ]; then
echo Unreaded SPAM maildir \($SPAMMAILDIR/new \) doesn\'t exist!.
quitting.;
exit 1;
fi

if ! [ -d $SPAMMAILDIR/cur  ]; then
echo Readed SPAM maildir \($SPAMMAILDIR/cur \) doesn\'t exist!.
quitting.;
exit 1;
fi

if ! [ -d $NOSPAMMAILDIR/new  ]; then
echo Unreaded NOSPAM maildir \($NOSPAMMAILDIR/new \) doesn\'t
exist!. quitting.;
exit 1;
fi

if ! [ -d $NOSPAMMAILDIR/cur  ]; then
echo readed NOSPAM maildir \($NOSPAMMAILDIR/cur \) doesn\'t exist!.
quitting.;
exit 1;
fi

# Learn spam!

cd $SPAMMAILDIR/cur
$LEARNSPAM ./*

for spam in *; do
  $RAZOR_REPORT $PWD/$spam ;
done 21

rm -rf $SPAMMAILDIR/cur/*

cd $SPAMMAILDIR/new
$LEARNSPAM ./*

for spam in *; do
  $RAZOR_REPORT $PWD/$spam ;
done 21


rm -rf $SPAMMAILDIR/new/*

# Learn ham!

cd $NOSPAMMAILDIR/cur
$LEARNHAM ./*
rm -rf $NOSPAMMAILDIR/cur/*

cd $NOSPAMMAILDIR/new
$LEARNHAM ./*
rm -rf $NOSPAMMAILDIR/new/*

# Update the Bayes DB
/usr/bin/sa-learn --sync



# EOF






-Mensaje original-
De: Quinn Comendant [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 07 de noviembre de 2006 9:26
Para: qmailtoaster-list@qmailtoaster.com
Asunto: Re: [qmailtoaster] bayes_* permissions

It's not necessary, but it's a pretty darned good idea. 

Are you running any periodical (cron) sync or expire options with sa-learn?
Training mechanisms? I'm venturing to setup a setup within Horde/IMP so
users can flag spam/ham message to help train the database. But I'm still a
bit short in the know-how of executing scripts via valias (see my related
thread).

Configuring and tuning SA is a top priority for the QT in my opinion.

Q

On Mon, 06 Nov 2006 22:01:25 -0700, Eric Shubes wrote:
 I guess thing to know is that you don't want to run spamassassin (or
 sa-learn) as root. Must be as vpopmail user. Is that it?

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

BEGIN:VCARD
VERSION:2.1
N:Sánchez Martín;David
FN:[EMAIL PROTECTED] ([EMAIL PROTECTED])
ORG:E2000 Financial Investments, S.A.;Centro de Nuevas Tecnologías
TITLE:Administrador de Sistemas
TEL;WORK;VOICE:902196177
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA;Asturias;;;Espa=F1a
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA=0D=0AAsturias=0D=0AEspa=F1a
URL;WORK:http://www.e2000.es
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060705T152542Z
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] slow pop3 logins

2006-11-07 Thread Craig Smith
I was testing this again this morning, as it was some time ago that I did
this, and it seems it's not just the -H it's a combination of the -l0 and
-H.  

They do the following I believe. (based on tcpserver paramaters.)

-H: Do not look up the remote host name in DNS; remove the environment
variable $TCPREMOTEHOST. To avoid loops, you must use this option for
servers on TCP port 53. 

l localname: Do not look up the local host name in DNS; use localname for
the environment variable $TCPLOCALHOST. A common choice for localname is 0.
To avoid loops, you must use this option for servers on TCP port 53. 


Taken from http://cr.yp.to/ucspi-tcp/tcpserver.html

For us that sorted the problem straight away, but I guess if rdns is the
problem and you use/need it as eric said this would be a short term fix.


-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: 07 November 2006 00:57
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] slow pop3 logins

That's certainly worth a shot, but I'd consider that a remedy instead of a
fix. If adding the -H flag improves things, I would think then that reverse
DNS is certainly the problem.

I don't know enough about configuring (bind or djbdns) off hand to tell you
how to fix it. Perhaps someone else here does. Do some digging, and I'm sure
you can find a solution. Google is your friend. ;)

slamp slamp wrote:
 did you try Craig Smith's solution for the same issue he was having?
 
 From: Craig Smith [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Reply-To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] Slow pop3 login
 Date: Mon, 6 Nov 2006 11:30:13 -
 X-Mailer: Microsoft Office Outlook 11
 
 Is this problem still occuring?  Sorry I've read most of the posts, and I
 see the dns related items may be at fault,however there may be another
 cause.  I had this same problem when I first setup my box, it worked
great,
 but pop3 authentication took just over 2 mins.
 
 It turns out it was a setting in the run file.  I don't see any mention of
 checking the run file so I thought I would let you know just in case.
 
 original run is/was as follows.
 
 #!/bin/sh
 
 PASSPROG=/home/vpopmail/bin/vchkpw
 HOSTNAME=`hostname --fqdn`
 
 exec /usr/bin/softlimit -m 900 \
 /usr/bin/tcpserver -v -R -c 200 0 110 \
 /var/qmail/bin/qmail-popup $HOSTNAME \
 $PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21
 
 
 
 
 I changed mine to
 
 #!/bin/sh
 
 PASSPROG=/home/vpopmail/bin/vchkpw
 HOSTNAME=hostname
 
 exec /usr/bin/softlimit -m 900 \
 /usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \
 /var/qmail/bin/qmail-popup $HOSTNAME \
 $PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21
 
 I added the -l0 and the -H as I had read on several groups about the slow
 response.  I believe the -H tells pop3 not to perform reverse dns or
 something similar.  That was the general consensus for sorting out the
slow
 response, and in my case it worked a charm.
 
 Try adding the -H to /var/qmail/supervise/pop3/run contents.  As ever
 make a
 copy before editing. ;-)
 
 I hope that helps.
 
 On 11/6/06, Michael Amster [EMAIL PROTECTED] wrote:
 Like I asked other people, do you have reverse DNS working for that
 server?  Looks like no:

 [EMAIL PROTECTED] ~]# dig ccws01.computerconcept.net

 ;  DiG 9.3.2  ccws01.computerconcept.net
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 22742
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

 ;; QUESTION SECTION:
 ;ccws01.computerconcept.net.IN  A

 ;; ANSWER SECTION:
 ccws01.computerconcept.net. 83199 INA   65.83.25.10

 ;; Query time: 11 msec
 ;; SERVER: 127.0.0.1#53(127.0.0.1)
 ;; WHEN: Mon Nov  6 15:55:41 2006
 ;; MSG SIZE  rcvd: 60

 [EMAIL PROTECTED] ~]# dig 65.83.25.10

 ;  DiG 9.3.2  65.83.25.10
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 60193
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

 ;; QUESTION SECTION:
 ;65.83.25.10.   IN  A

 ;; ANSWER SECTION:
 65.83.25.10.655360  IN  A   65.83.25.10

 ;; Query time: 0 msec
 ;; SERVER: 127.0.0.1#53(127.0.0.1)
 ;; WHEN: Mon Nov  6 15:55:53 2006
 ;; MSG SIZE  rcvd: 45


 Jeremy Runner wrote:

 
 
  Eric Shubes wrote:
 
  [EMAIL PROTECTED] wrote:
 
 
  Can someone try to telnet in my qmailtoaster just to experience the
  slow
  login I am referring to.
 
  telnet ccws01.computerconcept.net 110
 
  Make sure you grab a snack first.
 
  Thanks.
 
 
 
 
 
 
  [EMAIL PROTECTED] ~]$ time telnet ccws01.computerconcept.net 110
  Trying 65.83.25.10...
  Connected to ccws01.computerconcept.net (65.83.25.10).
  Escape character is '^]'.
  +OK [EMAIL PROTECTED]
  quit
  +OK
  Connection closed by foreign host.
 
  real1m40.689s
  user0m0.016s
  sys 0m0.008s
  [EMAIL PROTECTED] ~]$
 
 
 
  Note, I got Connected message right away, but it took well over a
  minute 

Re: [qmailtoaster] Additional Filtering

2006-11-07 Thread NoZy


Hi Erik

Thanks =, this is exactly what I was thinking, but is there a way to know
for sure that it wll lcik down any emails that only coem fromt his
specific server?

If not that's ok, just curious...

Nozy



 Ah, 4 domains and two will be in mailguard. Got itI missed
 something when I initially read the e-mail.

 Use the MX records. I haven't had any experience with Mailguard, but I
 have used Postini. I imagine the service is done the same way.

 What you do is you set up an account with Postini and tell them that
 the ip of your server is w.x.y.z, and then you point your MX records
 to Postini servers only. No one sending your two domains e-mail will
 know that your QmailToaster has any connection with mail for those
 domains.

 Since no spammer attempts to relay various domains through different
 mail servers, unless they are testing very quickly for open relays,
 then you will never see any mail going directly to your server.

 Erik

 On 11/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi Erik, i think he wants to receive mails sended to any domain EXCEPT
 to
 that two domains.

 How does iptables will help him without blocking mails to the other
 domains?



  iptables
 
  On 11/5/06, NoZy [EMAIL PROTECTED] wrote:
 
 
  Hi guys,
 
  I'm trying to work out if this can be done with qmail toaster.
  I have four domains, two of these are getting high spam, almost 200
 per
  day. As an alternative, I was planning on hooking these two domain
 into
  mailguard(which is an online filtering service that is paid for). Is
  there
  a way of only allowing to receive mail from the mailguard servers
 only
  for
  the two domains that are specified.
  --
  Nozy
  www.mozysswamp.org
  Urbandead User 538147
  http://www.urbandead.com/profile.cgi?id=538147
 
 
  -
   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 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]




-- 
Nozy
www.mozysswamp.org
Urbandead User 538147
http://www.urbandead.com/profile.cgi?id=538147


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



Re: [qmailtoaster] slow pop3 logins

2006-11-07 Thread Jake Vickers

slamp slamp wrote:

did you try Craig Smith's solution for the same issue he was having?

If removing the DNS check from the pop run file fixes the issue, then 
that should also answer your question of where the problem is.

I'd say this is a band-aid, not a fix.

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



Re: [qmailtoaster] (repost) running sa-learn from valias

2006-11-07 Thread Jake Vickers

Quinn Comendant wrote:

I'm trying to create an alias that pipes a message to sa-learn. I've created 
the alias:

[EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
[EMAIL PROTECTED] - |sa-learn --ham --no-sync
[EMAIL PROTECTED] - |sa-learn --spam --no-sync


That didn't work, so I tried this:

[EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
[EMAIL PROTECTED] - |/root/bin/learnham
[EMAIL PROTECTED] - |/root/bin/learnspam
  
Sorry, I replied to you on the vpopmail mailing list. The maildrop and 
qmailadmin package have been modified so that you can use the automatic 
spam detection flag to learn SPAM from. When you recompile these 
packages, include the flag:

--define 'spambox 1'
and you will see a check box in qmailadmin that allows you to turn on 
spam detection. What this does is run that user's mail through the 
/etc/mail/mailfilter script, which  will learn from spam that scores 
above 15 or so (don't remember what the default score is) as well as put 
it in the user's spam folder.
If you want to use the separate email addresses like you listed above, 
leave them as valid email addresses and run a script on them in the 
background with cron, something like this:
/usr/bin/sa-learn --spam 
/home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*

rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
/usr/bin/sa-learn --spam 
/home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*

rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*


And then do the same thing for your ham mails, but use the --ham flag 
instead of the --spam flag for sa-learn.


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



[qmailtoaster] sandbox issues

2006-11-07 Thread ldap
Hello shubes,

just wanted to let you know the following message I am now geting during
upgrade. In my my previous upgrade I answered yes when prompted to remove
the sandbox.

/opt/qtp-sandbox exists, and is apparently not a sandbox
Please use a different value for SANDBOX and try again



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



Re: [qmailtoaster] slow pop3 logins

2006-11-07 Thread Jeremy Runner
I did try the fix with the run file and it didn't work for me.  But I 
did get it fixed.  Once I got bind working for localhost, 127, and 
x.1.168.192  and with forwarders  to my ISP dns servers it is working 
fine.  I just don't understand why I had to have this.  I had a previous 
qmailtoaster install running for a couple of years that worked 
flawlessly and I never installed bind or djbdns??  Anyways it's working 
now.  Thanks for the help..



Eric Shubes wrote:

That's certainly worth a shot, but I'd consider that a remedy instead of a
fix. If adding the -H flag improves things, I would think then that reverse
DNS is certainly the problem.

I don't know enough about configuring (bind or djbdns) off hand to tell you
how to fix it. Perhaps someone else here does. Do some digging, and I'm sure
you can find a solution. Google is your friend. ;)

slamp slamp wrote:
  

did you try Craig Smith's solution for the same issue he was having?

From: Craig Smith [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Reply-To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Slow pop3 login
Date: Mon, 6 Nov 2006 11:30:13 -
X-Mailer: Microsoft Office Outlook 11

Is this problem still occuring?  Sorry I've read most of the posts, and I
see the dns related items may be at fault,however there may be another
cause.  I had this same problem when I first setup my box, it worked great,
but pop3 authentication took just over 2 mins.

It turns out it was a setting in the run file.  I don't see any mention of
checking the run file so I thought I would let you know just in case.

original run is/was as follows.

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21




I changed mine to

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=hostname

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21

I added the -l0 and the -H as I had read on several groups about the slow
response.  I believe the -H tells pop3 not to perform reverse dns or
something similar.  That was the general consensus for sorting out the slow
response, and in my case it worked a charm.

Try adding the -H to /var/qmail/supervise/pop3/run contents.  As ever
make a
copy before editing. ;-)

I hope that helps.

On 11/6/06, Michael Amster [EMAIL PROTECTED] wrote:


Like I asked other people, do you have reverse DNS working for that
server?  Looks like no:

[EMAIL PROTECTED] ~]# dig ccws01.computerconcept.net

;  DiG 9.3.2  ccws01.computerconcept.net
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 22742
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ccws01.computerconcept.net.IN  A

;; ANSWER SECTION:
ccws01.computerconcept.net. 83199 INA   65.83.25.10

;; Query time: 11 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Nov  6 15:55:41 2006
;; MSG SIZE  rcvd: 60

[EMAIL PROTECTED] ~]# dig 65.83.25.10

;  DiG 9.3.2  65.83.25.10
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 60193
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;65.83.25.10.   IN  A

;; ANSWER SECTION:
65.83.25.10.655360  IN  A   65.83.25.10

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Nov  6 15:55:53 2006
;; MSG SIZE  rcvd: 45


Jeremy Runner wrote:

  

Eric Shubes wrote:



[EMAIL PROTECTED] wrote:


  

Can someone try to telnet in my qmailtoaster just to experience the
slow
login I am referring to.

telnet ccws01.computerconcept.net 110

Make sure you grab a snack first.

Thanks.






  

[EMAIL PROTECTED] ~]$ time telnet ccws01.computerconcept.net 110
Trying 65.83.25.10...
Connected to ccws01.computerconcept.net (65.83.25.10).
Escape character is '^]'.
+OK [EMAIL PROTECTED]
quit
+OK
Connection closed by foreign host.

real1m40.689s
user0m0.016s
sys 0m0.008s
[EMAIL PROTECTED] ~]$



Note, I got Connected message right away, but it took well over a
minute to
come up with the first +OK.

FWIW, it appears that you're not replying to ping. Might want to open
that
up for troubleshooting. It looks to me though like it's getting there
just
fine. What's happening between the Connected... and +OK though?
That's
where your problem lies.

  

Exactly.  That's what I've seen.  I have installed on 2 different
machines with the exact same problem  Would this still be dns
problem?  I didn't think so but thats the only area where I know I
have a problem.





  


-

Re: [qmailtoaster] slow pop3 logins

2006-11-07 Thread Jake Vickers

Jeremy Runner wrote:
I did try the fix with the run file and it didn't work for me.  But I 
did get it fixed.  Once I got bind working for localhost, 127, and 
x.1.168.192  and with forwarders  to my ISP dns servers it is working 
fine.  I just don't understand why I had to have this.  I had a 
previous qmailtoaster install running for a couple of years that 
worked flawlessly and I never installed bind or djbdns??  Anyways it's 
working now.  Thanks for the help..



That's why it's highly suggested that you have at least a caching DNS 
server running. There are a lot of DNS checks that go on in the newer 
versions; reverse DNS, SURBL (if enabled), Domain Keys, SPF, etc. I'm 
sure there's a few that I missed, but needless to say there's a few ;)



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



[qmailtoaster] .qmail-default

2006-11-07 Thread John Jaiver Rodriguez Herrera








Cordial Saludo, lista quiciera saber si alguien me
puede explicar o darme un enlace donde puedan haber ejemplos de los archivos .qmail
por ej, si necesito hacer que los mails pasen por determinados filtros, que
variables puedo utilizar, a donde van los amils después de pasar por un filtro 
y todo lo relacionado con este tipo de ficheros. Y su procesamientos de emails 








RE: [qmailtoaster] .qmail-default

2006-11-07 Thread David Sánchez Martín



Busca en el manual de dot-qmail

Ya sabes: 

man dot-qmail


Así 
mismo, te recomiendo estas utilidades http://www.superscript.com/qtools/intro.html

Ah, por favor, escribe en ingles en la lista, o al menos incluye la 
traduccion, o indica en el subject que hablas en castellano, 
gracias.


ENG 
(via google translate):


look for 
itin the manual of dot-qmail 
You already know:

man dot-qmail 

Also, I recommend these 
http://www.superscript.com/qtools/intro.html utilities to you 

Ah, please, writes in English in the list, or it includes the 
translation at least, or it indicates in subject that you speak in Castilian, 
thanks.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
|David Sanchez 
Martin 
| 
[EMAIL PROTECTED]Administrador de 
Sistemas 
| http://www.e2000.esE2000 Nuevas 
Tecnologias 
| 
|E2000 Organizacion de Empresarios | Tel 
: +34 902 19 61 77 Mediadores de 
Seguros 
| 
|Agustin Bravo Esquina Calle C 
|33120 Pravia Asturias 
Spain 
| 
|*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*



De: John Jaiver Rodriguez Herrera 
[mailto:[EMAIL PROTECTED] Enviado el: martes, 07 de 
noviembre de 2006 14:12Para: 
qmailtoaster-list@qmailtoaster.comAsunto: [qmailtoaster] 
.qmail-default


Cordial Saludo, lista quiciera saber 
si alguien me puede explicar o darme un enlace donde puedan haber ejemplos de 
los archivos .qmail por ej, si necesito hacer que los mails pasen por 
determinados filtros, que variables puedo utilizar, a donde van los amils 
después de pasar por un filtro y todo lo relacionado con este tipo de 
ficheros. Y su procesamientos de emails


BEGIN:VCARD
VERSION:2.1
N:Sánchez Martín;David
FN:[EMAIL PROTECTED] ([EMAIL PROTECTED])
ORG:E2000 Financial Investments, S.A.;Centro de Nuevas Tecnologías
TITLE:Administrador de Sistemas
TEL;WORK;VOICE:902196177
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA;Asturias;;;Espa=F1a
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA=0D=0AAsturias=0D=0AEspa=F1a
URL;WORK:http://www.e2000.es
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060705T152542Z
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] bayes_* permissions

2006-11-07 Thread fuzzy

On Tue, November 7, 2006 2:45 am, David Sánchez Martín wrote:


 Maybe this is usefull for somebody.

 I've a cronjob like this


that was *very* useful.  i am a noob, yet i was able to follow your post
and implement squirrel spam training for my toaster...after installing
spam_buttons and modifying your 'template' to match my domain details.


gracias and thanks-a-million,

-- 
fuzzy (toasting since 04/2006)
Current stable + Erik's updates
Centos 4.4-32bit-the easy way
Athlon 1500+, 768m, 80g


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



[qmailtoaster] How to discard spamassasin bounces

2006-11-07 Thread Alex
Can someone help me figure out how to not send the bounce messages back
to the sender which are being returned by spamassasin?

I am having issues with my server bombarding unsuspecting people whose
email was hijacked with spam bounces.

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] How to discard spamassasin bounces

2006-11-07 Thread abdul khan

set up account to catchall deleted
It is under qmailadmin.


Alex wrote:

Can someone help me figure out how to not send the bounce messages back
to the sender which are being returned by spamassasin?

I am having issues with my server bombarding unsuspecting people whose
email was hijacked with spam bounces.

Thanks


-
 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] How to discard spamassasin bounces

2006-11-07 Thread Alex
Thank you. I already have that set and that only deletes the incoming
wrong user mail, not the email sent out as bounces.

-Original Message-
From: abdul khan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 07, 2006 9:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to discard spamassasin bounces

set up account to catchall deleted
It is under qmailadmin.


Alex wrote:
 Can someone help me figure out how to not send the bounce messages
back
 to the sender which are being returned by spamassasin?

 I am having issues with my server bombarding unsuspecting people whose
 email was hijacked with spam bounces.

 Thanks


 -
  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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] How to discard spamassasin bounces

2006-11-07 Thread David Sánchez Martín
 
Returned by spamassassin???


Ok, let's figure it out the problem:

The problem is one spammer sends you a forged From mail.

1.- If the mail From is not valid, is rejected by chkuser, no bounces

2.- If the mail Recipient is not a valid user on your mailserver is rejected
by chkuser, so no bounces

3.- If spamassassin says has 12 (by default) hit points your smtp rejects
it, so it doesn't generate bounces.

4.- If spamassassin says is below 12 is delivered to the mailbox. If it's
correctly delivered no bounces are generated.


AFAIK Only if is the case 4 could generate bounces just for 4 causes:

1.- Incorrect configured account (for example, alias to non existent
accounts)
2.- Mailbox full or something like this
3.- Redirects to another server that bounces the mail.
4.- You have a relay user that is a spammer


In which category your problem falls?





*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 |
David Sanchez Martin | [EMAIL PROTECTED]
Administrador de Sistemas|   http://www.e2000.es
E2000 Nuevas Tecnologias |
 |
E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
  Mediadores de Seguros  |
 |
Agustin Bravo Esquina Calle C|
33120 Pravia Asturias Spain  |
 |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

-Mensaje original-
De: Alex [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 07 de noviembre de 2006 18:47
Para: qmailtoaster-list@qmailtoaster.com
Asunto: RE: [qmailtoaster] How to discard spamassasin bounces

Thank you. I already have that set and that only deletes the incoming wrong
user mail, not the email sent out as bounces.

-Original Message-
From: abdul khan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 9:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to discard spamassasin bounces

set up account to catchall deleted
It is under qmailadmin.


Alex wrote:
 Can someone help me figure out how to not send the bounce messages
back
 to the sender which are being returned by spamassasin?

 I am having issues with my server bombarding unsuspecting people whose 
 email was hijacked with spam bounces.

 Thanks


 -
  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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

BEGIN:VCARD
VERSION:2.1
N:Sánchez Martín;David
FN:[EMAIL PROTECTED] ([EMAIL PROTECTED])
ORG:E2000 Financial Investments, S.A.;Centro de Nuevas Tecnologías
TITLE:Administrador de Sistemas
TEL;WORK;VOICE:902196177
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA;Asturias;;;Espa=F1a
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA=0D=0AAsturias=0D=0AEspa=F1a
URL;WORK:http://www.e2000.es
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060705T152542Z
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] Re: Issues with spam causing high load and unresponsive server

2006-11-07 Thread Joshua Zukerman

I disabled the baysian filter and autolearn to see if that would help.

I also checked the smtp logs again, and I'm still seeing entries like this:
2006-11-07 11:57:13.124734500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient
2006-11-07 11:57:13.124741500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient
2006-11-07 11:57:13.124745500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient
2006-11-07 11:57:13.124763500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient
2006-11-07 11:57:13.124768500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient
2006-11-07 11:57:13.124776500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient
2006-11-07 11:57:13.126403500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote dom1:unknown:83.6.253.146
rcpt [EMAIL PROTECTED] : found existing recipient

None of those accounts exist, yet it says found existing recipient ?
I don't understand that part.

Josh

On 11/6/06, Joshua Zukerman [EMAIL PROTECTED] wrote:

Well, I can post what qmailtoaster mrtg is curently showing:
concurrency: http://i13.tinypic.com/436j4uf.png
messages: http://i13.tinypic.com/2cr0hz8.png
smtp: http://i14.tinypic.com/40mbodi.png
smtp allow/deny:  http://i13.tinypic.com/2yw7olx.png
spamd:  http://i13.tinypic.com/2eocutk.png

On 11/6/06, Eric Shubes [EMAIL PROTECTED] wrote:
 Like I said, I don't know mrtg, but what makes you doubt its accuracy?

 Joshua Zukerman wrote:
  MRTG (on the network interface) sometimes shows some peaks of traffic,
  like 300kbit, nothing too serious.  qmailmrtg notes quite a bunch of
  smtp connections but I think it isn't too accurate.
 
  On 11/6/06, Eric Shubes [EMAIL PROTECTED] wrote:
  That looks/sounds ok to me.
 
  Is your network connection jammed when you have these unresponsive
  episodes?
 
  I'm not familiar with the the mrtg data, but do you see anything there
  that
  coincides with the episodes?
 
  Joshua Zukerman wrote:
   I use a pretty much stock qmailtoaster install.  I believe the only
   customizations were the RBLs and my spamassassin configuration file.
   Here it is:
  
   # How many hits before a message is considered spam.
   required_score   5.0
  
   # Change the subject of suspected spam
   rewrite_header subject *SPAM*
  
   # Encapsulate spam in an attachment (0=no, 1=yes, 2=safe)
   report_safe 1
  
   # Enable the Bayes system
   use_bayes   1
  
   # Enable Bayes auto-learning
   bayes_auto_learn  1
  
   # Enable or disable network checks
   skip_rbl_checks 0
   use_razor2  1
   use_dcc 1
   use_pyzor   1
  
   # Mail using languages used in these country codes will not be marked
   # as being possibly spam in a foreign language.
   # - english
   ok_languagesen
  
   # Mail using locales used in these country codes will not be marked
   # as being possibly spam in a foreign language.
   ok_locales  en
  
   score RCVD_IN_BL_SPAMCOP_NET 4
   score RCVD_IN_RELAYS_ORDB_ORG 4
   score RCVD_IN_DSBL 4
  
   blacklist_from [addresses here]
   whitelist_from [addresses here]
  
   I still get quite a bit of spam into my inbox, but Thunderbird does a
   pretty good job of filtering that out.
  
   No errors in the spamd logs.  Most e-mail scanned by spamassassin and
   marked as spam says it takes around 0.5 to 3 secs to scan and be
   marked as spam.
  
   It does appear I am seeing status 256 in my smtp log files.  Here is a
   snip:
   2006-11-06 10:44:55.701627500 tcpserver: status: 2/50
   2006-11-06 10:45:02.256818500 tcpserver: status: 3/50
   2006-11-06 10:45:05.314525500 tcpserver: end 5226 status 256
   2006-11-06 10:45:05.314531500 tcpserver: status: 2/50
   2006-11-06 10:45:11.114846500 tcpserver: end 5228 status 256
   2006-11-06 10:45:11.114852500 tcpserver: status: 1/50
   2006-11-06 10:45:35.024883500 tcpserver: status: 2/50
   2006-11-06 10:45:39.820891500 tcpserver: end 5273 status 256
   2006-11-06 10:45:39.820897500 tcpserver: status: 1/50
   2006-11-06 10:46:09.466074500 tcpserver: status: 2/50
   2006-11-06 10:46:13.493163500 tcpserver: end 5276 status 256
   2006-11-06 10:46:13.493169500 tcpserver: status: 1/50
   2006-11-06 10:46:47.935619500 tcpserver: end 5279 status 256
  
   I do not see any errors in the clamd nor spamd logs.
  
   Thanks for the help.
  
   Josh
  
   On 11/5/06, Eric Shubes [EMAIL PROTECTED] wrote:
   Also, are you seeing smtp sessions end after 300 or 600 seconds with
   status
   256? Do you see any 

Re: [qmailtoaster] Re: Issues with spam causing high load and unresponsive server

2006-11-07 Thread Steve Huff


On Nov 7, 2006, at 1:30 PM, Joshua Zukerman wrote:


None of those accounts exist, yet it says found existing recipient ?
I don't understand that part.


do you have a catchall account defined?  look in qmailadmin to find out.

you may want to configure your domains to drop (not bounce) messages  
to any undefined addresses rather then sending them to a catchall.


-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v





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



Re: [qmailtoaster] Re: Issues with spam causing high load and unresponsive server

2006-11-07 Thread Joshua Zukerman

I meant to say in my original e-mail that the catchall was set to
delete.  I set that up again just to be sure.

Josh

On 11/7/06, Steve Huff [EMAIL PROTECTED] wrote:


On Nov 7, 2006, at 1:30 PM, Joshua Zukerman wrote:

 None of those accounts exist, yet it says found existing recipient ?
 I don't understand that part.

do you have a catchall account defined?  look in qmailadmin to find out.

you may want to configure your domains to drop (not bounce) messages
to any undefined addresses rather then sending them to a catchall.

-steve

--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v




-
 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] How to discard spamassasin bounces

2006-11-07 Thread Alex
Thank you. You cleared it up for me.

-Original Message-
From: David Sánchez Martín [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 07, 2006 10:25 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] How to discard spamassasin bounces

 
Returned by spamassassin???


Ok, let's figure it out the problem:

The problem is one spammer sends you a forged From mail.

1.- If the mail From is not valid, is rejected by chkuser, no bounces

2.- If the mail Recipient is not a valid user on your mailserver is
rejected
by chkuser, so no bounces

3.- If spamassassin says has 12 (by default) hit points your smtp
rejects
it, so it doesn't generate bounces.

4.- If spamassassin says is below 12 is delivered to the mailbox. If
it's
correctly delivered no bounces are generated.


AFAIK Only if is the case 4 could generate bounces just for 4 causes:

1.- Incorrect configured account (for example, alias to non existent
accounts)
2.- Mailbox full or something like this
3.- Redirects to another server that bounces the mail.
4.- You have a relay user that is a spammer


In which category your problem falls?





*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 |
David Sanchez Martin | [EMAIL PROTECTED]
Administrador de Sistemas|   http://www.e2000.es
E2000 Nuevas Tecnologias |
 |
E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
  Mediadores de Seguros  |
 |
Agustin Bravo Esquina Calle C|
33120 Pravia Asturias Spain  |
 |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

-Mensaje original-
De: Alex [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 07 de noviembre de 2006 18:47
Para: qmailtoaster-list@qmailtoaster.com
Asunto: RE: [qmailtoaster] How to discard spamassasin bounces

Thank you. I already have that set and that only deletes the incoming
wrong
user mail, not the email sent out as bounces.

-Original Message-
From: abdul khan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 9:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to discard spamassasin bounces

set up account to catchall deleted
It is under qmailadmin.


Alex wrote:
 Can someone help me figure out how to not send the bounce messages
back
 to the sender which are being returned by spamassasin?

 I am having issues with my server bombarding unsuspecting people whose

 email was hijacked with spam bounces.

 Thanks


 -
  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 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] bayes_* permissions

2006-11-07 Thread Eric \Shubes\
Quinn Comendant wrote:
 It's not necessary, but it's a pretty darned good idea. 
 
 Are you running any periodical (cron) sync or expire options with sa-learn?

Not yet. I've been leaving that out in hopes of pinpointing what the problem
really is. I wait for it to break, run something, and wait for it to break
again. Once I'm confident with what's going on, I'll add a daily cron job.

 Training mechanisms?

Not yet.

 I'm venturing to setup a setup within Horde/IMP so users can flag spam/ham 
 message to help train the database. But I'm still a bit short in the know-how 
 of executing scripts via valias (see my related thread).

Sounds good.

 Configuring and tuning SA is a top priority for the QT in my opinion.

I agree.

 Q
 

I'm not quite so eager to set up a whole training mechanism yet. From a
philosophical point of view, I still believe that bayesian type of filtering
is best done at the user level. SA only does this globally, and if you're
running multiple domains the problem is even worse.

That's why I'm interested in seeing DSpam implemented in the toaster. I've
heard of some servers running both SA and DSpam (in that order). I'd like to
see how well DSpam does on its own first, then maybe use SA with bayes
turned off along with DSpam.

I'm thinking it'll be several months though before we get DSpam running on a
toaster. In the meantime, I'm simply try to get SA stabilized.

-- 
-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] How to discard spamassasin bounces

2006-11-07 Thread slamp slamp

hmm actually if spam hits is over 12 points it generates a bounce.

bounce message:

rejected by: bounced (host domain.com[69.115.xx.xxx] said: 554 Your
email is considered spam (17.50 spam-hits) (in reply to end of DATA
command))

smtp log:

2006-10-24 16:56:47.566033500 tcpserver: status: 0/100
2006-10-24 17:12:53.798053500 tcpserver: status: 1/100
2006-10-24 17:12:53.798058500 tcpserver: pid 1871 from 208.11.75.2
2006-10-24 17:12:53.798061500 tcpserver: ok 1871
mail.domain.com:192.168.2.50:25 :208.11.75.2::35258
2006-10-24 17:12:56.898361500 CHKUSER accepted sender: from
[EMAIL PROTECTED]:: remote mail.r
ollernet.us:unknown:208.11.75.2 rcpt  : sender accepted
2006-10-24 17:12:57.194445500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote mail.rol
lernet.us:unknown:208.11.75.2 rcpt [EMAIL PROTECTED] : found existing 
recipient
2006-10-24 17:12:57.696231500 simscan:[1871]:SPAM REJECT
(17.50/12.00):0.4995s:***SPAM*** Faith Matt
ers - Meet Catholic singles:208.11.75.2:[EMAIL PROTECTED]:[EMAIL PROTECTED]
2006-10-24 17:12:57.702238500 tcpserver: end 1871 status 0

spamd log:

2006-10-24 16:56:47.535371500 [25696] info: prefork: child states: II
2006-10-24 17:12:57.351048500 [1378] info: spamd: connection from
localhost.localdomain [127.0.0.1]
at port 35386
2006-10-24 17:12:57.356215500 [1378] info: spamd: processing message
[EMAIL PROTECTED]
.rollernet.us for clamav:89
2006-10-24 17:12:57.692273500 [1378] info: spamd: identified spam
(17.5/5.0) for clamav:89 in 0.3 se
conds, 1860 bytes.
2006-10-24 17:12:57.692647500 [1378] info: spamd: result: Y 17 -
HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTM
L_SHORT_LINK_IMG_1,MEET_SINGLES,MIME_HTML_ONLY,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SC
_SURBL,URIBL_WS_SURBL
scantime=0.3,size=1860,user=clamav,uid=89,required_score=5.0,rhost=localhost.l
ocaldomain,raddr=127.0.0.1,rport=35386,mid=[EMAIL PROTECTED],autolearn=no

i actually want to prevent this also but i don't know where to go.


On 11/7/06, Alex [EMAIL PROTECTED] wrote:

Thank you. You cleared it up for me.

-Original Message-
From: David Sánchez Martín [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 10:25 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] How to discard spamassasin bounces


Returned by spamassassin???


Ok, let's figure it out the problem:

The problem is one spammer sends you a forged From mail.

1.- If the mail From is not valid, is rejected by chkuser, no bounces

2.- If the mail Recipient is not a valid user on your mailserver is
rejected
by chkuser, so no bounces

3.- If spamassassin says has 12 (by default) hit points your smtp
rejects
it, so it doesn't generate bounces.

4.- If spamassassin says is below 12 is delivered to the mailbox. If
it's
correctly delivered no bounces are generated.


AFAIK Only if is the case 4 could generate bounces just for 4 causes:

1.- Incorrect configured account (for example, alias to non existent
accounts)
2.- Mailbox full or something like this
3.- Redirects to another server that bounces the mail.
4.- You have a relay user that is a spammer


In which category your problem falls?





*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 |
David Sanchez Martin | [EMAIL PROTECTED]
Administrador de Sistemas|   http://www.e2000.es
E2000 Nuevas Tecnologias |
 |
E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
  Mediadores de Seguros  |
 |
Agustin Bravo Esquina Calle C|
33120 Pravia Asturias Spain  |
 |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

-Mensaje original-
De: Alex [mailto:[EMAIL PROTECTED]
Enviado el: martes, 07 de noviembre de 2006 18:47
Para: qmailtoaster-list@qmailtoaster.com
Asunto: RE: [qmailtoaster] How to discard spamassasin bounces

Thank you. I already have that set and that only deletes the incoming
wrong
user mail, not the email sent out as bounces.

-Original Message-
From: abdul khan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 9:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to discard spamassasin bounces

set up account to catchall deleted
It is under qmailadmin.


Alex wrote:
 Can someone help me figure out how to not send the bounce messages
back
 to the sender which are being returned by spamassasin?

 I am having issues with my server bombarding unsuspecting people whose

 email was hijacked with spam bounces.

 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] sandbox issues

2006-11-07 Thread Eric \Shubes\
[EMAIL PROTECTED] wrote:
 Hello shubes,
 
 just wanted to let you know the following message I am now geting during
 upgrade. In my my previous upgrade I answered yes when prompted to remove
 the sandbox.
 
 /opt/qtp-sandbox exists, and is apparently not a sandbox
 Please use a different value for SANDBOX and try again
 
 

Does /opt/qtp-sandbox/boot/.qtp-sandbox exist? The existence of this hidden
file is how the scripts (are supposed to) tell if /opt/qtp-sandbox is a
sandbox or not. If the file exists, then this message is a bug. If it
doesn't exist (and never did), this is a bug too. If you somehow removed the
(apparently empty, but it's not) boot/ directory from the sandbox, that
would cause this error.

If the rest of your sandbox is safely intact, you could
# mkdir -p /opt/qtp-sandbox/boot
# touch /opt/qtp-sandbox/boot/.qtp-sandbox
to restore the directory and file.

The safest bet would be to
# rm -rf /opt/qtp-sandbox
and let newmodel recreate it. If you still get this message, then there's a bug.

BTW, I did find and fix (just now) a bug with this. If you happen to change
the sandbox name to something other than qtp-sandbox, it would fail with the
message you're getting. It doesn't appear that you've changed this value though.

Let me know what your situation is.

-- 
-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] How to discard spamassasin bounces

2006-11-07 Thread slamp slamp

Following up on this. Can this be enabled by

Drop Message option
(http://qmailwiki.inter7.com/Simscan/Guide#Drop_Message_option)

Some sites have security policies in place which require them to
accept every email. For these sites there is an option to do all the
normal simscan processing, but if a virus or spam is detected the
message is not handed to qmail-queue for local delivery. Instead it is
silently dropped.

Use this option when configuring simscan

--enable-dropmsg

I was looking at the spec file for simscan and it is not enabled.
There is also a settings:
drop message  = OFF

Would this be what I need to drop messages with spam hits over 12???




On 11/7/06, slamp slamp [EMAIL PROTECTED] wrote:

hmm actually if spam hits is over 12 points it generates a bounce.

bounce message:

rejected by: bounced (host domain.com[69.115.xx.xxx] said: 554 Your
email is considered spam (17.50 spam-hits) (in reply to end of DATA
command))

smtp log:

2006-10-24 16:56:47.566033500 tcpserver: status: 0/100
2006-10-24 17:12:53.798053500 tcpserver: status: 1/100
2006-10-24 17:12:53.798058500 tcpserver: pid 1871 from 208.11.75.2
2006-10-24 17:12:53.798061500 tcpserver: ok 1871
mail.domain.com:192.168.2.50:25 :208.11.75.2::35258
2006-10-24 17:12:56.898361500 CHKUSER accepted sender: from
[EMAIL PROTECTED]:: remote mail.r
ollernet.us:unknown:208.11.75.2 rcpt  : sender accepted
2006-10-24 17:12:57.194445500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote mail.rol
lernet.us:unknown:208.11.75.2 rcpt [EMAIL PROTECTED] : found existing 
recipient
2006-10-24 17:12:57.696231500 simscan:[1871]:SPAM REJECT
(17.50/12.00):0.4995s:***SPAM*** Faith Matt
ers - Meet Catholic singles:208.11.75.2:[EMAIL PROTECTED]:[EMAIL PROTECTED]
2006-10-24 17:12:57.702238500 tcpserver: end 1871 status 0

spamd log:

2006-10-24 16:56:47.535371500 [25696] info: prefork: child states: II
2006-10-24 17:12:57.351048500 [1378] info: spamd: connection from
localhost.localdomain [127.0.0.1]
at port 35386
2006-10-24 17:12:57.356215500 [1378] info: spamd: processing message
[EMAIL PROTECTED]
.rollernet.us for clamav:89
2006-10-24 17:12:57.692273500 [1378] info: spamd: identified spam
(17.5/5.0) for clamav:89 in 0.3 se
conds, 1860 bytes.
2006-10-24 17:12:57.692647500 [1378] info: spamd: result: Y 17 -
HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTM
L_SHORT_LINK_IMG_1,MEET_SINGLES,MIME_HTML_ONLY,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SC
_SURBL,URIBL_WS_SURBL
scantime=0.3,size=1860,user=clamav,uid=89,required_score=5.0,rhost=localhost.l
ocaldomain,raddr=127.0.0.1,rport=35386,mid=[EMAIL PROTECTED],autolearn=no

i actually want to prevent this also but i don't know where to go.


On 11/7/06, Alex [EMAIL PROTECTED] wrote:
 Thank you. You cleared it up for me.

 -Original Message-
 From: David Sánchez Martín [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 10:25 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] How to discard spamassasin bounces


 Returned by spamassassin???


 Ok, let's figure it out the problem:

 The problem is one spammer sends you a forged From mail.

 1.- If the mail From is not valid, is rejected by chkuser, no bounces

 2.- If the mail Recipient is not a valid user on your mailserver is
 rejected
 by chkuser, so no bounces

 3.- If spamassassin says has 12 (by default) hit points your smtp
 rejects
 it, so it doesn't generate bounces.

 4.- If spamassassin says is below 12 is delivered to the mailbox. If
 it's
 correctly delivered no bounces are generated.


 AFAIK Only if is the case 4 could generate bounces just for 4 causes:

 1.- Incorrect configured account (for example, alias to non existent
 accounts)
 2.- Mailbox full or something like this
 3.- Redirects to another server that bounces the mail.
 4.- You have a relay user that is a spammer


 In which category your problem falls?





 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  |
 David Sanchez Martin | [EMAIL PROTECTED]
 Administrador de Sistemas|   http://www.e2000.es
 E2000 Nuevas Tecnologias |
  |
 E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
   Mediadores de Seguros  |
  |
 Agustin Bravo Esquina Calle C|
 33120 Pravia Asturias Spain  |
  |
 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 -Mensaje original-
 De: Alex [mailto:[EMAIL PROTECTED]
 Enviado el: martes, 07 de noviembre de 2006 18:47
 Para: qmailtoaster-list@qmailtoaster.com
 Asunto: RE: [qmailtoaster] How to discard spamassasin bounces

 Thank you. I already have that set and that only deletes the incoming
 wrong
 user mail, not the email sent out as bounces.

 -Original Message-
 From: abdul khan [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 

RE: [qmailtoaster] .qmail-default

2006-11-07 Thread John Jaiver Rodriguez Herrera








Gracias

Ok thanks











De: David Sánchez
Martín [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 07 de
Noviembre de 2006 08:54 a.m.
Para:
qmailtoaster-list@qmailtoaster.com
Asunto: RE: [qmailtoaster]
.qmail-default





Busca en el manual de dot-qmail



Ya sabes: 



man dot-qmail







Así mismo, te recomiendo estas utilidades http://www.superscript.com/qtools/intro.html











Ah, por favor, escribe en ingles en
la lista, o al menos incluye la traduccion, o indica en el subject que hablas
en castellano, gracias.

















ENG (via google translate):













look for itin the manual of dot-qmail 





You already know:











man dot-qmail 











Also, I recommend these http://www.superscript.com/qtools/intro.html
utilities to you 











Ah, please, writes in English in the list, or it includes the
translation at least, or it indicates in subject that you speak in Castilian,
thanks.





*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

|
David Sanchez
Martin
| [EMAIL PROTECTED]
Administrador de
Sistemas
| http://www.e2000.es
E2000 Nuevas
Tecnologias
|

|
E2000 Organizacion de Empresarios | Tel :
+34 902 19 61 77
 Mediadores de
Seguros |

|
Agustin Bravo Esquina Calle C |
33120 Pravia Asturias
Spain |

|
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*















De: John Jaiver Rodriguez
 Herrera [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 07 de noviembre
de 2006 14:12
Para:
qmailtoaster-list@qmailtoaster.com
Asunto: [qmailtoaster]
.qmail-default

Cordial Saludo, lista quiciera saber si alguien me
puede explicar o darme un enlace donde puedan haber ejemplos de los archivos
.qmail por ej, si necesito hacer que los mails pasen por determinados filtros,
que variables puedo utilizar, a donde van los amils después de pasar por un
filtro y todo lo relacionado con este tipo de ficheros. Y su
procesamientos de emails












Re: [qmailtoaster] How to discard spamassasin bounces

2006-11-07 Thread Erik Espinoza

--enable-dropmsg accepts the e-mail and silently drops the message. We
generate error 500's which sends a message to spammers to hit someone
else. It also makes legitimate senders generate bounces to their
sender.

This would be a bad thing, and is not necessary for the QmailToaster operation.

On 11/7/06, slamp slamp [EMAIL PROTECTED] wrote:

Following up on this. Can this be enabled by

Drop Message option
(http://qmailwiki.inter7.com/Simscan/Guide#Drop_Message_option)

Some sites have security policies in place which require them to
accept every email. For these sites there is an option to do all the
normal simscan processing, but if a virus or spam is detected the
message is not handed to qmail-queue for local delivery. Instead it is
silently dropped.

Use this option when configuring simscan

 --enable-dropmsg

I was looking at the spec file for simscan and it is not enabled.
There is also a settings:
 drop message  = OFF

Would this be what I need to drop messages with spam hits over 12???




On 11/7/06, slamp slamp [EMAIL PROTECTED] wrote:
 hmm actually if spam hits is over 12 points it generates a bounce.

 bounce message:

 rejected by: bounced (host domain.com[69.115.xx.xxx] said: 554 Your
 email is considered spam (17.50 spam-hits) (in reply to end of DATA
 command))

 smtp log:

 2006-10-24 16:56:47.566033500 tcpserver: status: 0/100
 2006-10-24 17:12:53.798053500 tcpserver: status: 1/100
 2006-10-24 17:12:53.798058500 tcpserver: pid 1871 from 208.11.75.2
 2006-10-24 17:12:53.798061500 tcpserver: ok 1871
 mail.domain.com:192.168.2.50:25 :208.11.75.2::35258
 2006-10-24 17:12:56.898361500 CHKUSER accepted sender: from
 [EMAIL PROTECTED]:: remote mail.r
 ollernet.us:unknown:208.11.75.2 rcpt  : sender accepted
 2006-10-24 17:12:57.194445500 CHKUSER accepted rcpt: from
 [EMAIL PROTECTED]:: remote mail.rol
 lernet.us:unknown:208.11.75.2 rcpt [EMAIL PROTECTED] : found existing 
recipient
 2006-10-24 17:12:57.696231500 simscan:[1871]:SPAM REJECT
 (17.50/12.00):0.4995s:***SPAM*** Faith Matt
 ers - Meet Catholic singles:208.11.75.2:[EMAIL PROTECTED]:[EMAIL PROTECTED]
 2006-10-24 17:12:57.702238500 tcpserver: end 1871 status 0

 spamd log:

 2006-10-24 16:56:47.535371500 [25696] info: prefork: child states: II
 2006-10-24 17:12:57.351048500 [1378] info: spamd: connection from
 localhost.localdomain [127.0.0.1]
 at port 35386
 2006-10-24 17:12:57.356215500 [1378] info: spamd: processing message
 [EMAIL PROTECTED]
 .rollernet.us for clamav:89
 2006-10-24 17:12:57.692273500 [1378] info: spamd: identified spam
 (17.5/5.0) for clamav:89 in 0.3 se
 conds, 1860 bytes.
 2006-10-24 17:12:57.692647500 [1378] info: spamd: result: Y 17 -
 HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTM
 
L_SHORT_LINK_IMG_1,MEET_SINGLES,MIME_HTML_ONLY,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SC
 _SURBL,URIBL_WS_SURBL
 scantime=0.3,size=1860,user=clamav,uid=89,required_score=5.0,rhost=localhost.l
 ocaldomain,raddr=127.0.0.1,rport=35386,mid=[EMAIL PROTECTED],autolearn=no

 i actually want to prevent this also but i don't know where to go.


 On 11/7/06, Alex [EMAIL PROTECTED] wrote:
  Thank you. You cleared it up for me.
 
  -Original Message-
  From: David Sánchez Martín [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 07, 2006 10:25 AM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: RE: [qmailtoaster] How to discard spamassasin bounces
 
 
  Returned by spamassassin???
 
 
  Ok, let's figure it out the problem:
 
  The problem is one spammer sends you a forged From mail.
 
  1.- If the mail From is not valid, is rejected by chkuser, no bounces
 
  2.- If the mail Recipient is not a valid user on your mailserver is
  rejected
  by chkuser, so no bounces
 
  3.- If spamassassin says has 12 (by default) hit points your smtp
  rejects
  it, so it doesn't generate bounces.
 
  4.- If spamassassin says is below 12 is delivered to the mailbox. If
  it's
  correctly delivered no bounces are generated.
 
 
  AFAIK Only if is the case 4 could generate bounces just for 4 causes:
 
  1.- Incorrect configured account (for example, alias to non existent
  accounts)
  2.- Mailbox full or something like this
  3.- Redirects to another server that bounces the mail.
  4.- You have a relay user that is a spammer
 
 
  In which category your problem falls?
 
 
 
 
 
  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
   |
  David Sanchez Martin | [EMAIL PROTECTED]
  Administrador de Sistemas|   http://www.e2000.es
  E2000 Nuevas Tecnologias |
   |
  E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
Mediadores de Seguros  |
   |
  Agustin Bravo Esquina Calle C|
  33120 Pravia Asturias Spain  |
   |
  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 
  

Re: [qmailtoaster] .qmail-default

2006-11-07 Thread Eric \Shubes\
Is qtools something that people use very much? Should we include it in a
future release of qmailtoaster-plus?

If so, please go to http://wiki.qmailtoaster.com/index.php/QTP_Wish_List and
state your case. ;)

David Sánchez Martín wrote:
 Busca en el manual de dot-qmail
  
 Ya sabes:
  
 man dot-qmail
  
  
 Así mismo, te recomiendo estas utilidades
 http://www.superscript.com/qtools/intro.html
  
 Ah,  por favor, escribe en ingles en la lista, o al menos incluye la
 traduccion, o indica en el subject que hablas en castellano, gracias.
  
  
 ENG (via google translate):
  
 look for it in the manual of dot-qmail
 You already know: 
  
 man dot-qmail
  
 Also, I recommend these http://www.superscript.com/qtools/intro.html
 utilities to you
  
 Ah, please, writes in English in the list, or it includes the
 translation at least, or it indicates in subject that you speak in
 Castilian, thanks.
 
 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


-- 
-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] How to discard spamassasin bounces

2006-11-07 Thread dsanchez
 hmm actually if spam hits is over 12 points it generates a bounce.

 bounce message:

 rejected by: bounced (host domain.com[69.115.xx.xxx] said: 554 Your
 email is considered spam (17.50 spam-hits) (in reply to end of DATA
 command))


You are generating a REJECT NOT A BOUNCE

IMHO the bounce is generated on the sending server.

Is not your toasters fault. You just told the sender you don't accept his
spam message.

Is up to the sending mail server (are you mail.rollernet.us ???) what it
does with this information, and you can't control it. (is
mail.rollernet.us sysadmin dutty, tell him not to spam you, simple as
that).

You are not offending anyone, is mail.rollernet.us who is spamming you.

If your PHB tells you to avoid this by all the means necessary you can
allways disable simscan spam_hits variable in simscan and eat, eat, eat! a
lot of spam.

Obviously this is not recommended.



 smtp log:

 2006-10-24 16:56:47.566033500 tcpserver: status: 0/100
 2006-10-24 17:12:53.798053500 tcpserver: status: 1/100
 2006-10-24 17:12:53.798058500 tcpserver: pid 1871 from 208.11.75.2
 2006-10-24 17:12:53.798061500 tcpserver: ok 1871
 mail.domain.com:192.168.2.50:25 :208.11.75.2::35258
 2006-10-24 17:12:56.898361500 CHKUSER accepted sender: from
 [EMAIL PROTECTED]:: remote mail.r
 ollernet.us:unknown:208.11.75.2 rcpt  : sender accepted
 2006-10-24 17:12:57.194445500 CHKUSER accepted rcpt: from
 [EMAIL PROTECTED]:: remote mail.rol
 lernet.us:unknown:208.11.75.2 rcpt [EMAIL PROTECTED] : found existing
 recipient
 2006-10-24 17:12:57.696231500 simscan:[1871]:SPAM REJECT
 (17.50/12.00):0.4995s:***SPAM*** Faith Matt
 ers - Meet Catholic
 singles:208.11.75.2:[EMAIL PROTECTED]:[EMAIL PROTECTED]
 2006-10-24 17:12:57.702238500 tcpserver: end 1871 status 0

 spamd log:

 2006-10-24 16:56:47.535371500 [25696] info: prefork: child states: II
 2006-10-24 17:12:57.351048500 [1378] info: spamd: connection from
 localhost.localdomain [127.0.0.1]
 at port 35386
 2006-10-24 17:12:57.356215500 [1378] info: spamd: processing message
 [EMAIL PROTECTED]
 .rollernet.us for clamav:89
 2006-10-24 17:12:57.692273500 [1378] info: spamd: identified spam
 (17.5/5.0) for clamav:89 in 0.3 se
 conds, 1860 bytes.
 2006-10-24 17:12:57.692647500 [1378] info: spamd: result: Y 17 -
 HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTM
 L_SHORT_LINK_IMG_1,MEET_SINGLES,MIME_HTML_ONLY,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SC
 _SURBL,URIBL_WS_SURBL
 scantime=0.3,size=1860,user=clamav,uid=89,required_score=5.0,rhost=localhost.l
 ocaldomain,raddr=127.0.0.1,rport=35386,mid=[EMAIL PROTECTED],autolearn=no

 i actually want to prevent this also but i don't know where to go.


 On 11/7/06, Alex [EMAIL PROTECTED] wrote:
 Thank you. You cleared it up for me.

 -Original Message-
 From: David Sánchez Martín [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 10:25 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] How to discard spamassasin bounces


 Returned by spamassassin???


 Ok, let's figure it out the problem:

 The problem is one spammer sends you a forged From mail.

 1.- If the mail From is not valid, is rejected by chkuser, no bounces

 2.- If the mail Recipient is not a valid user on your mailserver is
 rejected
 by chkuser, so no bounces

 3.- If spamassassin says has 12 (by default) hit points your smtp
 rejects
 it, so it doesn't generate bounces.

 4.- If spamassassin says is below 12 is delivered to the mailbox. If
 it's
 correctly delivered no bounces are generated.


 AFAIK Only if is the case 4 could generate bounces just for 4 causes:

 1.- Incorrect configured account (for example, alias to non existent
 accounts)
 2.- Mailbox full or something like this
 3.- Redirects to another server that bounces the mail.
 4.- You have a relay user that is a spammer


 In which category your problem falls?





 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  |
 David Sanchez Martin | [EMAIL PROTECTED]
 Administrador de Sistemas|   http://www.e2000.es
 E2000 Nuevas Tecnologias |
  |
 E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
   Mediadores de Seguros  |
  |
 Agustin Bravo Esquina Calle C|
 33120 Pravia Asturias Spain  |
  |
 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 -Mensaje original-
 De: Alex [mailto:[EMAIL PROTECTED]
 Enviado el: martes, 07 de noviembre de 2006 18:47
 Para: qmailtoaster-list@qmailtoaster.com
 Asunto: RE: [qmailtoaster] How to discard spamassasin bounces

 Thank you. I already have that set and that only deletes the incoming
 wrong
 user mail, not the email sent out as bounces.

 -Original Message-
 From: abdul khan [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 9:35 AM
 To: 

Re: [qmailtoaster] .qmail-default

2006-11-07 Thread dsanchez
I do not use it at this moment, but it can be a good idea. :-)

It lets you easy scripting with dot-qmail files, but it can be more
powerful if supported by qmailadmin or something.

Qmailadmin (at least older versions) tend to mesh with .qmail and undoing
what i've done via CLI.



 Is qtools something that people use very much? Should we include it in a
 future release of qmailtoaster-plus?

 If so, please go to http://wiki.qmailtoaster.com/index.php/QTP_Wish_List
 and
 state your case. ;)

 David Sánchez Martín wrote:
 Busca en el manual de dot-qmail

 Ya sabes:

 man dot-qmail


 Así mismo, te recomiendo estas utilidades
 http://www.superscript.com/qtools/intro.html

 Ah,  por favor, escribe en ingles en la lista, o al menos incluye la
 traduccion, o indica en el subject que hablas en castellano, gracias.


 ENG (via google translate):

 look for it in the manual of dot-qmail
 You already know:

 man dot-qmail

 Also, I recommend these http://www.superscript.com/qtools/intro.html
 utilities to you

 Ah, please, writes in English in the list, or it includes the
 translation at least, or it indicates in subject that you speak in
 Castilian, thanks.

 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


 --
 -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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] How to discard spamassasin bounces

2006-11-07 Thread slamp slamp

mail.rollernet.us is my secondary mx (its for free). unfortunately
they don't like receiving bounce or reject messages coming from my
primary mx so they disable my account automatically (they call this
backscatter). this is something i dont want because i dont have a
backup if my network goes down for some reason and i dont want to miss
any mail.

On 11/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 hmm actually if spam hits is over 12 points it generates a bounce.

 bounce message:

 rejected by: bounced (host domain.com[69.115.xx.xxx] said: 554 Your
 email is considered spam (17.50 spam-hits) (in reply to end of DATA
 command))


You are generating a REJECT NOT A BOUNCE

IMHO the bounce is generated on the sending server.

Is not your toasters fault. You just told the sender you don't accept his
spam message.

Is up to the sending mail server (are you mail.rollernet.us ???) what it
does with this information, and you can't control it. (is
mail.rollernet.us sysadmin dutty, tell him not to spam you, simple as
that).

You are not offending anyone, is mail.rollernet.us who is spamming you.

If your PHB tells you to avoid this by all the means necessary you can
allways disable simscan spam_hits variable in simscan and eat, eat, eat! a
lot of spam.

Obviously this is not recommended.



 smtp log:

 2006-10-24 16:56:47.566033500 tcpserver: status: 0/100
 2006-10-24 17:12:53.798053500 tcpserver: status: 1/100
 2006-10-24 17:12:53.798058500 tcpserver: pid 1871 from 208.11.75.2
 2006-10-24 17:12:53.798061500 tcpserver: ok 1871
 mail.domain.com:192.168.2.50:25 :208.11.75.2::35258
 2006-10-24 17:12:56.898361500 CHKUSER accepted sender: from
 [EMAIL PROTECTED]:: remote mail.r
 ollernet.us:unknown:208.11.75.2 rcpt  : sender accepted
 2006-10-24 17:12:57.194445500 CHKUSER accepted rcpt: from
 [EMAIL PROTECTED]:: remote mail.rol
 lernet.us:unknown:208.11.75.2 rcpt [EMAIL PROTECTED] : found existing
 recipient
 2006-10-24 17:12:57.696231500 simscan:[1871]:SPAM REJECT
 (17.50/12.00):0.4995s:***SPAM*** Faith Matt
 ers - Meet Catholic
 singles:208.11.75.2:[EMAIL PROTECTED]:[EMAIL PROTECTED]
 2006-10-24 17:12:57.702238500 tcpserver: end 1871 status 0

 spamd log:

 2006-10-24 16:56:47.535371500 [25696] info: prefork: child states: II
 2006-10-24 17:12:57.351048500 [1378] info: spamd: connection from
 localhost.localdomain [127.0.0.1]
 at port 35386
 2006-10-24 17:12:57.356215500 [1378] info: spamd: processing message
 [EMAIL PROTECTED]
 .rollernet.us for clamav:89
 2006-10-24 17:12:57.692273500 [1378] info: spamd: identified spam
 (17.5/5.0) for clamav:89 in 0.3 se
 conds, 1860 bytes.
 2006-10-24 17:12:57.692647500 [1378] info: spamd: result: Y 17 -
 HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTM
 
L_SHORT_LINK_IMG_1,MEET_SINGLES,MIME_HTML_ONLY,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SC
 _SURBL,URIBL_WS_SURBL
 scantime=0.3,size=1860,user=clamav,uid=89,required_score=5.0,rhost=localhost.l
 ocaldomain,raddr=127.0.0.1,rport=35386,mid=[EMAIL PROTECTED],autolearn=no

 i actually want to prevent this also but i don't know where to go.


 On 11/7/06, Alex [EMAIL PROTECTED] wrote:
 Thank you. You cleared it up for me.

 -Original Message-
 From: David Sánchez Martín [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 10:25 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] How to discard spamassasin bounces


 Returned by spamassassin???


 Ok, let's figure it out the problem:

 The problem is one spammer sends you a forged From mail.

 1.- If the mail From is not valid, is rejected by chkuser, no bounces

 2.- If the mail Recipient is not a valid user on your mailserver is
 rejected
 by chkuser, so no bounces

 3.- If spamassassin says has 12 (by default) hit points your smtp
 rejects
 it, so it doesn't generate bounces.

 4.- If spamassassin says is below 12 is delivered to the mailbox. If
 it's
 correctly delivered no bounces are generated.


 AFAIK Only if is the case 4 could generate bounces just for 4 causes:

 1.- Incorrect configured account (for example, alias to non existent
 accounts)
 2.- Mailbox full or something like this
 3.- Redirects to another server that bounces the mail.
 4.- You have a relay user that is a spammer


 In which category your problem falls?





 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  |
 David Sanchez Martin | [EMAIL PROTECTED]
 Administrador de Sistemas|   http://www.e2000.es
 E2000 Nuevas Tecnologias |
  |
 E2000 Organizacion de Empresarios|Tel : +34 902 19 61 77
   Mediadores de Seguros  |
  |
 Agustin Bravo Esquina Calle C|
 33120 Pravia Asturias Spain  |
  |
 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 -Mensaje original-
 De: Alex [mailto:[EMAIL 

Re: [qmailtoaster] How to discard spamassasin bounces

2006-11-07 Thread dsanchez

Ok, understood.

You are using a backup MX that doesn't filter any spam.

You can enabl RELAY for that host 208.11.75.2 in /etc/tcprules.d/tcp.smtp

Something like adding a line like this:

208.11.75.2:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,QMAILQUEUE=/var/qmail/bin/simscan

and doing a qmailctl cdb


This hopefully  disable spamassassin checking for that domain.

Maybe this isn't the best solution, anyway.

Could you afford a paid secondary MX  (with spam filtering, if possible)? :-S

 mail.rollernet.us is my secondary mx (its for free). unfortunately
 they don't like receiving bounce or reject messages coming from my
 primary mx so they disable my account automatically (they call this
 backscatter). this is something i dont want because i dont have a
 backup if my network goes down for some reason and i dont want to miss
 any mail.

 On 11/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  hmm actually if spam hits is over 12 points it generates a bounce.
 
  bounce message:
 
  rejected by: bounced (host domain.com[69.115.xx.xxx] said: 554 Your
  email is considered spam (17.50 spam-hits) (in reply to end of DATA
  command))


 You are generating a REJECT NOT A BOUNCE

 IMHO the bounce is generated on the sending server.

 Is not your toasters fault. You just told the sender you don't accept
 his
 spam message.

 Is up to the sending mail server (are you mail.rollernet.us ???) what it
 does with this information, and you can't control it. (is
 mail.rollernet.us sysadmin dutty, tell him not to spam you, simple as
 that).

 You are not offending anyone, is mail.rollernet.us who is spamming you.

 If your PHB tells you to avoid this by all the means necessary you can
 allways disable simscan spam_hits variable in simscan and eat, eat, eat!
 a
 lot of spam.

 Obviously this is not recommended.



  smtp log:
 
  2006-10-24 16:56:47.566033500 tcpserver: status: 0/100
  2006-10-24 17:12:53.798053500 tcpserver: status: 1/100
  2006-10-24 17:12:53.798058500 tcpserver: pid 1871 from 208.11.75.2
  2006-10-24 17:12:53.798061500 tcpserver: ok 1871
  mail.domain.com:192.168.2.50:25 :208.11.75.2::35258
  2006-10-24 17:12:56.898361500 CHKUSER accepted sender: from
  [EMAIL PROTECTED]:: remote mail.r
  ollernet.us:unknown:208.11.75.2 rcpt  : sender accepted
  2006-10-24 17:12:57.194445500 CHKUSER accepted rcpt: from
  [EMAIL PROTECTED]:: remote mail.rol
  lernet.us:unknown:208.11.75.2 rcpt [EMAIL PROTECTED] : found existing
  recipient
  2006-10-24 17:12:57.696231500 simscan:[1871]:SPAM REJECT
  (17.50/12.00):0.4995s:***SPAM*** Faith Matt
  ers - Meet Catholic
  singles:208.11.75.2:[EMAIL PROTECTED]:[EMAIL PROTECTED]
  2006-10-24 17:12:57.702238500 tcpserver: end 1871 status 0
 
  spamd log:
 
  2006-10-24 16:56:47.535371500 [25696] info: prefork: child states: II
  2006-10-24 17:12:57.351048500 [1378] info: spamd: connection from
  localhost.localdomain [127.0.0.1]
  at port 35386
  2006-10-24 17:12:57.356215500 [1378] info: spamd: processing message
  [EMAIL PROTECTED]
  .rollernet.us for clamav:89
  2006-10-24 17:12:57.692273500 [1378] info: spamd: identified spam
  (17.5/5.0) for clamav:89 in 0.3 se
  conds, 1860 bytes.
  2006-10-24 17:12:57.692647500 [1378] info: spamd: result: Y 17 -
  HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTM
  L_SHORT_LINK_IMG_1,MEET_SINGLES,MIME_HTML_ONLY,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SC
  _SURBL,URIBL_WS_SURBL
  scantime=0.3,size=1860,user=clamav,uid=89,required_score=5.0,rhost=localhost.l
  ocaldomain,raddr=127.0.0.1,rport=35386,mid=[EMAIL PROTECTED],autolearn=no
 
  i actually want to prevent this also but i don't know where to go.
 
 
  On 11/7/06, Alex [EMAIL PROTECTED] wrote:
  Thank you. You cleared it up for me.
 
  -Original Message-
  From: David Sánchez Martín [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 07, 2006 10:25 AM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: RE: [qmailtoaster] How to discard spamassasin bounces
 
 
  Returned by spamassassin???
 
 
  Ok, let's figure it out the problem:
 
  The problem is one spammer sends you a forged From mail.
 
  1.- If the mail From is not valid, is rejected by chkuser, no bounces
 
  2.- If the mail Recipient is not a valid user on your mailserver is
  rejected
  by chkuser, so no bounces
 
  3.- If spamassassin says has 12 (by default) hit points your smtp
  rejects
  it, so it doesn't generate bounces.
 
  4.- If spamassassin says is below 12 is delivered to the mailbox. If
  it's
  correctly delivered no bounces are generated.
 
 
  AFAIK Only if is the case 4 could generate bounces just for 4 causes:
 
  1.- Incorrect configured account (for example, alias to non existent
  accounts)
  2.- Mailbox full or something like this
  3.- Redirects to another server that bounces the mail.
  4.- You have a relay user that is a spammer
 
 
  In which category your problem falls?
 
 
 
 
 
  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  

Re: [qmailtoaster] .qmail-default

2006-11-07 Thread Quinn Comendant
I was exploring this yesterday. I found the latest version of QmailAdmin does 
add/change/delete user's .qmail files. 

But I found a solution! Example for [EMAIL PROTECTED]:

QmailAdmin will modify the following .qmail file (so if you edit this file vi 
CLI expect your changes to be overwritten/deleted):

/home/vpopmail/domains/example.com/bob/.qmail

But you can create a default .qmail file for this user that QmailAdmin will NOT 
overwrite here:

/home/vpopmail/domains/example.com/.qmail-bob

And they seem to work the same. I'm not totally sure how this works (I'm new to 
qmail) but it seems the files at example.com/.qmail-username work the same as 
/var/qmail/alias/.qmail-username. Can someone confirm?

I was doing this because I needed to setup many .procmailrc scripts for our 
users. I created a tool to help add/edit/remove .procmailrc scripts for users 
via CLI. (And I assume it could be modified for maildrop?) I've attached it to 
this email to share.
vprocmail goes somewhere convenient like /root/bin/vprocmail.
And the two templates go here (rename them to begin with a dot):
/home/vpopmail/domains/.procmailrc-template
/home/vpopmail/domains/.qmail-user-template

Q


vprocmail.sh
Description: Binary data


qmail-user-template
Description: Binary data


procmailrc-template
Description: Binary data


On Tue, 7 Nov 2006 21:20:35 +0100 (CET), [EMAIL PROTECTED] wrote:
 Qmailadmin (at least older versions) tend to mesh with .qmail and undoing
 what i've done via CLI.
-
 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-default

2006-11-07 Thread dsanchez
 I was exploring this yesterday. I found the latest version of QmailAdmin
 does add/change/delete user's .qmail files.

 But I found a solution! Example for [EMAIL PROTECTED]:

 QmailAdmin will modify the following .qmail file (so if you edit this file
 vi CLI expect your changes to be overwritten/deleted):

 /home/vpopmail/domains/example.com/bob/.qmail

 But you can create a default .qmail file for this user that QmailAdmin
 will NOT overwrite here:

 /home/vpopmail/domains/example.com/.qmail-bob

Yes this kind of aliasing works well (for 4 years now ;-P ).

I use that for old alias from a migration, but i don't like it because is
ugly and dificult to maintain, you must do it in CLI (no problem for me,
but for my operators, who do the work of adding modifying and deleting
accounts and the like).

Is a workaround anyway :-)


 And they seem to work the same. I'm not totally sure how this works (I'm
 new to qmail) but it seems the files at example.com/.qmail-username work
 the same as /var/qmail/alias/.qmail-username. Can someone confirm?

 I was doing this because I needed to setup many .procmailrc scripts for
 our users. I created a tool to help add/edit/remove .procmailrc scripts
 for users via CLI. (And I assume it could be modified for maildrop?) I've
 attached it to this email to share.
 vprocmail goes somewhere convenient like /root/bin/vprocmail.
 And the two templates go here (rename them to begin with a dot):
 /home/vpopmail/domains/.procmailrc-template
 /home/vpopmail/domains/.qmail-user-template

 Q


 On Tue, 7 Nov 2006 21:20:35 +0100 (CET), [EMAIL PROTECTED] wrote:
 Qmailadmin (at least older versions) tend to mesh with .qmail and
 undoing
 what i've done via CLI.
 -
  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] How to discard spamassasin bounces

2006-11-07 Thread Eric \Shubes\
I've heard that it's not uncommon for spammers to use a secondary (or lowest
priority) MX server listed on DNS because the backup servers often don't
scan for spam. Sneaky little devils. ;)

It appears that what you need to able to do is to tailor the way spam is
handled according to the IP address it came from. Can maildrop possibly do this?

[EMAIL PROTECTED] wrote:
 Ok, understood.
 
 You are using a backup MX that doesn't filter any spam.
 
 You can enabl RELAY for that host 208.11.75.2 in /etc/tcprules.d/tcp.smtp
 
 Something like adding a line like this:
 
 208.11.75.2:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,QMAILQUEUE=/var/qmail/bin/simscan
 
 and doing a qmailctl cdb
 
 
 This hopefully  disable spamassassin checking for that domain.
 
 Maybe this isn't the best solution, anyway.
 
 Could you afford a paid secondary MX  (with spam filtering, if possible)? :-S
 
 mail.rollernet.us is my secondary mx (its for free). unfortunately
 they don't like receiving bounce or reject messages coming from my
 primary mx so they disable my account automatically (they call this
 backscatter). this is something i dont want because i dont have a
 backup if my network goes down for some reason and i dont want to miss
 any mail.



-- 
-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] (repost) running sa-learn from valias

2006-11-07 Thread Quinn Comendant
It's true. It is a better idea to deliver to a mailbox so you can save the 
messages if you ever need to retrain SA.

I found my original problem now... /root/bin directory was not searchable by 
user vpopmail (chmod 700) so qmail-local could not execute the program.

Thanks!

Quinn


On Tue, 07 Nov 2006 06:53:16 -0500, Jake Vickers wrote:
 Quinn Comendant wrote:
 I'm trying to create an alias that pipes a message to sa-learn. I've 
 created the alias:
 
 [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
 [EMAIL PROTECTED] - |sa-learn --ham --no-sync
 [EMAIL PROTECTED] - |sa-learn --spam --no-sync
 
 
 That didn't work, so I tried this:
 
 [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
 [EMAIL PROTECTED] - |/root/bin/learnham
 [EMAIL PROTECTED] - |/root/bin/learnspam
   
 Sorry, I replied to you on the vpopmail mailing list. The maildrop 
 and qmailadmin package have been modified so that you can use the 
 automatic spam detection flag to learn SPAM from. When you recompile 
 these packages, include the flag:
 --define 'spambox 1'
 and you will see a check box in qmailadmin that allows you to turn on 
 spam detection. What this does is run that user's mail through the 
 /etc/mail/mailfilter script, which  will learn from spam that scores 
 above 15 or so (don't remember what the default score is) as well as 
 put it in the user's spam folder.
 If you want to use the separate email addresses like you listed 
 above, leave them as valid email addresses and run a script on them 
 in the background with cron, something like this:
 /usr/bin/sa-learn --spam 
 /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
 rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
 /usr/bin/sa-learn --spam 
 /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*
 rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*
 
 
 And then do the same thing for your ham mails, but use the --ham flag 
 instead of the --spam flag for sa-learn.
 
 -
 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] es- eng help please -- ayuda por favor

2006-11-07 Thread Ariel
List,
I need to send a mail of information to all the mailboxes of the qmail
There is form to make it automatic, that is a mail and that is talked
back to all, without concerning the dominion that is?Gracias*Lista , necesito enviar un correo de informacion a todos los buzones del qmail Hay forma de hacerlo automatico, o sea un correo y que se replique a todos , sin importar el dominio que sea ? 
GraciasCon un exchange 5.5 lo hacia con una lista de distribucion.


Re: [qmailtoaster] es- eng help please -- ayuda por favor

2006-11-07 Thread Eric \Shubes\
Try the Email Users-0.5 button on the http://yourdomain.com/admin-toaster/
screen. I don't know which domain(s) it will be sent to. I'm guessing all,
since there's no place to specify.

Ariel wrote:
 List, I need to send a mail of information to all the mailboxes of the
 qmail There is form to make it automatic,
 that is a mail and that is talked back to all, without concerning the
 dominion that is?
  Gracias
 
 *
 
 Lista , necesito enviar un correo de informacion a todos los buzones del
 qmail  
 Hay forma de hacerlo automatico, o sea un correo y que se replique a
 todos , sin importar el dominio que sea ? 
 Gracias
 
 Con un exchange 5.5 lo hacia con una lista de distribucion.


-- 
-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] es- eng help please -- ayuda por favor

2006-11-07 Thread Erik Espinoza

Uhm, that doesn't work. It's why the scripts don't install
sends-email-toaster package.

Erik

On 11/7/06, Eric Shubes [EMAIL PROTECTED] wrote:

Try the Email Users-0.5 button on the http://yourdomain.com/admin-toaster/
screen. I don't know which domain(s) it will be sent to. I'm guessing all,
since there's no place to specify.

Ariel wrote:
 List, I need to send a mail of information to all the mailboxes of the
 qmail There is form to make it automatic,
 that is a mail and that is talked back to all, without concerning the
 dominion that is?
  Gracias

 *

 Lista , necesito enviar un correo de informacion a todos los buzones del
 qmail
 Hay forma de hacerlo automatico, o sea un correo y que se replique a
 todos , sin importar el dominio que sea ?
 Gracias

 Con un exchange 5.5 lo hacia con una lista de distribucion.


--
-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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] (repost) running sa-learn from valias

2006-11-07 Thread Eric \Shubes\
Just out of curiosity, what is it that would be in a /root/bin directory?
That's not a typical directory, is it?

Quinn Comendant wrote:
 It's true. It is a better idea to deliver to a mailbox so you can save the 
 messages if you ever need to retrain SA.
 
 I found my original problem now... /root/bin directory was not searchable by 
 user vpopmail (chmod 700) so qmail-local could not execute the program.
 
 Thanks!
 
 Quinn
 
 
 On Tue, 07 Nov 2006 06:53:16 -0500, Jake Vickers wrote:
 Quinn Comendant wrote:
 I'm trying to create an alias that pipes a message to sa-learn. I've 
 created the alias:

 [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
 [EMAIL PROTECTED] - |sa-learn --ham --no-sync
 [EMAIL PROTECTED] - |sa-learn --spam --no-sync


 That didn't work, so I tried this:

 [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
 [EMAIL PROTECTED] - |/root/bin/learnham
 [EMAIL PROTECTED] - |/root/bin/learnspam
   
 Sorry, I replied to you on the vpopmail mailing list. The maildrop 
 and qmailadmin package have been modified so that you can use the 
 automatic spam detection flag to learn SPAM from. When you recompile 
 these packages, include the flag:
 --define 'spambox 1'
 and you will see a check box in qmailadmin that allows you to turn on 
 spam detection. What this does is run that user's mail through the 
 /etc/mail/mailfilter script, which  will learn from spam that scores 
 above 15 or so (don't remember what the default score is) as well as 
 put it in the user's spam folder.
 If you want to use the separate email addresses like you listed 
 above, leave them as valid email addresses and run a script on them 
 in the background with cron, something like this:
 /usr/bin/sa-learn --spam 
 /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
 rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
 /usr/bin/sa-learn --spam 
 /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*
 rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*


 And then do the same thing for your ham mails, but use the --ham flag 
 instead of the --spam flag for sa-learn.



-- 
-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] es- eng help please -- ayuda por favor

2006-11-07 Thread Eric \Shubes\
Oh. The newmodel script installs send-mails-toaster. Should it not?

Any idea what's broken? Perhaps someone would like to fix it?

Erik Espinoza wrote:
 Uhm, that doesn't work. It's why the scripts don't install
 sends-email-toaster package.
 
 Erik
 
 On 11/7/06, Eric Shubes [EMAIL PROTECTED] wrote:
 Try the Email Users-0.5 button on the
 http://yourdomain.com/admin-toaster/
 screen. I don't know which domain(s) it will be sent to. I'm guessing
 all,
 since there's no place to specify.

 Ariel wrote:
  List, I need to send a mail of information to all the mailboxes of the
  qmail There is form to make it automatic,
  that is a mail and that is talked back to all, without concerning the
  dominion that is?
   Gracias
 
  *
 
  Lista , necesito enviar un correo de informacion a todos los buzones
 del
  qmail
  Hay forma de hacerlo automatico, o sea un correo y que se replique a
  todos , sin importar el dominio que sea ?
  Gracias
 
  Con un exchange 5.5 lo hacia con una lista de distribucion.


 -- 
 -Eric 'shubes'



-- 
-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] es- eng help please -- ayuda por favor

2006-11-07 Thread dsanchez
 List, I need to send a mail of information to all the mailboxes of the
 qmail
 There is form to make it automatic,
 that is a mail and that is talked back to all, without concerning the
 dominion that is?
  Gracias

 *

Suelo hacerme un script para esto, pero me parece que existia algo ya en
el toaster.

Yo suelo sacar todos los dominios con

/home/vpopmail/bin/vdominfo | grep domain: | cut -c9-60

Y por cada uno de ellos hago un:

/home/vpopmail/bin/vuserinfo -D tudominio.com | grep name: | cut -c9-60



 Lista , necesito enviar un correo de informacion a todos los buzones del
 qmail
 Hay forma de hacerlo automatico, o sea un correo y que se replique a todos
 ,
 sin importar el dominio que sea ?
 Gracias

 Con un exchange 5.5 lo hacia con una lista de distribucion.




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



Re: [qmailtoaster] (repost) running sa-learn from valias

2006-11-07 Thread Quinn Comendant
Not a typical directory. I have a habit of creating a directory structure for 
each of my unix user accounts that does mirror typical unix directory 
structures. In /root/bin I put all the admin scripts that I create that are 
used by all administrators of the server.

Also, on my Mac laptop, I have:

/Users/q/bin - for local scripts and binary that only user q uses.
/Users/q/src - source code, software downloads.
/Users/q/etc - configuration files that I need to access.
/Users/q/var/log - logs from scripts in ~/bin.

It makes it much easier to backup and restore if I reinstall the OS (easier 
than putting your binaries and scripts into /usr/local/bin) but is only useful 
if you will be the only user that needs to access these scripts.

Quinn


On Tue, 07 Nov 2006 15:04:23 -0700, Eric Shubes wrote:
 Just out of curiosity, what is it that would be in a /root/bin directory?
 That's not a typical directory, is it?
 
 Quinn Comendant wrote:
 It's true. It is a better idea to deliver to a mailbox so you can 
 save the messages if you ever need to retrain SA.
 
 I found my original problem now... /root/bin directory was not 
 searchable by user vpopmail (chmod 700) so qmail-local could not 
 execute the program.
 
 Thanks!
 
 Quinn
 
 
 On Tue, 07 Nov 2006 06:53:16 -0500, Jake Vickers wrote:
 Quinn Comendant wrote:
 I'm trying to create an alias that pipes a message to sa-learn. I've 
 created the alias:
 
 [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
 [EMAIL PROTECTED] - |sa-learn --ham --no-sync
 [EMAIL PROTECTED] - |sa-learn --spam --no-sync
 
 
 That didn't work, so I tried this:
 
 [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam
 [EMAIL PROTECTED] - |/root/bin/learnham
 [EMAIL PROTECTED] - |/root/bin/learnspam
   
 Sorry, I replied to you on the vpopmail mailing list. The maildrop 
 and qmailadmin package have been modified so that you can use the 
 automatic spam detection flag to learn SPAM from. When you recompile 
 these packages, include the flag:
 --define 'spambox 1'
 and you will see a check box in qmailadmin that allows you to turn on 
 spam detection. What this does is run that user's mail through the 
 /etc/mail/mailfilter script, which  will learn from spam that scores 
 above 15 or so (don't remember what the default score is) as well as 
 put it in the user's spam folder.
 If you want to use the separate email addresses like you listed 
 above, leave them as valid email addresses and run a script on them 
 in the background with cron, something like this:
 /usr/bin/sa-learn --spam 
 /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
 rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/cur/*
 /usr/bin/sa-learn --spam 
 /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*
 rm -rf /home/vpopmail/domains/v2gnu.com/jake/Maildir/.Spam/new/*
 
 
 And then do the same thing for your ham mails, but use the --ham flag 
 instead of the --spam flag for sa-learn.
 
 
 
 -- 
 -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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Thanks

2006-11-07 Thread Kyle Quillen
Hey Jake,

Just saw on the list that you were upgrading the backup scripts.  I use
these things all the time and they work pretty well.  Just wanted to say
thanks.  

Thanks
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] Thanks

2006-11-07 Thread Jake Vickers

Kyle Quillen wrote:

Hey Jake,

Just saw on the list that you were upgrading the backup scripts.  I use
these things all the time and they work pretty well.  Just wanted to say
thanks.  

  
No problem at all. Should have a new release out in the next couple days 
that backs up just about everything you can think of.
If there's something in particular you would like to see backed up, just 
let me know!

Thanks again. It's nice to know that people are getting use out of 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] Thanks

2006-11-07 Thread Eric \Shubes\
Kyle Quillen wrote:
 Hey Jake,
 
 Just saw on the list that you were upgrading the backup scripts.  I use
 these things all the time and they work pretty well.  Just wanted to say
 thanks.  
 
 Thanks
 Q
 

Yes, but how well does the *restore* work?
The proof of the pudding is in the eating! :)

Thanks for all your work, Jake!

-- 
-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] Thanks

2006-11-07 Thread Kyle Quillen
Well that is the Great thing about QMail toaster 


Never needed to use it.  LOL

I just knocked on wood!!




On Tue, 2006-11-07 at 18:15 -0700, Eric Shubes wrote:
 Kyle Quillen wrote:
  Hey Jake,
  
  Just saw on the list that you were upgrading the backup scripts.  I use
  these things all the time and they work pretty well.  Just wanted to say
  thanks.  
  
  Thanks
  Q
  
 
 Yes, but how well does the *restore* work?
 The proof of the pudding is in the eating! :)
 
 Thanks for all your work, Jake!
 


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



[qmailtoaster] RBL blocks my roaming users

2006-11-07 Thread Bill Kwok
Dear all,

Recently, some of my users, all of them are roaming users,complaint that they can't send email through our qmail server. The bounce back message is similar to this:

 Subject: RE:  Sent: 11/7/2006 11:44 PMThe following recipient(s) could not be reached: 
'[EMAIL PROTECTED]
' on 11/7/2006 11:44 PM 451 
http://dsbl.org/listing?nnn.0.192.136
I believe it is due to the changes I've made to the blacklist. Here's my current /var/qmail/control/blacklists:


-r sbl-xbl.spamhaus.org -r bl.spamcop.net -r relays.ordb.org -r 
dnsbl.antispam.or.id -r opm.blitzed.org -r list.dsbl.org -r cbl.abuseat.org
My toaster includes this packages:

[EMAIL PROTECTED] ~]# rpm -qa | grep toastersimscan-toaster-1.2-1.3.1ezmlm-toaster-0.53.324-1.3.1squirrelmail-toaster-1.4.8-1.3.3qmailmrtg-toaster-4.2-1.3.1spamassassin-toaster-3.1.7-1.3.5
daemontools-toaster-0.76-1.3.1autorespond-toaster-2.0.4-1.3.1qmailadmin-toaster-1.2.9-1.3.1isoqlog-toaster-2.1-1.3.1qmail-pop3d-toaster-1.03-1.3.6qmail-toaster-1.03-1.3.6ripmime-toaster-1.4.0.6-1.3.1
libdomainkeys-toaster-0.68-1.3.1ezmlm-cgi-toaster-0.53.324-1.3.1maildrop-toaster-devel-2.0.2-1.3.1vpopmail-toaster-5.4.13-1.3.2clamav-toaster-0.88.5-1.3.4courier-authlib-toaster-0.58-1.3.1maildrop-toaster-2.0.2-1.3.1
qmailtoaster-plus-0.1-1.3.1vqadmin-toaster-2.3.4-1.3.2ucspi-tcp-toaster-0.88-1.3.1control-panel-toaster-0.5-1.3.1courier-imap-toaster-4.1.1-1.3.2.unicode
My questions are:

1. Does my blacklist too aggressive?
2. Is there any way to skip RBL checking if users have authenticated themselves?
Thank you very much.Best regards,Bill 


[qmailtoaster] Prune Trash/Spam older than 28 days

2006-11-07 Thread Erik Espinoza

Greetings,

I've written a script that I think many may find useful.

It basically deletes mail in the .Trash folder that is older than 28
days. It also sa-learns and deletes from the .Spam folder on mails
older than 28 days.

It is available from here: http://devel.qmailtoaster.com/info/qtprune.sh

I have tested it on a couple of test and production machines under my
care, and all looks good. I will be linking it from the main site
later today.

Everyone is free to grab it.

Thanks,
Erik

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



Re: [qmailtoaster] bayes_* permissions

2006-11-07 Thread Quinn Comendant
Actually I think I was wrong on this. For sa-learn, -C is for the *distributed* 
config files (i.e. /usr/share/spamassassin)...

   -C path, --configpath=path, --config-file=path
   Use the specified path for locating the distributed configuration 
files.  Ignore the default directories (usually /usr/share/spamassassin or 
similar).

   --siteconfigpath=path
   Use the specified path for locating site-specific configuration 
files.  Ignore the default directories (usually /etc/mail/spamassassin or 
similar).

Quinn



On Mon, 6 Nov 2006 18:42:48 -0800, Quinn Comendant wrote:
 Whoops. Try -H. By default sudo does not modify the $HOME variable, 
 leaving set to root...
 
-H  The -H (HOME) option sets the HOME environment variable to 
 the homedir of the target user (root by default) as specified in 
 passwd(5).  By default, sudo does not modify HOME.
 
 Or, if you have your bayes_path and autowhitelist path set in your 
 config, you can run spamassassin (spamc, spamd) with the -C option:
 
 -C path, --configpath=path, --config-file=path
   Path to standard configuration dir
 
 Q
 
 
 On Mon, 06 Nov 2006 19:08:02 -0700, Eric Shubes wrote:
 So, how do I get it to use /home/vpopmail instead of /root for these? I'm
 guessing that there might be something in local.cf I can set (similar to
 bayes_path), but I gotta go for now.
 
 -
  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] How to discard spamassasin bounces

2006-11-07 Thread Alex
So is it better to recompile simscan with -drop-message option to not
have bounces sent to the sender and silently discard them?

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 07, 2006 1:12 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to discard spamassasin bounces

I've heard that it's not uncommon for spammers to use a secondary (or
lowest
priority) MX server listed on DNS because the backup servers often don't
scan for spam. Sneaky little devils. ;)

It appears that what you need to able to do is to tailor the way spam is
handled according to the IP address it came from. Can maildrop possibly
do this?

[EMAIL PROTECTED] wrote:
 Ok, understood.
 
 You are using a backup MX that doesn't filter any spam.
 
 You can enabl RELAY for that host 208.11.75.2 in
/etc/tcprules.d/tcp.smtp
 
 Something like adding a line like this:
 

208.11.75.2:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%
/private,QMAILQUEUE=/var/qmail/bin/simscan
 
 and doing a qmailctl cdb
 
 
 This hopefully  disable spamassassin checking for that domain.
 
 Maybe this isn't the best solution, anyway.
 
 Could you afford a paid secondary MX  (with spam filtering, if
possible)? :-S
 
 mail.rollernet.us is my secondary mx (its for free). unfortunately
 they don't like receiving bounce or reject messages coming from my
 primary mx so they disable my account automatically (they call this
 backscatter). this is something i dont want because i dont have a
 backup if my network goes down for some reason and i dont want to
miss
 any mail.



-- 
-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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] How to discard spamassasin bounces

2006-11-07 Thread Erik Espinoza

Bounces aren't being sent. The rollernet servers are the ones
generating the bounces, based on your error 500 rejection.

Sounds like in your case the best thing to do would be to enable
drop-message, or just exempt them by putting their servers in
tcp.smtp.

Erik

On 11/7/06, Alex [EMAIL PROTECTED] wrote:

So is it better to recompile simscan with -drop-message option to not
have bounces sent to the sender and silently discard them?

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 1:12 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to discard spamassasin bounces

I've heard that it's not uncommon for spammers to use a secondary (or
lowest
priority) MX server listed on DNS because the backup servers often don't
scan for spam. Sneaky little devils. ;)

It appears that what you need to able to do is to tailor the way spam is
handled according to the IP address it came from. Can maildrop possibly
do this?

[EMAIL PROTECTED] wrote:
 Ok, understood.

 You are using a backup MX that doesn't filter any spam.

 You can enabl RELAY for that host 208.11.75.2 in
/etc/tcprules.d/tcp.smtp

 Something like adding a line like this:


208.11.75.2:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%
/private,QMAILQUEUE=/var/qmail/bin/simscan

 and doing a qmailctl cdb


 This hopefully  disable spamassassin checking for that domain.

 Maybe this isn't the best solution, anyway.

 Could you afford a paid secondary MX  (with spam filtering, if
possible)? :-S

 mail.rollernet.us is my secondary mx (its for free). unfortunately
 they don't like receiving bounce or reject messages coming from my
 primary mx so they disable my account automatically (they call this
 backscatter). this is something i dont want because i dont have a
 backup if my network goes down for some reason and i dont want to
miss
 any mail.



--
-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 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] Fake to: and deliver-to: mail headers simscan problem

2006-11-07 Thread Alex
I am having a bizarre issue. I have per domain/user scanning enabled on
simscan and crafty spammers are faking headers in such a way that

to: [EMAIL PROTECTED]
deliver-to: [EMAIL PROTECTED]

In simcontrol I have:

[EMAIL PROTECTED]:clam=yes,spam=yes
mydomain.com:clam=no,spam=no

the simscan does not scan these spam emails with such headers, I think
because [EMAIL PROTECTED] is not set to be scanned by simscan in
simcontrol. 

Even after adding 

[EMAIL PROTECTED]:clam=yes,spam=yes

still no scanning. I think this is somekind of a bug maybe in simscan.
Anyone got any ideas on how to block fake header spam? Maybe on the
qmail server level before it hits simscan?


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



Re: [qmailtoaster] sandbox issues

2006-11-07 Thread ldap
I did not manually do anything on /opt/sandbox, however boot/ is not there
as you can see,

[EMAIL PROTECTED] qtp-sandbox]# ls -hal /opt/qtp-sandbox/
total 68K
drwxr-xr-x 13 root root 4.0K Nov  7 14:20 .
drwxr-xr-x  3 root root 4.0K Nov  1 09:02 ..
drwxr-xr-x  4 root root 4.0K Nov  1 09:02 backup
drwxr-xr-x 89 root root  12K Nov  7 14:19 etc
drwxr-xr-x  3 root root 4.0K Nov  7 14:20 home
drwxr-xr-x 10 root root 4.0K Nov  1 09:03 lib
-rw-r--r--  1 root root  108 Nov  6 18:39 logfile
drwxr-xr-x  2 root root 4.0K Nov  1 09:41 proc
drwxr-xr-x  2 root root 4.0K Nov  1 09:41 root
drwxr-xr-x  2 root root 4.0K Nov  1 09:03 sbin
drwxr-xr-x  2 root root 4.0K Nov  1 10:31 service
drwxr-xr-x  2 root root 4.0K Nov  1 09:41 sys
drwxr-xr-x  2 root root 4.0K Nov  7 14:19 tmp
drwxr-xr-x 30 root root 4.0K Nov  1 09:24 var

I think I will remove it as you suggested.

Crispin.

 [EMAIL PROTECTED] wrote:
 Hello shubes,

 just wanted to let you know the following message I am now geting during
 upgrade. In my my previous upgrade I answered yes when prompted to
 remove
 the sandbox.

 /opt/qtp-sandbox exists, and is apparently not a sandbox
 Please use a different value for SANDBOX and try again



 Does /opt/qtp-sandbox/boot/.qtp-sandbox exist? The existence of this
 hidden
 file is how the scripts (are supposed to) tell if /opt/qtp-sandbox is a
 sandbox or not. If the file exists, then this message is a bug. If it
 doesn't exist (and never did), this is a bug too. If you somehow removed
 the
 (apparently empty, but it's not) boot/ directory from the sandbox, that
 would cause this error.

 If the rest of your sandbox is safely intact, you could
 # mkdir -p /opt/qtp-sandbox/boot
 # touch /opt/qtp-sandbox/boot/.qtp-sandbox
 to restore the directory and file.

 The safest bet would be to
 # rm -rf /opt/qtp-sandbox
 and let newmodel recreate it. If you still get this message, then there's
 a bug.

 BTW, I did find and fix (just now) a bug with this. If you happen to
 change
 the sandbox name to something other than qtp-sandbox, it would fail with
 the
 message you're getting. It doesn't appear that you've changed this value
 though.

 Let me know what your situation is.

 --
 -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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] disabling CHKUSER_RCPT_MX?

2006-11-07 Thread Quinn Comendant
Is there an easy way to disable CHKUSER_RCPT_MX or do I need to recompile 
chkuser?

It seems this one should be disabled by default. It is pretty annoying to be 
sending an email to a couple dozen people and not be able to send because one 
domain is wrong -- then having to go over the list manually with your human 
eye-balls. That's the job of the computer tell me which domain is missing MX 
records (even if via a bounce message).

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] disabling CHKUSER_RCPT_MX?

2006-11-07 Thread Lucian Cristian

Quinn Comendant wrote:

Is there an easy way to disable CHKUSER_RCPT_MX or do I need to recompile 
chkuser?

It seems this one should be disabled by default. It is pretty annoying to be 
sending an email to a couple dozen people and not be able to send because one 
domain is wrong -- then having to go over the list manually with your human 
eye-balls. That's the job of the computer tell me which domain is missing MX 
records (even if via a bounce message).

Quinn

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

  
I couldn't disable it even if I  disabled  the lines in  
chkuser_settings.h  and recompiled 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] disabling CHKUSER_RCPT_MX?

2006-11-07 Thread Bill Kwok
You have to rebuild qmail. See the procedure provided by Nick Hemmesch:

Nick Hemmesch wrote: 
The easy way:  rpm -Uvh qmail-toaster*.src.rpm  cd /usr/src/redhat/SPECS (assuming you are using CentOS 4)  edit qmail-toaster.spec  find 'sleep 5' (should be line 606) 
 change 5 to 300 (5 seconds to 300 seconds)  rpmbuild -bb --with cnt40 qmail-toaster.spec  When the build process pauses, make your changes. You have 5 minutes.  edit /usr/src/redhat/BUILD/qmail-
1.03/chkuser_settings.h as you wish  Save your changes and wait for the 300 seconds to expire and  watch it build.  cd ../RPMS/i386/  qmailctl stop  rpm -Uvh --replacefiles --replacepkgs qmail-*.rpm 
 qmailctl start 
On 11/8/06, Lucian Cristian [EMAIL PROTECTED] wrote:
Quinn Comendant wrote: Is there an easy way to disable CHKUSER_RCPT_MX or do I need to recompile chkuser?
 It seems this one should be disabled by default. It is pretty annoying to be sending an email to a couple dozen people and not be able to send because one domain is wrong -- then having to go over the list manually with your human eye-balls. That's the job of the computer tell me which domain is missing MX records (even if via a bounce message).
 Quinn -QmailToaster hosted by: VR Hosted http://www.vr.org -
 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED]I couldn't disable it even if Idisabledthe lines inchkuser_settings.hand recompiled it.-
QmailToaster hosted by: VR Hosted http://www.vr.org-To unsubscribe, e-mail: 
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]
-- Best regards,Bill 


Re: [qmailtoaster] disabling CHKUSER_RCPT_MX?

2006-11-07 Thread Quinn Comendant
Ok, that was easy enough. Actually instead of modifying the sleep length, I 
found it more convenient to just stop the rpmbuild job (control z) and edit 
chkuser_settings.h, the restart the rpmbuild job (fg return).

Regarding disabling CHKUSER_RCPT_MX. And regrets to doing so? Works great for 
me, but I'm not completely aware if this opens any security exploits.

Quinn


On Wed, 8 Nov 2006 14:56:26 +0800, Bill Kwok wrote:
 You have to rebuild qmail.  See the procedure provided by Nick Hemmesch:
  
 Nick Hemmesch wrote: 
 
 The easy way: 
 
   rpm -Uvh qmail-toaster*.src.rpm 
 
   cd /usr/src/redhat/SPECS (assuming you are using CentOS 4) 
 
   edit qmail-toaster.spec 
 
   find 'sleep 5'  (should be line 606) 
 
   change  5 to 300 (5 seconds to 300 seconds) 
 
   rpmbuild -bb --with cnt40 qmail-toaster.spec 
 
   When the build process pauses, make your changes. You have 5 minutes. 
 
   edit /usr/src/redhat/BUILD/qmail- 1.03/chkuser_settings.h as you wish 
 
   Save your changes and wait for the 300 seconds to expire and 
   watch it build. 
 
   cd ../RPMS/i386/ 
 
   qmailctl stop 
 
   rpm -Uvh --replacefiles --replacepkgs qmail-*.rpm 
 
   qmailctl start 
 
 
 On 11/8/06, Lucian Cristian [EMAIL PROTECTED] wrote:
 Quinn Comendant wrote:
 Is there an easy way to disable CHKUSER_RCPT_MX or do I need to 
 recompile chkuser? 

 It seems this one should be disabled by default. It is pretty 
 annoying to be sending an email to a couple dozen people and not be 
 able to send because one domain is wrong -- then having to go over 
 the list manually with your human eye-balls. That's the job of the 
 computer tell me which domain is missing MX records (even if via a 
 bounce message). 

 Quinn

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


 I couldn't disable it even if I  disabled  the lines in
 chkuser_settings.h  and recompiled it.
 
 - 
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -- 
 Best regards,
 Bill

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



Re: [qmailtoaster] disabling CHKUSER_RCPT_MX?

2006-11-07 Thread Bill Kwok
I don't have much concern about it. Especially when some of the senders / recipients use a not-that-standard email ID, such as having '' or '/' characters in the email ID, you have to disable that rules anyway.


Best regards,Bill 
On 11/8/06, Quinn Comendant [EMAIL PROTECTED] wrote:
Ok, that was easy enough. Actually instead of modifying the sleep length, I found it more convenient to just stop the rpmbuild job (control z) and edit chkuser_settings.h, the restart the rpmbuild job (fg return).
Regarding disabling CHKUSER_RCPT_MX. And regrets to doing so? Works great for me, but I'm not completely aware if this opens any security exploits.QuinnOn Wed, 8 Nov 2006 14:56:26 +0800, Bill Kwok wrote:
 You have to rebuild qmail.See the procedure provided by Nick Hemmesch: Nick Hemmesch wrote: The easy way: rpm -Uvh qmail-toaster*.src.rpm
 cd /usr/src/redhat/SPECS (assuming you are using CentOS 4) edit qmail-toaster.spec find 'sleep 5'(should be line 606) change5 to 300 (5 seconds to 300 seconds)
 rpmbuild -bb --with cnt40 qmail-toaster.spec When the build process pauses, make your changes. You have 5 minutes. edit /usr/src/redhat/BUILD/qmail- 
1.03/chkuser_settings.h as you wish Save your changes and wait for the 300 seconds to expire and watch it build. cd ../RPMS/i386/ qmailctl stop
 rpm -Uvh --replacefiles --replacepkgs qmail-*.rpm qmailctl start On 11/8/06, Lucian Cristian [EMAIL PROTECTED]
 wrote: Quinn Comendant wrote: Is there an easy way to disable CHKUSER_RCPT_MX or do I need to recompile chkuser? It seems this one should be disabled by default. It is pretty
 annoying to be sending an email to a couple dozen people and not be able to send because one domain is wrong -- then having to go over the list manually with your human eye-balls. That's the job of the
 computer tell me which domain is missing MX records (even if via a bounce message). Quinn -
QmailToaster hosted by: VR Hosted http://www.vr.org - To unsubscribe, e-mail: 
[EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED] I couldn't disable it even if Idisabledthe lines in chkuser_settings.hand recompiled it. -
 QmailToaster hosted by: VR Hosted http://www.vr.org - To unsubscribe, e-mail: 
[EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
 -- Best regards, Bill-QmailToaster hosted by: VR Hosted 
http://www.vr.org-To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]