Re: [qmailtoaster] Re: Domains Bouncing and failure notice to admin

2011-11-30 Thread Ir0nFl4m3
I don't have spamdyke installed on the server, but all my user sent mail
only with auth and relay is permitted only to the local machine.
I've checked my web sites and seems ok.

Can i install spamdyke on a production server while is working?

2011/11/29 Eric Shubert 

> On 11/29/2011 05:29 AM, Ir0nFl4m3 wrote:
>
>> Hi all,
>>
>> i have this problem on qmailtoaster @ centos 5.7 64bit machine.
>> The mail server works fine but from 2 weeks i start to reiceive couple
>> of error message (failure notice).
>> It seems that the server can't delivery much emails, i've checked and
>> noone have sent this mail! After a deeper control i found that 2 domains
>> are sending more then 1000 mails per day!
>>
>> Can anybody help me to find a solution?
>>
>> Thanks in advance.
>>
>> --
>> ir0nfl...@gmail.com 
>>
>
> Sounds like a spammer or malware is forging addresses with your domain.
>
> The best solution for this I've found is first to ensure that all of your
> users (including any web apps) authenticate when submitting emails. Then
> you can blacklist your own domain in spamdyke. I know this sounds counter
> intuitive, but it works nicely. Since all of your users authenticate, they
> will pass spamdyke. Anything that claims to be from your domain that
> doesn't authenticate will be rejected.
>
> Is this under Tips & Tricks on the wiki? If it's not, would someone care
> to add it?
>
> --
> -Eric 'shubes'
>
>
> --**--**
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!
> --**--**
> -
>Please visit qmailtoaster.com for the latest news, updates, and
> packages.
> To unsubscribe, e-mail: qmailtoaster-list-unsubscribe@**
> qmailtoaster.com 
>For additional commands, e-mail: qmailtoaster-list-help@**
> qmailtoaster.com 
>
>
>


-- 
ir0nfl...@gmail.com


[qmailtoaster] Whitelist_from SpamAssassin Blackberry (BIS)

2011-11-30 Thread Carlos Herrera Polo
Hello... I need configure spamassassin for accept all mail from blackberrys
users (midominio.com.pe), but not work, my rule in local.cf is:

whitelist_from *@srs.*.*.blackberry.com


Blackberry servers use an header very special in "from"... who can i do
this please ?

qmlog smtp example:

11-30 09:19:07 simscan:[6969]:CLEAN (4.10/8.00):0.2887s:Re_ APPLICATION
INFORMATION PLATE:74.82.85.5:*SRS0=CA1yCS=6M=midominio.com.pe
=u...@srs.bis6.us.blackberry.com:asiste...@midominio.com.pe*


Thanks


[qmailtoaster] spamdyke

2011-11-30 Thread Dave

Any one have good settings for spamdyke,  ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] spamdyke

2011-11-30 Thread Dave

sorry path should read:
/opt/spamdyke/etc/spamdyke.conf


On 11/30/2011 9:11 AM, Dave wrote:

Any one have good settings for spamdyke,  ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: Domains Bouncing and failure notice to admin

2011-11-30 Thread Eric Shubert

On 11/30/2011 01:00 AM, Ir0nFl4m3 wrote:

I don't have spamdyke installed on the server, but all my user sent mail
only with auth and relay is permitted only to the local machine.
I've checked my web sites and seems ok.


You'll need to change squirrelmail config to authenticate. Simply add 
these to your /etc/squirrelmail/config_local.php file:

$smtpServerAddress  = 'localhost';
$smtpPort   = 587;
$smtp_auth_mech = 'login';

Don't forget to restart httpd after the change.

Also, once you've done this, you can remove the 127. line from tcp.smtp 
if you like (I do).



Can i install spamdyke on a production server while is working?


Yes. Just run the qtp-install-spamdyke script, and it'll download and 
compile it for you. I think you need to restart qmail when it's done on 
a new install. You should review the default spamdyke config file to be 
sure it's suitable for your situation. Chances are that it's ok. Any 
changes to spamdyke's configuration are picked up automatically, so 
there's nothing to restart when changing spamdyke's config.


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: spamdyke

