[qmailtoaster] Quarantine Spam Mails to another email address

2007-04-04 Thread Gabriel Lai
Hi all,

How can I configure so that I can when SPAM Mail is detected, it will 
automatically be quarantine into an email address?

Please advice.


 

It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

Re: [qmailtoaster] allow relay with authentication

2007-04-04 Thread Erik A. Espinoza

Why can't you just use smtp-auth on port 587?

Erik

On 4/3/07, George Sweetnam [EMAIL PROTECTED] wrote:


- Original Message -
From: Joseph Lundgren [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Cc: [EMAIL PROTECTED]
Sent: Tuesday, April 03, 2007 6:38 PM
Subject: RE: [qmailtoaster] allow relay with authentication


Jim,

In vpopmail terminology, this is called roaming. Roaming is disabled
by default in the qmailtoaster distribution.  If you read
http://wiki.qmailtoaster.com/index.php/Vpopmail_roaming_users  you'll
see the steps necessary to enable this feature during compilation.


Sincerely,

--
Joseph Lundgren
Systems Engineer
Peak Internet, LLC
[EMAIL PROTECTED]

=
Eric or Erik will this work?
Humm... I've been experimenting with the chroot installation options and
would this work to enable roaming users when using QT+?

echo --enable-roaming-users
 /opt/qmailtoaster-plus/etc/rpmbuild/vpopmail-toaster

Here are the build options for vpopmail-toaster:
rpm  vpopmail-toaster -q --info

The default is off and if we aren't specifying it in the file shouldn't it
work?


George Sweetnam


-
 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] tcpserver fails on Centos4 x86_64

2007-04-04 Thread Daniele Paoni
Hello, 

tcpserver does not work on CentOS 4.4 / x86_64 due to bad compiler
optimizations when using -O2.

I have replaced the {%optflags} macro in the ccflags and ldflags defines
with '-g -pipe -m64' in the specfile and rebuilt the package. 

I'd like to know if it's possible to add the modifications to the
official rpm so it will work out of the box.

Thanks
Daniele


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



Re: [qmailtoaster] Quarantine Spam Mails to another email address

2007-04-04 Thread PakOgah
 Hi all,

 How can I configure so that I can when SPAM Mail is detected, it will
 automatically be quarantine into an email address?

that I dont know but I have two option offers:

1. setup a quarantine folder so for every emails that pass spam score on
simcontrol file will go to quarantine folder

http://wiki.qmailtoaster.com/index.php/Simscan
http://www.qmailwiki.org/Simscan/Guide

I think you have change simscan configuration file and rebuild it again
with option
  --enable-quarantinedir=DIR   Directory to keep spam and/or infected
emails /var/qmail/quarantine.


2 setup spambox so each email which tagged as spam will not be delivered
to user inbox but will stayed on their SPAM folder

http://wiki.qmailtoaster.com/index.php/FAQs
http://freebsdrocks.net/index.php?option=com_contenttask=viewid=34Itemid=25




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



Re: [qmailtoaster] tcpserver fails on Centos4 x86_64

2007-04-04 Thread Janno Sannik

it works for me.

besides centos 4 is known to produce broken x86_64 code  /w gcc3
using gcc4 might help.


Daniele Paoni wrote:
Hello, 


tcpserver does not work on CentOS 4.4 / x86_64 due to bad compiler
optimizations when using -O2.

I have replaced the {%optflags} macro in the ccflags and ldflags defines
with '-g -pipe -m64' in the specfile and rebuilt the package. 


I'd like to know if it's possible to add the modifications to the
official rpm so it will work out of the box.

Thanks
Daniele


-
 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] migration from qmailrocks to qmailtoaster

2007-04-04 Thread Jake Vickers

George Sweetnam wrote:


You can also uses the vconvert function for qmail instead of manually 
adding them (if you have a large group of users or encrypted passwords 
importing is much easier).  I've done it a few times from QMR and 
Shupp's installations and here are the basics.  I wish I was at work 
to look at my notes, but this should be all you need.  I have some 
scripts i wrote which zip and rsync to a new server and such, but they 
are overkill for only a couple of domains. I'm not sure I've seen 
anyone else post correct info on using vconvert elsewhere so I'll 
share because I know this works (10 minutes to write ):


Thanks George. If you want to send me the sanitized scripts offlist I'll 
post them for others.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] allow relay with authentication

2007-04-04 Thread Jim Shupert, Jr.
I was reading about  smtp-auth on port 587 just last night ... I have not 
tried it

