2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
theodoros |
Posted on Mar 22 2004, 02:40 PM
|
Newbie Group: Members Posts: 13 Member No.: 968 Joined: 5-March 04 |
Curious about the results? Then vote! They are directly displayed after voting!
I wan't to know how many administrators use spam protection in xmail server. |
sc4vengr |
Posted on Mar 22 2004, 02:53 PM
|
Professional Group: Members Posts: 206 Member No.: 461 Joined: 12-February 03 |
How do i know if spam protection is enabled? hehe
-------------------- You + webcam - clothes - dignity = $
|
atomant |
Posted on Mar 22 2004, 03:09 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Running Spamassassin or equvavalent.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
vegetto34 |
Posted on May 15 2004, 08:52 PM
|
Member Group: Members Posts: 89 Member No.: 988 Joined: 16-March 04 |
I just caught the spammers/virus e-mail IP addresses and blocked them in the spammers.tab. I'll vote yes...
|
tac |
Posted on Jun 3 2004, 04:06 AM
|
Junior Member Group: Members Posts: 41 Member No.: 1148 Joined: 2-June 04 |
As for spam filters there are just too many spam mails to block them all, it is a pointless battle to make the server do the work, that should be done client side. Also clients should use their free accounts like hotmail to sign of for stuff that will spam them.
|
hschneider |
Posted on Jun 3 2004, 07:54 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
This depends on the user's skill and your own SPAM policy. You can also preprocess SPAM on the server for easier filtering on the client, e.g. by evaluating and rewriting the message topics.
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
sc4vengr |
Posted on Jun 3 2004, 01:51 PM
|
Professional Group: Members Posts: 206 Member No.: 461 Joined: 12-February 03 |
With CustMapslist and Spamassassin i stop ~90% of all the junk, not bad imo.
-------------------- You + webcam - clothes - dignity = $
|
svenvg |
Posted on Jan 11 2005, 06:13 PM
|
Junior Member Group: Members Posts: 34 Member No.: 1088 Joined: 29-April 04 |
Hi Guys,
I voted YES, because I run SpamAssassing, but... there is still a lot of Spam, especially the mortgage stuff that gets thru... and on the other hand I have quiet a lot of HAM falsly seen as Spam.. (false positives). I have the Spamassassin on line since 6 months and I have a lot of customers unhappy about mails that never arrive (especially because they are in Spanish and coming from hotmail.com) because it's falsy identyfied as spam... I see that other ISP's (more and more) immediately check if the FROM address exists, by checking the DNS MX record of the FROM address and then opening a session to that server doing: (lets say I am receiving a mail from me@remotedomain.com) HELO mydomain.com 250 OK MAIL FROM:<> 250 OK RCPT TO:<me@remotedomain.com> now if the server responds with 250 OK, then the mail is accepted if the result is 550 Mailbox unavailable <me@remotedomain.com> then the mail is not accepted! always the session is closed with: RSET 250 OK QUIT 221 [XMail 1.17 (Win32/Ix86) ESMTP Server] service closing transmission channel I see that 99..... % of the SPAM that is receiving my server has a from address that doesn't exists... SO my question is if Xmail has the capability to do this check also, because I don't fond it nowhere in the docs... I think a combination of this check and a more permisive spamassassin (threshold e.g. 10.0 points) would be much more effective As always, thanks ina dvance for your answers... Sven. |
hschneider |
Posted on Jan 11 2005, 06:37 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
You can forbid empty MAIL_FROM and check the sender's domain with
CheckMailerDomain and AllowNullSender in server.tab. If you want to check the username too, then you'll need a custom filter hooked into the SMTP dialog. SA only gives good results if you use the .cf files which fit your needs. See SA home for resources. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
svenvg |
Posted on Jan 11 2005, 07:01 PM
|
||||
Junior Member Group: Members Posts: 34 Member No.: 1088 Joined: 29-April 04 |
Hi Harald, thanks for your reply. The CheckMailerDomain I have enabled and AllowNullSender I had enabled and had to disable it again, just because of this ISP doing the username lookup they send MAIL FROM:<> so I could not send mail to any of these ISP's, because they couldn't do the username check they refused mail. And actually 1 of these ISP's send me a automated mail saying that all my mail was blocked because of not accepting MAIL FROM:<> and that it is against RFC2821, I looked it up and indeed it's like this. (See quotes from RFC down) Even I saw that 1 of the new things in Xmail 1.21 is that Xmail now also sends these bounce messages from MAIL FROM:<> See the ChangeLog. E.g. Tiscali is doing this lookup, and they are quiet big and active in half Europe, so I had several customers complaining that mail didn't get delivered, so I had to allow the AllowNullSender... Do you have more info/recources on how to make such a filter? thanks, Sven. From RFC 2821
and also
|
||||
karpa13a |
Posted on Jan 31 2005, 04:48 PM
|
Newbie Group: Members Posts: 20 Member No.: 1490 Joined: 31-January 05 |
so
how about check "mail from:<..>" passed to my server from remote client/server? |
hschneider |
Posted on Dec 14 2005, 09:50 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
svenvg, pls post a request into the scripting corner.
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
chriwi |
Posted on Mar 17 2006, 07:52 AM
|
Newbie Group: Members Posts: 2 Member No.: 1930 Joined: 9-March 06 |
Hello,
no I not yet use spam protection on my xmail server since the server setup is only new and I have no problem with spam on this e-mail adresses now, but it might become neccesary in future. My Buissnes e-mail accounts got spam protection some time last year, before that I had a big problem there. This morning i noticed that one of the important e-mail adresses in my private domain hosted by my provider got to wrong hands, so i hav e to take care of that first. I guess it is also only a matter oft time that I will see spam also on my private xmail server with 11 e-mail accounts in 2 Domains. beye chriwi -------------------- beye chriwi |
ccthecomputerguy |
Posted on Dec 12 2006, 04:26 AM
|
Member Group: Members Posts: 63 Member No.: 1823 Joined: 18-November 05 |
Hello;
I am using a SPAM filter that I wrote myself in Perl (wanted to do it). It is working quite well, and I've built up a list of SPAM words, phrases, and domain names over that past 8-10 months. The list is formatted as: count, return code, SPAM word/phrase My script increments the "count" field and when done, re-orders the list in highest to lowest count order so that the next time the script runs, it searches for the "most popular" phrase. The return code is 4 for all entries right now (I am thinking of setting it to 6 for some phrases in the future). The biggest problem I have is attached gif images and/or base64 encoded stuff. Does anyone know how to analyze such stuff? Oh... I am also willing to share my little script with anyone who might want to use it (or improve upon it -- Charles... -------------------- Testing, testing, testing... always testing!
|
Zon |
Posted on Jan 27 2007, 02:47 AM
|
Junior Member Group: Members Posts: 32 Member No.: 2319 Joined: 13-November 06 |
Hi ccthecomputerguy!
Could you give me the link for download? |