2011-11-30 Thread Eric Shubert
You can get any QTP sources individually from the web site. Just browse 
the source repo. (just FYI)


That one's a little different though, as it's generated by the script. 
If you re-run qtp-install-spamdyke, it'll regenerate the file. If that 
doesn't work, let us know so we (I) can fix it.



On 11/30/2011 09:13 AM, Dave wrote:

sorry path should read:
/opt/spamdyke/etc/spamdyke.conf


On 11/30/2011 9:11 AM, Dave wrote:

Any one have good settings for spamdyke, ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M

-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
-

Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!



--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: spamdyke

2011-11-30 Thread Dave

Installation works,
Thanks
One more question, how do we add to greaylist ?

Thansk

On 11/30/2011 10:03 AM, Eric Shubert wrote:
You can get any QTP sources individually from the web site. Just 
browse the source repo. (just FYI)


That one's a little different though, as it's generated by the script. 
If you re-run qtp-install-spamdyke, it'll regenerate the file. If that 
doesn't work, let us know so we (I) can fix it.



On 11/30/2011 09:13 AM, Dave wrote:

sorry path should read:
/opt/spamdyke/etc/spamdyke.conf


On 11/30/2011 9:11 AM, Dave wrote:

Any one have good settings for spamdyke, ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M

- 



Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
- 



Please visit qmailtoaster.com for the latest news, updates, and 
packages.

To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






- 



Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: spamdyke

2011-11-30 Thread Eric Shubert

Everything's graylisted by default.

If you want blacklist your local domains (I do), add them to your 
blacklist_senders file, like:

@mydomain.com

On 11/30/2011 10:43 AM, Dave wrote:

Installation works,
Thanks
One more question, how do we add to greaylist ?

Thansk

On 11/30/2011 10:03 AM, Eric Shubert wrote:

You can get any QTP sources individually from the web site. Just
browse the source repo. (just FYI)

That one's a little different though, as it's generated by the script.
If you re-run qtp-install-spamdyke, it'll regenerate the file. If that
doesn't work, let us know so we (I) can fix it.


On 11/30/2011 09:13 AM, Dave wrote:

sorry path should read:
/opt/spamdyke/etc/spamdyke.conf


On 11/30/2011 9:11 AM, Dave wrote:

Any one have good settings for spamdyke, ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M

-


Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
-


Please visit qmailtoaster.com for the latest news, updates, and
packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com





-


Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!






-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!



--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: spamdyke

2011-11-30 Thread Dave

Perfect,

Thanks Eric

On 11/30/2011 11:25 AM, Eric Shubert wrote:

Everything's graylisted by default.

If you want blacklist your local domains (I do), add them to your 
blacklist_senders file, like:

@mydomain.com

On 11/30/2011 10:43 AM, Dave wrote:

Installation works,
Thanks
One more question, how do we add to greaylist ?

Thansk

On 11/30/2011 10:03 AM, Eric Shubert wrote:

You can get any QTP sources individually from the web site. Just
browse the source repo. (just FYI)

That one's a little different though, as it's generated by the script.
If you re-run qtp-install-spamdyke, it'll regenerate the file. If that
doesn't work, let us know so we (I) can fix it.


On 11/30/2011 09:13 AM, Dave wrote:

sorry path should read:
/opt/spamdyke/etc/spamdyke.conf


On 11/30/2011 9:11 AM, Dave wrote:

Any one have good settings for spamdyke, ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M

- 




Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and 
installations.

If you need professional help with your setup, contact them today!
- 




Please visit qmailtoaster.com for the latest news, updates, and
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com





- 




Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and 
installations.

If you need professional help with your setup, contact them today!






- 



Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re; Clamav update question

2011-11-30 Thread Joel Eddy

Houston we got a problem. Is it a bad update package?
ClamAV seems to have installed as far as I can see.
At least qtp-ami-up2date says I up 2 date now.