but should this work?
1. in my firewall (a cisco hardware firewall ) i open port 587 to the mail 
server...

2. then from an outside my domain location ( at home - users on the road )
  i change my outgoing mail (smtp)  from port 25 ( default ) to 587
and that would be expected to work?


- Original Message - 
From: Erik A. Espinoza [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, April 04, 2007 2:15 AM
Subject: Re: [qmailtoaster] allow relay with authentication



Why can't you just use smtp-auth on port 587?

Erik

On 4/3/07, George Sweetnam [EMAIL PROTECTED] wrote:


- Original Message -
From: Joseph Lundgren [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Cc: [EMAIL PROTECTED]
Sent: Tuesday, April 03, 2007 6:38 PM
Subject: RE: [qmailtoaster] allow relay with authentication


Jim,

In vpopmail terminology, this is called roaming. Roaming is disabled
by default in the qmailtoaster distribution.  If you read
http://wiki.qmailtoaster.com/index.php/Vpopmail_roaming_users  you'll
see the steps necessary to enable this feature during compilation.


Sincerely,

--
Joseph Lundgren
Systems Engineer
Peak Internet, LLC
[EMAIL PROTECTED]

=
Eric or Erik will this work?
Humm... I've been experimenting with the chroot installation options and
would this work to enable roaming users when using QT+?

echo --enable-roaming-users
 /opt/qmailtoaster-plus/etc/rpmbuild/vpopmail-toaster

Here are the build options for vpopmail-toaster:
rpm  vpopmail-toaster -q --info

The default is off and if we aren't specifying it in the file shouldn't 
it

work?


George Sweetnam


-
 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] allow relay with authentication

2007-04-04 Thread Jake Vickers

Jim Shupert, Jr. wrote:
I was reading about  smtp-auth on port 587 just last night ... I have 
not tried it

but should this work?
1. in my firewall (a cisco hardware firewall ) i open port 587 to the 
mail server...
2. then from an outside my domain location ( at home - users on the 
road )

  i change my outgoing mail (smtp)  from port 25 ( default ) to 587
and that would be expected to work?

Yep. Works for me. You still need SMTP-AUTH, though.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] allow relay with authentication

2007-04-04 Thread Jim Shupert, Jr.

when you say i need SMTP-AUTH
that  , of course, is reffering to a setting in the mail client

example:  outlook express
 tools ,   accounts ,  mail  , properties , server - outgoing mail server 
requires log on with auth

...and I am doing that ... but not through port 587

sorta funny... ya know i kinda thought you HAD to use ports 25  110 ...as 
in

the mail packets would not fit through any other hole :)
oh well..learnsomethingneweveryday Thanks!

- Original Message - 
From: Jake Vickers [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, April 04, 2007 8:16 AM
Subject: Re: [qmailtoaster] allow relay with authentication



Jim Shupert, Jr. wrote:
I was reading about  smtp-auth on port 587 just last night ... I have not 
tried it

but should this work?
1. in my firewall (a cisco hardware firewall ) i open port 587 to the 
mail server...
2. then from an outside my domain location ( at home - users on the 
road )

  i change my outgoing mail (smtp)  from port 25 ( default ) to 587
and that would be expected to work?

Yep. Works for me. You still need SMTP-AUTH, though.





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



[qmailtoaster] after an edit to local.cf

2007-04-04 Thread Jim Shupert, Jr.
Friends,

after i make a change to my local.cf

in etc/mail/spamassassin/local.cf

do i need to 'restart' something to make the change take effect?

would this be - ? -
   # qmailctl stop
   # qmailctl start
i have not done this yet.

i did a  # spamassassin -D --lint

and I got a WHole lot returned ..but nothing that looks like an error
so ...did that ( spamassassin -D --lint ) check my newly edited local.cf ... as 
it exsists after my edit.
( i added a whitelist statement )
and I am good to do a 

   # qmailctl stop
   # qmailctl start

Thanks,
j


{ based on info from http://wiki.qmailtoaster.com/index.php/SpamAssassin }


[qmailtoaster] No qmail-queue.orig file pls help

2007-04-04 Thread ashok
 

Hi List,,

 

After installing QT in my test PC ,, I have the below content in my
tcp.smtp file

 

I have domain keys installed and have put DNS TXT record entry for the
domain.

 

Tc.smtp file:-

--

 

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,DKVERIFY=DEGIJKfh,DKQUEUE=/var/qmail/bin/qmail-queue.orig
,DKSIGN=/var/qmail/control/domainkeys/%/private

 

But there is no qmail-queue.orig file in /var/qmail/bin directory.

 

Do I need to include my eth0 ip in the above file ?  then send / receive
emails from my domain to yahoo or gmail  viceversa?

 

 

Pls suggest.

 

Thanks

ashok

 


 

 

 

 



 

 

 


 



 


 

CEM Solutions

 

Ashok Reddy D P 
System Administrator Linux, Irix 


 


 

49, Race Course Road
Khanija Bhavan, Ground Floor
Bangalore 560001

 


 http://www.cem-solutions.net www.cem-solutions.net


Tel: 91 80 41515998


Tel: 91 80 51515998 


 


 


 


This Message is Strictly Confidential

This e-mail message is confidential, may be privileged and is intended for
the exclusive use of the addressee. Our communications to you may contain
confidential information or information protected under the Non Disclosure
Agreement, and any other verbal agreement of confidentiality. Any other
person is strictly prohibited from disclosing, distributing or reproducing
it. If the addressee cannot be reached or is unknown to you, please inform
the sender by return e-mail immediately and delete this e-mail message and
destroy all copies. Thank you.

 


-- 



image001.gif
Description: GIF image


Re: [qmailtoaster] after an edit to local.cf

2007-04-04 Thread Jake Vickers

Jim Shupert, Jr. wrote:

Friends,
 
after i make a change to my local.cf
 
in etc/mail/spamassassin/local.cf
 
do i need to 'restart' something to make the change take effect?

Yes you should. You can either enter these commands:
   svc -d /var/qmail/supervise/spamd 
/var/qmail/supervise/spamd/log
   svc -t /var/qmail/supervise/spamd 
/var/qmail/supervise/spamd/log
   svc -u /var/qmail/supervise/spamd 
/var/qmail/supervise/spamd/log



Or you can download the qmail-spam script from my site (v2gnu.com) or 
install the QT-Plus package (qtp.qmailtoaster.com) which will include 
the script as well.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] after an edit to local.cf

2007-04-04 Thread Jim Shupert, Jr.
thanks Jake...
so i suppose i do not need to do a qmailctl stop  ,qmailctl start 
because qmail itself ,
is the 'master' process and spamassassin is a 'child' of  that.

thanks again
  - Original Message - 
  From: Jake Vickers 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Wednesday, April 04, 2007 1:09 PM
  Subject: Re: [qmailtoaster] after an edit to local.cf


  Jim Shupert, Jr. wrote: 
Friends,

after i make a change to my local.cf

in etc/mail/spamassassin/local.cf

do i need to 'restart' something to make the change take effect?
  Yes you should. You can either enter these commands:
  svc -d /var/qmail/supervise/spamd 
/var/qmail/supervise/spamd/log
  svc -t /var/qmail/supervise/spamd 
/var/qmail/supervise/spamd/log
  svc -u /var/qmail/supervise/spamd 
/var/qmail/supervise/spamd/log


  Or you can download the qmail-spam script from my site (v2gnu.com) or install 
the QT-Plus package (qtp.qmailtoaster.com) which will include the script as 
well.



[qmailtoaster] QMT-ISO-1.1 released

2007-04-04 Thread Jake Vickers

I have finished with QMT-ISO-1.1 a little earlier than planned.
It is now available for download at http://qtp.qmailtoaster.com/iso/
The ISO is 540M, and the Gzip'ed ISO is 513M. The Gzip has the MD5 of 
the ISO included in the package. The MD5 for the ISO is downloadable 
separately for those that want to check it.


New highlights of the 1.1 package:

You can now change the IP address of the machine after the initial 
installation, before packages are downloaded.
The latest QMT packages are included in the ISO. It will only download 
the packages that are newer on the main site - this is for those that do 
not have a network connection up and running at the time of the install, 
and to save bandwidth on the QMT main server.
The ISO has been packaged with the latest updates from CentOS 
(3-30-2007)so there is no need to download 70M of updates right off the bat.
I have included a quick hack that uses multitail to view all your logs 
at once (http://v2gnu.com/Screenshot.jpg for a preview) called watchall.
All compile/installation logs are now saved in /var/log/qmt-build for 
later reference.

The screen will no longer blank during the installation process.

I will be updating the wiki page this evening to reflect the new changes.
If you have any questions or suggestions, please email me off-list.
Thanks, and enjoy!



smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] RBL blocking IP dialed

2007-04-04 Thread Rodrigo Morais

I am having some problems because the people connect way dialed connection
and when they send the email does not leave the box of exit because the IP
meets in RBL. How to adjust this?


--
[]'s


SpYdErLiNuX
www.bestlinux.com.br
Linux User: 388431


Re: [qmailtoaster] RBL blocking IP dialed

2007-04-04 Thread Jake Vickers

Rodrigo Morais wrote:
I am having some problems because the people connect way dialed 
connection and when they send the email does not leave the box of exit 
because the IP meets in RBL. How to adjust this?



Remove spamhaus from your /var/qmail/blacklists file and use different 
blacklists. Or have them use the submission port.


smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] Fwd: QmailToaster: Update patches included in qmail toaster page : Task closed

