Re: [qmailtoaster] automatic Filtering e-mail into folders

2011-07-27 Thread Jake Vickers
On 07/27/2011 12:35 PM, postmas...@seawise-chartering.co.uk wrote: Jake, Just a question. I watched your video, which is brilliant. Thanks very much for that. However, is there any GUI to use with maildrop please? I cannot spend my time for every user to set-up filters. I need something simple l

Re: [qmailtoaster] automatic Filtering e-mail into folders

2011-07-27 Thread postmaster
Jake, Just a question. I watched your video, which is brilliant. Thanks very much for that. However, is there any GUI to use with maildrop please? I cannot spend my time for every user to set-up filters. I need something simple like in Squirrelmail so that every user can do it himself. Many thank

Re: [qmailtoaster] Centos 6 x64 Installation Notes

2011-07-27 Thread Dan McAllister
If you are on 32-bit hardware, I recommend staying with CentOS 5.6... but if you're insistent that you upgrade to version 6, who am I to argue... Regardless, you are (pending 3rd-party development that may or may not ever arrive) looking at a "clean install" to properly upgrade from CentOS 5.x

[qmailtoaster] Re: Filtering with Dovecot

2011-07-27 Thread Eric Shubert
On 07/27/2011 07:07 AM, MagicWISP wrote: I am going to ask this question in a different thread, since the original message I believe was on a default toaster installation. I am looking to implement automatic message filtering. I checked out the video, but it uses courier. Nothing on the wiki seem

Re: [qmailtoaster] Re: Wiki offline for a while

2011-07-27 Thread Jake Vickers
On 07/27/2011 05:04 AM, Peter Peltonen wrote: Hi, On Sat, Jul 23, 2011 at 7:35 PM, Jake Vickers wrote: If you want a hammer, you can iptables it - here's one I use on some server to prevent hammering on port 25: -A INPUT -i eth0 -p tcp -m tcp --dport 25 -m state --state NEW -m recent --update

Re: [qmailtoaster] CHKUSER rejects email due to apostrophe

2011-07-27 Thread Jake Vickers
On 07/27/2011 07:24 AM, Digital Instruments wrote: Hi list, I've got a huge problem here. *CHKUSER rejected sender*: from remote rcpt <> : *invalid sender address format* Basically CHKUSER rejects email due to the ' apostrophe after O. How can I fix this problem (step by step guide, please)?

[qmailtoaster] Filtering with Dovecot

2011-07-27 Thread MagicWISP
I am going to ask this question in a different thread, since the original message I believe was on a default toaster installation. I am looking to implement automatic message filtering. I checked out the video, but it uses courier. Nothing on the wiki seems to reference anything but cour

Re: [qmailtoaster] CHKUSER rejects email due to apostrophe

2011-07-27 Thread Tonix (Antonio Nati)
Il 27/07/2011 14:39, Digital Instruments ha scritto: On 27/07/2011 13:28, Tonix (Antonio Nati) wrote: Il 27/07/2011 13:24, Digital Instruments ha scritto: Hi list, I've got a huge problem here. *CHKUSER rejected sender*: from remote rcpt <> : *invalid sender address format* Basically CH

Re: [qmailtoaster] Centos 6 x64 Installation Notes

2011-07-27 Thread Natalio Gatti
No, I have not installed it in 32 bits hardware. On 7/26/2011 7:04 AM, User Qmail wrote: > > Have you tried on the usual 32 bits? I wish to upgrade my centos 5.6 to > centos 6. > > > > On Tue, Jul 26, 2011 at 8:35 AM, Natalio Gatti wrote: > >> I have just finished the installation of QT in a Cent

Re: [qmailtoaster] CHKUSER rejects email due to apostrophe

2011-07-27 Thread Digital Instruments
On 27/07/2011 13:28, Tonix (Antonio Nati) wrote: Il 27/07/2011 13:24, Digital Instruments ha scritto: Hi list, I've got a huge problem here. *CHKUSER rejected sender*: from remote rcpt <> : *invalid sender address format* Basically CHKUSER rejects email due to the ' apostrophe after O. H

Re: [qmailtoaster] CHKUSER rejects email due to apostrophe

2011-07-27 Thread Tonix (Antonio Nati)
Il 27/07/2011 13:24, Digital Instruments ha scritto: Hi list, I've got a huge problem here. *CHKUSER rejected sender*: from remote rcpt <> : *invalid sender address format* Basically CHKUSER rejects email due to the ' apostrophe after O. How can I fix this problem (step by step guide, ple

[qmailtoaster] CHKUSER rejects email due to apostrophe

2011-07-27 Thread Digital Instruments
Hi list, I've got a huge problem here. *CHKUSER rejected sender*: from remote rcpt <> : *invalid sender address format* Basically CHKUSER rejects email due to the ' apostrophe after O. How can I fix this problem (step by step guide, please)? It affect 90% of the Ireland Country!!! Than

Re: [qmailtoaster] Re: Wiki offline for a while

2011-07-27 Thread Peter Peltonen
Hi, On Sat, Jul 23, 2011 at 7:35 PM, Jake Vickers wrote: > > If you want a hammer, you can iptables it - here's one I use on some server > to prevent hammering on port 25: > -A INPUT -i eth0 -p tcp -m tcp --dport 25 -m state --state NEW -m recent > --update --seconds 60 --hitcount 10 --name DEFAU