Went to update clamav and got this at the end.
Hit ENTER to return to menu --- supervise: fatal: unable to acquire 
send/supervise/lock: temporary failure

supervise: fatal: unable to acquire send/supervise/lock: temporary failure
supervise: fatal: unable to acquire send/supervise/lock: temporary failure


qtp-whatami v0.3.7 Wed Nov 30 13:03:33 CST 2011
DISTRO=CentOS
OSVER=5.7
QTARCH=x86_64
QTKERN=2.6.18-274.7.1.el5
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

**
Name: qmail-toasterRelocations: (not relocatable)
Version : 1.03  Vendor: (none)
Release : 1.3.20Build Date: Fri 26 Feb 2010 
12:19:34 PM CST
Install Date: Fri 26 Feb 2010 12:19:36 PM CST  Build Host: 
mx1.iowaconnect.com
Group   : System/ServersSource RPM: 
qmail-toaster-1.03-1.3.20.src.rpm

Size: 1456879  License: GNU
Signature   : (none)
Packager: Jake Vickers 
URL : http://www.qmail.org/
Summary : qmail Mail Transfer Agent
Description :

qmail is a small, fast, secure replacement for the sendmail package, which 
is

the program that actually receives, routes, and delivers electronic mail.

qmailtoaster-1.3.5.patchApr 14, 2007

~ Patches Applied 

qmail-1.03 patched to netqmail-1.05
---
QMAILQUEUE patch
qmail-local patch
local IP 0.0.0.0 patch
sendmail -f patch

Andrew St. Jean - qregex-starttls-2way-auth-20060305
http://www.arda.homeunix.net/store/qmail/

Frederik Vermeulen - qmail-tls 20060104
http://inoa.net/qmail-tls/

Erwin Hoffman - SMTP-AUTH Version 0.57
http://www.fehcom.de/qmail/

Robert Sander - qmail-remote-auth
http://www.ornl.gov/lists/mailing-lists/qmail/2002/03/msg00091.html

Antonio Nati - chkuser-2.0.8b
http://www.interazioni.it/opensource/chkuser/

Chris christo...@saout.de - qmail-spf.rc5
http://www.saout.de/misc/spf/

Russ Nelson - qmail-1.03-dk-0.54 domainkeys patch
http://www.qmail.org/qmail-1.03-dk-0.54.patch

Jeremy Kister - qmail-dk-0.54-auth patch
http://jeremy.kister.net/code/qmail-dk-0.54-auth.patch

Erwin Hoffmann - warlord-1.3.11
http://www.fehcom.de/qmail/

Bill Shupp - netqmail-maildir++.patch
http://shupp.org/patches/netqmail-maildir++.patch

Bill Shupp - custom-smtp-reject
http://www.shupp.org/patches/custom.patch

Johannes Erdfelt - big-concurrency patch
http://qmail.org/big-concurrency.patch

Inter7 - qmailtap-1.1 tap
http://www.inter7.com/qmailtap/qmail-tap-1.1.diff

Alexey Loukianov - Log Enhancement Patch

Jean-Paul van de Plasse - REQUIRE_AUTH Patch

Marcelo Coelho - qmail-srs-0.4.patch
http://opensource.mco2.net/qmail/srs/

SMTP Linefeed Patch

Big DNS Patch

Inter7 - eMPF 1.0
http://www.inter7.com/?page=empf-install



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: spamdyke

2011-11-30 Thread Helmut Fritz
What does blacklisting your own domains do?  Seems like it is not necessary,
but I am sure others more knowledgeable have thought/experienced more on
this than I.

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Wednesday, November 30, 2011 10:25 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: spamdyke

Everything's graylisted by default.

If you want blacklist your local domains (I do), add them to your 
blacklist_senders file, like:
@mydomain.com

