Re: qmail and signatures

From: Colin Campbell (sgcccdc_at_citec.qld.gov.au)
Date: 09/24/03

  • Next message: W.D. McKinney: "Re: qmail and signatures"
    Date: Wed, 24 Sep 2003 10:23:17 +1000
    To: freebsd-isp@freebsd.org
    
    

    Hi,

    On Mon, 22 Sep 2003 21:54:39 -0800
    "W.D. McKinney" <dee@akwireless.net> wrote:

    > Michael,
    >
    > Did you ever get your question answered ?
    >
    > Dee
    >
    > On Fri, 2003-09-12 at 07:17, Michael Sig Birkmose wrote:
    > > Hi,
    > >
    > > I don't know if this is a good place to ask this question or if I should do
    > > it at an qmail site...
    > >
    > > Anyhow we are setting up an server (running FreeBSD of course) with qmail as
    > > MTA. We are interested in adding signatures to all our outgoing emails.
    > > Is this possible to do on a SMTP level with qmail? The tricky part is that
    > > it would be very nice if signatures also gets added to html mails...

    This question is asked frequently on the postfix-users list. The answer is that
    you can't do it reliably. If the message is plain text you are fine but once you
    introduce MIME you have problems. You can't just tack the signature on the
    bottom because it breaks all the mime encoding. You have to basically
    disassembl;e the message and reassemble it with a new mime section, the
    signature. This can conveniently be done using a content filter.

    Colin

    --
    Colin Campbell
    Unix Support/Postmaster/Hostmaster
    Citec
    +61 7 3227 6334
    _______________________________________________
    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: W.D. McKinney: "Re: qmail and signatures"