Re: mail server recommendations?

From: Chris Shenton (chris_at_shenton.org)
Date: 04/13/04

  • Next message: Chris Shenton: "Re: mail server recommendations?"
    To: Cody Baker <cody@wilkshire.net>
    Date: Mon, 12 Apr 2004 22:27:45 -0400
    
    

    Cody Baker <cody@wilkshire.net> writes:

    > I put my personal recommendation in to qmail. I have 10 + servers
    > running qmail, some with 3000+ users. We use vpopmail for a mysql
    > based single UID/GID solution. For POP3 access we're using the
    > integrated qmail-pop3d, and courier-IMAP for IMAP. Virus scanning /
    > MIME-magic is done via qmail-scanner and clamscan.

    I'm deploying a system for a client using qmail-ldap, openldap, and
    courier-imap. I plan on using sqwebmail for webmail. I've got
    STARTTLS on SMTP and IMAP, and also offer SMTPS, IMAPS, and POPS. Nice
    thing about this architecture is that you can have a handful of
    MTA/IMAP/POP boxes all delivering to a shared NFS-mounted backend
    mailstore -- very robust.

    I've also installed a qmail + vpopmail-based system for an ISP and
    it's been rock solid. I didn't need to use MySQL for this but could
    have -- or probably even LDAP for user accounts.

    I use the qmail smtpd viruscan patch

      http://www.qmail.org/qmail-smtpd-viruscan-1.3.patch

    to block all MS executables and have seen a dramatic drop in virii.
    Simple: if an an attachment's first line looks like a base-64-encoded
    version of an MS executable, it's rejected; doesn't rely on
    signatures, or purported suffixes, or forged mime-types, etc.

    I haven't done anything but looking at antispam solutions. Currently
    looking at DSPAM and CRM114 as they seem to be quite effective (10x
    human accuracy, they both claim). But I haven't yet done anything
    serious about integrating them, and haven't worried per-user
    configuration, quarantining, etc. I'd be interested what others have
    used successfully.

    Be careful if you're using SMTP AUTH, STARTTLS, or SMTPS and want to
    use an external anti-spam/virus product: I haven't
    found an antispam vendor yet that supports this, tho a couple have it
    in the works. If you integrate directly on your MTA boxes, it should
    be less difficult -- once you figure out how to integrate them :-)

    > I am particularly fond of qmail because once it's setup it's very
    > easy to use, and is ROCK solid.

    Absolutely. Nice not to worry about the frequent sendmail or less
    frequent postfix security fixes. "It just works". Not trying to
    evangelize here, just switched from sendmail years ago and won't go
    back. Learning curve's a little steep, all the daemontools and
    ucspi-tcp helper stuff but they do work better than the common
    equivalents (syslog, inetd, etc).

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Chris Shenton: "Re: mail server recommendations?"

    Relevant Pages

    • Re: Sending email w/Mail::Builder::Simple -- need help
      ... Why is it important to have a mail sending module hunt for various mailer programs? ... It is important because some users might want to use Sendmail, some Qmail, some an SMTP server, some Gmail or other methods. ...
      (perl.beginners)
    • Re: POP before SMTP with TCPSERVER
      ... so I've started using tcpserver to launch qmail-smtpd.... ... I'm getting complaints from people that the POP before SMTP ... authentication patch isn't working when I do this... ... While I like ports I highly recommend you reinstall qmail using the instructions contained in Life with qmail. ...
      (freebsd-questions)
    • Re: Need SMTP server for when travelling with WM2003
      ... SMTP server, so I can send email from Qmail (Windows Mobile 2003SE), when ... GMail supports both POP3 and IMAP or receive and SMTP to send so it will work with either QMail or the built-in Messaging app. ...
      (microsoft.public.pocketpc)
    • Re: Sending email w/Mail::Builder::Simple -- need help
      ... It is important because some users might want to use Sendmail, some Qmail, some an SMTP server, some Gmail or other methods. ... The best email client would need to be able to use any method. ...
      (perl.beginners)
    • Re: mail server recommendations?
      ... >single UID/GID solution. ... >done via qmail-scanner and clamscan. ... I am particularly fond of qmail because once it's setup ... >the documentation on some of the patches is lacking in places. ...
      (freebsd-isp)