On 11/30/2011 10:43 AM, Dave wrote:
> Installation works,
> Thanks
> One more question, how do we add to greaylist ?
>
> Thansk
>
> On 11/30/2011 10:03 AM, Eric Shubert wrote:
>> You can get any QTP sources individually from the web site. Just
>> browse the source repo. (just FYI)
>>
>> That one's a little different though, as it's generated by the script.
>> If you re-run qtp-install-spamdyke, it'll regenerate the file. If that
>> doesn't work, let us know so we (I) can fix it.
>>
>>
>> On 11/30/2011 09:13 AM, Dave wrote:
>>> sorry path should read:
>>> /opt/spamdyke/etc/spamdyke.conf
>>>
>>>
>>> On 11/30/2011 9:11 AM, Dave wrote:
 Any one have good settings for spamdyke, ( /etc/spamdyke.conf)

 Should I also " greylist " our own domains, if so how.

 Thanks

 Dave M



-


 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!


-


 Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com


>>>
>>>
>>>

-
>>>
>>>
>>> Qmailtoaster is sponsored by Vickers Consulting Group
>>> (www.vickersconsulting.com)
>>> Vickers Consulting Group offers Qmailtoaster support and installations.
>>> If you need professional help with your setup, contact them today!
>>
>>
>
>
>

-
>
> Qmailtoaster is sponsored by Vickers Consulting Group
> (www.vickersconsulting.com)
> Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!


-- 
-Eric 'shubes'



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: spamdyke

2011-11-30 Thread Eric Shubert
It blocks messages which have the from address forged with your domain 
(at least the ones coming into your domains).


--
-Eric 'shubes'

On 11/30/2011 12:27 PM, Helmut Fritz wrote:

What does blacklisting your own domains do?  Seems like it is not necessary,
but I am sure others more knowledgeable have thought/experienced more on
this than I.

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Wednesday, November 30, 2011 10:25 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: spamdyke

Everything's graylisted by default.

If you want blacklist your local domains (I do), add them to your
blacklist_senders file, like:
@mydomain.com

On 11/30/2011 10:43 AM, Dave wrote:

Installation works,
Thanks
One more question, how do we add to greaylist ?

Thansk

On 11/30/2011 10:03 AM, Eric Shubert wrote:

You can get any QTP sources individually from the web site. Just
browse the source repo. (just FYI)

That one's a little different though, as it's generated by the script.
If you re-run qtp-install-spamdyke, it'll regenerate the file. If that
doesn't work, let us know so we (I) can fix it.


On 11/30/2011 09:13 AM, Dave wrote:

sorry path should read:
/opt/spamdyke/etc/spamdyke.conf


On 11/30/2011 9:11 AM, Dave wrote:

Any one have good settings for spamdyke, ( /etc/spamdyke.conf)

Should I also " greylist " our own domains, if so how.

Thanks

Dave M




-



Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!



-



Please visit qmailtoaster.com for the latest news, updates, and
packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com








-



Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!









-


Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!







-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Whitelist_from SpamAssassin Blackberry (BIS)

2011-11-30 Thread Postmaster

Carlos,


Try to simplify your SpamAssassin rule to something like

whitelist_from *.blackberry.com

see if this works OK for you first.

Additionally, you may want to use whitelist_from_rcvd **option in 
addition to whitelist_from.


Rgds
Alex



On 30/11/2011 15:24, Carlos Herrera Polo wrote:
Hello... I need configure spamassassin for accept all mail from 
blackberrys users (midominio.com.pe ), but 
not work, my rule in local.cf  is:


whitelist_from *@srs.*.*.blackberry.com 


Blackberry servers use an header very special in "from"... who can i 
do this please ?


qmlog smtp example:

11-30 09:19:07 simscan:[6969]:CLEAN (4.10/8.00):0.2887s:Re_ 
APPLICATION INFORMATION PLATE:74.82.85.5 
:_SRS0=CA1yCS=6M=midominio.com.pe 
=u...@srs.bis6.us.blackberry.com:asiste...@midominio.com.pe 
_



Thanks




[qmailtoaster] Re: Re; Clamav update question

2011-11-30 Thread Eric Shubert

I don't think that would be related to a clamav update.

