From: Ozgur Y. <mr...@gm...> - 2006-04-29 10:33:58
|
i want to local spam scanner for office i setup fetchmail + qmail + vpopmail + qmailscanner + SA i fetch mail by fetchmail and i recived qmail pop3 and SA works test command but my fetch mail is not scanned by SA here my .fetchmailrc poll my.externalserver.com protocol pop3 user 'oz...@ne...' there with password 'mypass' is 'de...@co...' here mda "/usr/bin/spamc -e | /var/spool/qmailscan/qmail-queue" ( i have problem this line i do not write ) please help me :( özgür |
From: Rob M. <rob...@gm...> - 2006-04-29 11:28:30
|
On 4/29/06, Ozgur YILMAZ <mr...@gm...> wrote: > > i want to local spam scanner for office > i setup fetchmail + qmail + vpopmail + qmailscanner + SA > > i fetch mail by fetchmail and i recived qmail pop3 > and SA works test command but my fetch mail is not scanned by SA Why not tie SA into qmail and avoid the mda command you're using? If that's not possible you'll need to show log entries showing your problem. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-05-03 10:20:40
|
"Ozgur YILMAZ" <mr...@gm...> writes: > i want to local spam scanner for office > i setup fetchmail + qmail + vpopmail + qmailscanner + SA > > i fetch mail by fetchmail and i recived qmail pop3 > and SA works test command but my fetch mail is not scanned by SA Özgür, qmail is not a modern MTA by any standard and full of flaws that other MTAs do not share. <http://home.pages.de/~mandree/qmail-bugs.html> > here my .fetchmailrc > > poll my.externalserver.com protocol pop3 > user 'oz...@ne...' there with password 'mypass' is > 'de...@co...' here > mda "/usr/bin/spamc -e | /var/spool/qmailscan/qmail-queue" ( i have problem this line i do not write ) What do you need vpopmail for if there is only one user? The MDA option doesn't look correct. Spamc expects a command after -e, and qmail-queue programs (and substitutes) expect two file descriptors for input. One for the envelope, one for the data. Is there a particular reason why you're using the "mda" option? And then in a way that loses envelope information? I wonder how you are getting messages at all with this setup, you should get something like: /usr/bin/spamc: option requires an argument -- e Besides that, qmail-scanner claims to integrate with SpamAssassin - so there should be some qmail-scanner documentation on that topic. Try checking the documentation and understanding or describing to somebody - what you want to achieve - how you can get there rather than taking lines out of a context and trying them out. A systematic approach will probably be more successful than guessing here. -- Matthias Andree |
From: Rob F. <rf...@fu...> - 2006-05-03 14:04:37
|
Matthias Andree wrote: > qmail is not a modern MTA by any standard and full of flaws that other > MTAs do not share. <http://home.pages.de/~mandree/qmail-bugs.html> While I am no fan of qmail either, I would argue that by at least two standards it is a "modern MTA": - it does not use a monolithic architecture, using separate programs for separate tasks - it uses maildir to store mail, rather than mbox (OK, this one isn't technically an MTA issue, but an MDA issue) I'm still amazed at the number of people still using sendmail.... -- ==============================| "A microscope locked in on one point Rob Funk <rf...@fu...> |Never sees what kind of room that it's in" http://www.funknet.net/rfunk | -- Chris Mars, "Stuck in Rewind" |
From: Rob M. <rob...@gm...> - 2006-05-03 17:23:57
|
On 5/3/06, Rob Funk <rf...@fu...> wrote: > While I am no fan of qmail either, I would argue that by at least two > standards it is a "modern MTA": > - it does not use a monolithic architecture, using separate programs for > separate tasks > - it uses maildir to store mail, rather than mbox > (OK, this one isn't technically an MTA issue, but an MDA issue) > > I'm still amazed at the number of people still using sendmail.... Which also doesn't use a monolitic architecture (ok, so it's only 2 daemons, but it's a step in the right direction) or maildir... Now, can we stop this evangelising over the best/worst choice of MTA :-) -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-05-03 18:15:43
|
"Rob MacGregor" <rob...@gm...> writes: > On 5/3/06, Rob Funk <rf...@fu...> wrote: >> While I am no fan of qmail either, I would argue that by at least two >> standards it is a "modern MTA": >> - it does not use a monolithic architecture, using separate programs for >> separate tasks >> - it uses maildir to store mail, rather than mbox >> (OK, this one isn't technically an MTA issue, but an MDA issue) >> >> I'm still amazed at the number of people still using sendmail.... > > Which also doesn't use a monolitic architecture (ok, so it's only 2 > daemons, but it's a step in the right direction) or maildir... Ah well, if you want Maildir underneath sendmail, you can always install maildrop and use it as filter application or mailer. At least sendmail is actively maintained so its security holes get plugged in reasonable time. qmail's holes are open for like eight years now... For a change of subject, the best MTA is fetchmail, of course. =:-> > Now, can we stop this evangelising over the best/worst choice of MTA :-) Agreed. And cows can't tile a roof. :-) -- Matthias Andree |
From: Ozgur Y. <mr...@gm...> - 2006-05-04 10:27:16
|
On 5/4/06, Ozgur YILMAZ <mr...@gm...> wrote: > > Hello > > firstly thanks for your answer. > i have not one user it is only my test user > if it works, i will add a lot of domains and user > > i use fetchmail ---> fetch mail from external mail server > qmail ---> mda and pop3 server > SA ---> spam filter > > i want to fetch mail from external server to my internal server ( for 150 > user). > and then i use spam filter and my user connect pop3 server and then > recieve mail. > is is possible > it setup one and they work alone > > .fethmailrc use this settings > > poll 72.29.74.211 protocol pop3 > > user 'oz...@ne...' there with password 'mypass' is > 'de...@co...' here > > my mail in my inbox but not scanning spamm :( > > what do i do ? > > > > > On 5/3/06, Matthias Andree <mat...@gm...> wrote: > > > > "Ozgur YILMAZ" <mr...@gm...> writes: > > > > > i want to local spam scanner for office > > > i setup fetchmail + qmail + vpopmail + qmailscanner + SA > > > > > > i fetch mail by fetchmail and i recived qmail pop3 > > > and SA works test command but my fetch mail is not scanned by SA > > > > Özgür, > > > > qmail is not a modern MTA by any standard and full of flaws that other > > MTAs do not share. <http://home.pages.de/~mandree/qmail-bugs.html> > > > > > here my .fetchmailrc > > > > > > poll my.externalserver.com protocol pop3 > > > user 'oz...@ne...' there with password 'mypass' is > > > 'de...@co...' here > > > mda "/usr/bin/spamc -e | /var/spool/qmailscan/qmail-queue" ( i have > > problem this line i do not write ) > > > > What do you need vpopmail for if there is only one user? > > > > The MDA option doesn't look correct. Spamc expects a command after -e, > > and qmail-queue programs (and substitutes) expect two file descriptors > > for input. One for the envelope, one for the data. > > > > Is there a particular reason why you're using the "mda" option? > > And then in a way that loses envelope information? > > > > I wonder how you are getting messages at all with this setup, you should > > get something like: /usr/bin/spamc: option requires an argument -- e > > > > Besides that, qmail-scanner claims to integrate with SpamAssassin - so > > there should be some qmail-scanner documentation on that topic. > > > > Try checking the documentation and understanding or describing to > > somebody > > > > - what you want to achieve > > > > - how you can get there > > > > rather than taking lines out of a context and trying them out. > > > > A systematic approach will probably be more successful than guessing > > here. > > > > -- > > Matthias Andree > > > > |
From: Matthias A. <mat...@gm...> - 2006-05-04 11:16:44
|
"Ozgur YILMAZ" <mr...@gm...> writes: Please do not post HTML to mailing lists, see <http://www.expita.com/nomime.html> (Could someone with list admin privileges tell Mailman to strip text/html MIME parts please? Thanks) Also, please remember to reply to the list, not to me personally. > firstly thanks for your answer. > i have not one user it is only my test user > if it works, i will add a lot of domains and user > > i use fetchmail ---> fetch mail from external mail server > qmail ---> mda and pop3 server > SA ---> spam filter OK. You need to 1 - find out how to integrate qmail-scanner with qmail (that's in the qmail-scanner documentation) 2 - test if qmail-scanner is working, before you proceed 3 - if it works, integrate SpamAssassin into qmail-scanner. We cannot help here, that should be in the qmail-scanner documentation. Or ask on the qmail-scanner list. 4 - find out if you can use a better POP3 server than qmail's. qmail's POP3 server has security flaws and reports the wrong message sizes, thus it confuses clients. My personal favorite setup would probably use Postfix + amavisd-new (which integrates Spamassassin) + Dovecot or Courier-IMAP or Cyrus - but vpopmail does not integrate well with these. http://www.postfix.org/addon.html#config lists a few pointers should you decide to switch. > .fethmailrc use this settings > > poll 72.29.74.211 protocol pop3 > > user 'oz...@ne...' there with password 'mypass' is > 'de...@co...' here > > my mail in my inbox but not scanning spamm :( > > what do i do ? The fetchmailrc part looks fine, so it would be a problem in your qmail or qmail-scanner setup. -- Matthias Andree |
From: Rob F. <rf...@fu...> - 2006-05-04 14:57:43
|
Matthias Andree wrote: > Please do not post HTML to mailing lists, see > <http://www.expita.com/nomime.html> > > (Could someone with list admin privileges tell Mailman to strip > text/html MIME parts please? Thanks) Unfortunately Berlios is only running Mailman 2.0.13, so that option isn't there. It appears to be a Mailman 2.1 feature. -- ==============================| "A microscope locked in on one point Rob Funk <rf...@fu...> |Never sees what kind of room that it's in" http://www.funknet.net/rfunk | -- Chris Mars, "Stuck in Rewind" |
From: Rob M. <rob...@gm...> - 2006-05-04 17:16:16
|
On 5/4/06, Ozgur YILMAZ <mr...@gm...> wrote: > On 5/4/06, Ozgur YILMAZ <mr...@gm...> wrote: <---SNIP---> > > > > .fethmailrc use this settings > > > > poll 72.29.74.211 protocol pop3 > > > > user 'oz...@ne...' there with password 'mypass' is > > 'de...@co...' here > > > > my mail in my inbox but not scanning spamm :( > > > > what do i do ? The problem is related to your local SMTP server configuration, it has nothing to do with fetchmail. You need to resolve your qmail configuration problems. (I'd guess that mail from localhost/loopback isn't being scanned) -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |