[qmailtoaster] FW: qtprune

2007-12-10 Thread Sergio Minini {NETKEY}
please, any ideas on this one? Thanks! -Original Message- Hey there, I modified the qtprune script, trying to purge the Trash folder and making it run every sunday, and leaving the spam aside. After running several times, I still have the files in

Re: [qmailtoaster] help with spamassassin

2007-12-10 Thread Roylan Suarez Reyes
On Mon, 10 Dec 2007 10:24:57 +0700 (WIT), PakOgah [EMAIL PROTECTED] wrote: by default simscan wont pass the messages to spamd if the sender from local network (the one with RELAYCLIENT in tcp.smtp file) but it'll scan from other network, please try sending email to your domain from yahoo /

Re: [qmailtoaster] FW: qtprune

2007-12-10 Thread PakOgah
how about this ?? change /FILES_TO_DELETE=`find ${each} -type f -ctime +${TRASH_DAYS}`/ with FILES_TO_DELETE=`find ${each} -type f` it will list all files in that folder, dont care when they last changed (you want to delete all file in .Trash right ?) Sergio Minini {NETKEY} wrote: please, any

RE: [qmailtoaster] FW: qtprune

2007-12-10 Thread Sergio Minini {NETKEY}
Thanks!! That did it. -Original Message- From: PakOgah [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 2:07 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] FW: qtprune how about this ?? change /FILES_TO_DELETE=`find ${each} -type f -ctime

Re: [qmailtoaster] help with spamassassin

2007-12-10 Thread Roylan Suarez Reyes
Hello again I qmailtoaster with freebsd, and run by the url: http://www.tnpi.biz/internet/mail/toaster/ Installations are made from two file: Toaster-watcher.conf and toaster.conf I want to install simscan with the option: -- Enable-spam-auth-user = yes But this option is not in the file

Re: [qmailtoaster] help with spamassassin

2007-12-10 Thread aledr
Done and seems not working for me... Any thoughts? Regards 2007/12/10, PakOgah [EMAIL PROTECTED]: by default simscan wont pass the messages to spamd if the sender from local network (the one with RELAYCLIENT in tcp.smtp file) but it'll scan from other network, please try sending email to

[qmailtoaster] Outlook 2007 + Vista brakes domainkeys

2007-12-10 Thread A M
Hi all, just checking some error state and found that Outlook 2007 , at leat with Windows Vista brakes domankeys... Haven't seen that one before so... go figure When I have the all try to check it better. But I've confirmed in 3 different servers with English, Spanish and Portuguese

[qmailtoaster] .qmail files

2007-12-10 Thread Andrew Niemantsverdriet
How do I manipulate a .qmail file in qmail toaster? I am setting up a new trouble ticket (eTicket) system and I need to make [EMAIL PROTECTED] go to a script. From the eTicket documentation: Setting up aliases with qmail: Create/Edit your .qmail-* for the domain you wish to forward and add a

Re: [qmailtoaster] help with spamassassin

2007-12-10 Thread PakOgah
Mail::Toaster and qmailtoaster are differrent afaik, qmailtoaster only can be installed on fedora,centos,mandriva and opensuse I dont know about Mail::Toaster maybe you should join their milist see www.qmailtoaster.com Hello again I qmailtoaster with freebsd, and run by the url:

Re: [qmailtoaster] help with spamassassin

2007-12-10 Thread PakOgah
Sorry if my instruction not detail... the correct file should be edited is simscan-toaster.spec here how I am do it: # rpm -ivh simscan-toaster-1.3.1-1.3.6.src.rpm # cd /usr/src/redhat/SPECS # vi simscan-toaster.spec -- add --enable-spam-auth-user=yes on configure lines %configure \