2007-04-04 Thread Quinn Comendant
- Begin forwarded message -
 FS#23 - Update patches included in qmail toaster page
 User who did this - Erik A. Espinoza (espinoza)
 
 Reason for closing: Won't fix
 Additional comments about closing: Wiki's can be edited by anyone. 
 Feel free to take care of this.

I would but I have no idea what patches were applied. I assume you do know. 
What are they?

Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 554 9555


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



Re: [qmailtoaster] Fwd: QmailToaster: Update patches included in qmail toaster page : Task closed

2007-04-04 Thread Erik A. Espinoza

rpm -q --changelog qmail-toaster

So far only bigdns and linefeed have been added.

On 4/4/07, Quinn Comendant [EMAIL PROTECTED] wrote:

- Begin forwarded message -
 FS#23 - Update patches included in qmail toaster page
 User who did this - Erik A. Espinoza (espinoza)

 Reason for closing: Won't fix
 Additional comments about closing: Wiki's can be edited by anyone.
 Feel free to take care of this.

I would but I have no idea what patches were applied. I assume you do know. 
What are they?

Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 554 9555


-
 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] RBL blocking IP dialed

2007-04-04 Thread Rodrigo Morais

Perfectly.
It was what I made.
However thus my server does not use an analysis of Spam saw RBL.
How I can skirt this?

Att,




2007/4/4, Jake Vickers [EMAIL PROTECTED]:


Rodrigo Morais wrote:
 I am having some problems because the people connect way dialed
 connection and when they send the email does not leave the box of exit
 because the IP meets in RBL. How to adjust this?


Remove spamhaus from your /var/qmail/blacklists file and use different
blacklists. Or have them use the submission port.





--
[]'s


SpYdErLiNuX
www.bestlinux.com.br
Linux User: 388431


Re: [qmailtoaster] RBL blocking IP dialed

2007-04-04 Thread Natalio Gatti

On 4/4/07, Rodrigo Morais [EMAIL PROTECTED] wrote:

Perfectly.
It was what I made.
However thus my server does not use an analysis of Spam saw RBL.
How I can skirt this?


Quoting Jake:
have them use the submission port

QT by default install a second smtp (port 587) that only receives
SMTP-AUTH connections and is blacklist-free.

Natalio.

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



Re: [qmailtoaster] Fax as tif

2007-04-04 Thread George Toft

Closely related . . .

How do I whitelist based on a header field?  I belong to a couple of 
mailing lists and some messages are getting flagged as ***SPAM***.  Can 
I whitelist messages based on any of these headers:


X-eGroups-Approved-By: azipaegroups [EMAIL PROTECTED] via web; 02 Apr 
2007 22:53:49 -


Sender: [EMAIL PROTECTED]

Mailing-List: list [EMAIL PROTECTED]; contact
[EMAIL PROTECTED]

Delivered-To: mailing list [EMAIL PROTECTED]

List-Id: azipa.yahoogroups.com


I've tried editing local.cf (seems to be wrong) and 
/usr/share/spamassassin/60_whitelist.cf.  I might be in the right place 
on the latter, but need a gentle shove in the right direction.


George Toft




Jake Vickers wrote:

Jim Shupert, Jr. wrote:


Friends,
we have a phone system that will get a fax and then send it as an email.
the email is mostly an attachment ( tif )
 
my challenge is that these are being marked as ***spam***
 
I think ... i need to whitelist or somehow always let mail that is from
[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
 
to come through.  note it is coming from within my domain
and I have looked at ( and edited the var/qmail/control/simcontrol )  
so i know the problem is not the attachment (tif)


In your /etc/mail/spamassassin/local.cf:
whitelist_from [EMAIL PROTECTED]



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