Is there a /var/qmail/supervise/send/supervise/lock file?
If so, it's probably left over from a previous run.

I would suggest:
.) stop qmail
.) kill any processes that don't end on their own
.) remove any lock files that remain
.) start qmail

--
-Eric 'shubes'

On 11/30/2011 12:15 PM, Joel Eddy wrote:

Houston we got a problem. Is it a bad update package?
ClamAV seems to have installed as far as I can see.
At least qtp-ami-up2date says I up 2 date now.

Went to update clamav and got this at the end.
Hit ENTER to return to menu --- supervise: fatal: unable to acquire
send/supervise/lock: temporary failure
supervise: fatal: unable to acquire send/supervise/lock: temporary failure
supervise: fatal: unable to acquire send/supervise/lock: temporary failure


qtp-whatami v0.3.7 Wed Nov 30 13:03:33 CST 2011
DISTRO=CentOS
OSVER=5.7
QTARCH=x86_64
QTKERN=2.6.18-274.7.1.el5
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

**
Name : qmail-toaster Relocations: (not relocatable)
Version : 1.03 Vendor: (none)
Release : 1.3.20 Build Date: Fri 26 Feb 2010 12:19:34 PM CST
Install Date: Fri 26 Feb 2010 12:19:36 PM CST Build Host:
mx1.iowaconnect.com
Group : System/Servers Source RPM: qmail-toaster-1.03-1.3.20.src.rpm
Size : 1456879 License: GNU
Signature : (none)
Packager : Jake Vickers 
URL : http://www.qmail.org/
Summary : qmail Mail Transfer Agent
Description :

qmail is a small, fast, secure replacement for the sendmail package,
which is
the program that actually receives, routes, and delivers electronic mail.

qmailtoaster-1.3.5.patch Apr 14, 2007

~ Patches Applied 

qmail-1.03 patched to netqmail-1.05
---
QMAILQUEUE patch
qmail-local patch
local IP 0.0.0.0 patch
sendmail -f patch

Andrew St. Jean - qregex-starttls-2way-auth-20060305
http://www.arda.homeunix.net/store/qmail/

Frederik Vermeulen - qmail-tls 20060104
http://inoa.net/qmail-tls/

Erwin Hoffman - SMTP-AUTH Version 0.57
http://www.fehcom.de/qmail/

Robert Sander - qmail-remote-auth
http://www.ornl.gov/lists/mailing-lists/qmail/2002/03/msg00091.html

Antonio Nati - chkuser-2.0.8b
http://www.interazioni.it/opensource/chkuser/

Chris christo...@saout.de - qmail-spf.rc5
http://www.saout.de/misc/spf/

Russ Nelson - qmail-1.03-dk-0.54 domainkeys patch
http://www.qmail.org/qmail-1.03-dk-0.54.patch

Jeremy Kister - qmail-dk-0.54-auth patch
http://jeremy.kister.net/code/qmail-dk-0.54-auth.patch

Erwin Hoffmann - warlord-1.3.11
http://www.fehcom.de/qmail/

Bill Shupp - netqmail-maildir++.patch
http://shupp.org/patches/netqmail-maildir++.patch

Bill Shupp - custom-smtp-reject
http://www.shupp.org/patches/custom.patch

Johannes Erdfelt - big-concurrency patch
http://qmail.org/big-concurrency.patch

Inter7 - qmailtap-1.1 tap
http://www.inter7.com/qmailtap/qmail-tap-1.1.diff

Alexey Loukianov - Log Enhancement Patch

Jean-Paul van de Plasse - REQUIRE_AUTH Patch

Marcelo Coelho - qmail-srs-0.4.patch
http://opensource.mco2.net/qmail/srs/

SMTP Linefeed Patch

Big DNS Patch

Inter7 - eMPF 1.0
http://www.inter7.com/?page=empf-install



-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: Re; Clamav update question

2011-11-30 Thread Joel Eddy
Thanks Eric.
I stopped qmail but send was stuck. I couldn't get it to die so I just
rebooted the server and now it's starting and stopping alright.

It must of decided to take a break.


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Wednesday, November 30, 2011 1:39 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Re; Clamav update question

I don't think that would be related to a clamav update.

Is there a /var/qmail/supervise/send/supervise/lock file?
If so, it's probably left over from a previous run.

I would suggest:
.) stop qmail
.) kill any processes that don't end on their own
.) remove any lock files that remain
.) start qmail

-- 
-Eric 'shubes'

On 11/30/2011 12:15 PM, Joel Eddy wrote:
> Houston we got a problem. Is it a bad update package?
> ClamAV seems to have installed as far as I can see.
> At least qtp-ami-up2date says I up 2 date now.
>
> Went to update clamav and got this at the end.
> Hit ENTER to return to menu --- supervise: fatal: unable to acquire
> send/supervise/lock: temporary failure
> supervise: fatal: unable to acquire send/supervise/lock: temporary failure
> supervise: fatal: unable to acquire send/supervise/lock: temporary failure
>
>
> qtp-whatami v0.3.7 Wed Nov 30 13:03:33 CST 2011
> DISTRO=CentOS
> OSVER=5.7
> QTARCH=x86_64
> QTKERN=2.6.18-274.7.1.el5
> BUILD_DIST=cnt5064
> BUILD_DIR=/usr/src/redhat
> This machine's OS is supported and has been tested
>
> **
> Name : qmail-toaster Relocations: (not relocatable)
> Version : 1.03 Vendor: (none)
> Release : 1.3.20 Build Date: Fri 26 Feb 2010 12:19:34 PM CST
> Install Date: Fri 26 Feb 2010 12:19:36 PM CST Build Host:
> mx1.iowaconnect.com
> Group : System/Servers Source RPM: qmail-toaster-1.03-1.3.20.src.rpm
> Size : 1456879 License: GNU
> Signature : (none)
> Packager : Jake Vickers 
> URL : http://www.qmail.org/
> Summary : qmail Mail Transfer Agent
> Description :
>
> qmail is a small, fast, secure replacement for the sendmail package,
> which is
> the program that actually receives, routes, and delivers electronic mail.
>
> qmailtoaster-1.3.5.patch Apr 14, 2007
>
> ~ Patches Applied 
>
> qmail-1.03 patched to netqmail-1.05
> ---
> QMAILQUEUE patch
> qmail-local patch
> local IP 0.0.0.0 patch
> sendmail -f patch
>
> Andrew St. Jean - qregex-starttls-2way-auth-20060305
> http://www.arda.homeunix.net/store/qmail/
>
> Frederik Vermeulen - qmail-tls 20060104
> http://inoa.net/qmail-tls/
>
> Erwin Hoffman - SMTP-AUTH Version 0.57
> http://www.fehcom.de/qmail/
>
> Robert Sander - qmail-remote-auth
> http://www.ornl.gov/lists/mailing-lists/qmail/2002/03/msg00091.html
>
> Antonio Nati - chkuser-2.0.8b
> http://www.interazioni.it/opensource/chkuser/
>
> Chris christo...@saout.de - qmail-spf.rc5
> http://www.saout.de/misc/spf/
>
> Russ Nelson - qmail-1.03-dk-0.54 domainkeys patch
> http://www.qmail.org/qmail-1.03-dk-0.54.patch
>
> Jeremy Kister - qmail-dk-0.54-auth patch
> http://jeremy.kister.net/code/qmail-dk-0.54-auth.patch
>
> Erwin Hoffmann - warlord-1.3.11
> http://www.fehcom.de/qmail/
>
> Bill Shupp - netqmail-maildir++.patch
> http://shupp.org/patches/netqmail-maildir++.patch
>
> Bill Shupp - custom-smtp-reject
> http://www.shupp.org/patches/custom.patch
>
> Johannes Erdfelt - big-concurrency patch
> http://qmail.org/big-concurrency.patch
>
> Inter7 - qmailtap-1.1 tap
> http://www.inter7.com/qmailtap/qmail-tap-1.1.diff
>
> Alexey Loukianov - Log Enhancement Patch
>
> Jean-Paul van de Plasse - REQUIRE_AUTH Patch
>
> Marcelo Coelho - qmail-srs-0.4.patch
> http://opensource.mco2.net/qmail/srs/
>
> SMTP Linefeed Patch
>
> Big DNS Patch
>
> Inter7 - eMPF 1.0
> http://www.inter7.com/?page=empf-install
>
>
>
>

-
>
> Qmailtoaster is sponsored by Vickers Consulting Group
> (www.vickersconsulting.com)
> Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1873 / Virus Database: 2102/4648 - Release Date: 11/30/11


-
Qmailtoaste

RE: [qmailtoaster] Re: spamdyke

2011-11-30 Thread Helmut Fritz
Aha!  Does spamdyke normally filter outgoing messages in the default setup?
Is it wise to do so to ensure your users are not spamming?

Thx Eric.

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Wednesday, November 30, 2011 11:33 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: spamdyke

It blocks messages which have the from address forged with your domain (at
least the ones coming into your domains).

--
-Eric 'shubes'

On 11/30/2011 12:27 PM, Helmut Fritz wrote:
> What does blacklisting your own domains do?  Seems like it is not 
> necessary, but I am sure others more knowledgeable have 
> thought/experienced more on this than I.
>
> -Original Message-
> From: Eric Shubert [mailto:e...@shubes.net]
> Sent: Wednesday, November 30, 2011 10:25 AM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: [qmailtoaster] Re: spamdyke
>
> Everything's graylisted by default.
>
> If you want blacklist your local domains (I do), add them to your 
> blacklist_senders file, like:
> @mydomain.com
>
> On 11/30/2011 10:43 AM, Dave wrote:
>> Installation works,
>> Thanks
>> One more question, how do we add to greaylist ?
>>
>> Thansk
>>
>> On 11/30/2011 10:03 AM, Eric Shubert wrote:
>>> You can get any QTP sources individually from the web site. Just 
>>> browse the source repo. (just FYI)
>>>
>>> That one's a little different though, as it's generated by the script.
>>> If you re-run qtp-install-spamdyke, it'll regenerate the file. If 
>>> that doesn't work, let us know so we (I) can fix it.
>>>
>>>
>>> On 11/30/2011 09:13 AM, Dave wrote:
 sorry path should read:
 /opt/spamdyke/etc/spamdyke.conf


 On 11/30/2011 9:11 AM, Dave wrote:
> Any one have good settings for spamdyke, ( /etc/spamdyke.conf)
>
> Should I also " greylist " our own domains, if so how.
>
> Thanks
>
> Dave M
>
>
> --
> --
> -
>
>
> Qmailtoaster is sponsored by Vickers Consulting Group
> (www.vickersconsulting.com)
> Vickers Consulting Group offers Qmailtoaster support and
installations.
> If you need professional help with your setup, contact them today!
>
> --
> --
> -
>
>
> Please visit qmailtoaster.com for the latest news, updates, and 
> packages.
> To unsubscribe, e-mail: 
> qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail:
> qmailtoaster-list-h...@qmailtoaster.com
>
>



> --
> --
> -


 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
>>>
>>>
>>
>>
>>
> --
> --
> -
>>
>> Qmailtoaster is sponsored by Vickers Consulting Group
>> (www.vickersconsulting.com)
>> Vickers Consulting Group offers Qmailtoaster support and installations.
>> If you need professional help with your setup, contact them today!
>
>




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Users

2011-11-30 Thread Dave

Is there a MAX limit to how many domains and users that the
Qmailtoaster server can handle,


I guess it is just dependent on hardware on the server:

eg:

I have a Quad CPU Pentium 4, with 4GB Ram, 500GB hdd
running qmailtoaster.

How may users/domains should it be able to handle?

Thanks

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Whitelist_from SpamAssassin Blackberry (BIS)

2011-11-30 Thread Carlos Herrera Polo
whitelist_from *.blackberry.com  not work

Can you giveme an example for whitelist_from_rcvd please ?

THANKS !

2011/11/30 Postmaster 

>  Carlos,
>
>
> Try to simplify your SpamAssassin rule to something like
>
> whitelist_from *.blackberry.com
>
> see if this works OK for you first.
>
> Additionally, you may want to use whitelist_from_rcvd **option in
> addition to whitelist_from.
>
> Rgds
> Alex
>
>
>
> On 30/11/2011 15:24, Carlos Herrera Polo wrote:
>
> Hello... I need configure spamassassin for accept all mail from
> blackberrys users (midominio.com.pe), but not work, my rule in local.cfis:
>
> whitelist_from *@srs.*.*.blackberry.com
>
>
> Blackberry servers use an header very special in "from"... who can i do
> this please ?
>
> qmlog smtp example:
>
> 11-30 09:19:07 simscan:[6969]:CLEAN (4.10/8.00):0.2887s:Re_ APPLICATION
> INFORMATION PLATE:74.82.85.5:*SRS0=CA1yCS=6M=midominio.com.pe
> =u...@srs.bis6.us.blackberry.com:asiste...@midominio.com.pe*
>
>
> Thanks
>
>
>


[qmailtoaster] Spamd & spamd/log won't stay down

2011-11-30 Thread Casey Price
Ok, maybe I'm missing something here, but I can't seem to keep spamd and 
spamd/log from restarting. Since we have our gateway servers separate 
from our spamassassin boxes, we don't usually run spamd on them since 
they are running spamdyke.


I updated some QMT packages about a week or two ago, and it seems like 
ever since, spamd wants to run all the time.


I tried a few different things: qmail-spam stop, and then I cd'd into 
/var/qmail/supervise and did a 'touch spamd/down'  and 'touch 
spamd/log/down'. Everything works as it should, but then if I log into 
the server the next day, spamd & spamd/log will be running again, and a 
quick qmailctl stat will show "spamd up xxx seconds, normally down", and 
something to the same effect for spamd/log.


What am I missing here? Running CentOS 5.7


--
Casey Price

Smile Global Technical Support
Submit or check trouble tickets http://billing.smileglobal.com
www.smileglobal.com 

Follow us on Twitter 
Like us on Facebook 


Re: [qmailtoaster] Re: Send Copy of Failure notice

2011-11-30 Thread Délsio Cabá
Hi Eric,

Thanks for the reply.

Do you know when the next release of QMT will arrive?

Thanks


On 28 November 2011 19:23, Eric Shubert  wrote:

> On 11/28/2011 12:48 AM, Délsio Cabá wrote:
>
>> Dear Qmail users,
>>
>> How do I change configure qmail so that I can receive a copy every
>> failure notice in all domains hosted?
>>
>> This is very useful for the server manager.
>>
>> Thank you for any help
>>
>
> This would be nice all right. I don't think QMT presently can do this
> though.
>
> In order to do this, you'll need to be able to identify which emails are
> delivery failures. That might be the toughest part. You might look into
> maildrop to see if that can identify such messages. Then you might create a
> delivery rule that sends a messages to the postmaster for the domain.
> Wouldn't need to copy the whole message, only the part pertinent to the
> failure.
>
> Note, I expect that maildrop will be replace in future QMT versions with
> the use of dovecot and its delivery agent. As a result, instead of using
> maildrop, you might want to implement this with pigeonhole/sieve in
> conjunction with dovecot.
>
> Let us know if you implement such a thing. It'd be a nice feature to
> include in the stock QMT.
>
> --
> -Eric 'shubes'
>
>
> --**--**
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!
> --**--**
> -
>Please visit qmailtoaster.com for the latest news, updates, and
> packages.
> To unsubscribe, e-mail: qmailtoaster-list-unsubscribe@**
> qmailtoaster.com 
>For additional commands, e-mail: qmailtoaster-list-help@**
> qmailtoaster.com 
>
>
>