Date: Wed, 24 Sep 2003 10:23:17 +1000 From: Colin Campbell <sgcccdc@citec.qld.gov.au> To: freebsd-isp@freebsd.org Subject: Re: qmail and signatures Message-ID: <20030924102317.7b4eea6f.sgcccdc@citec.qld.gov.au> In-Reply-To: <1064296479.2436.151.camel@papa.wdm.com> References: <000d01c37940$ed542b50$0301a8c0@mrwinslows> <1064296479.2436.151.camel@papa.wdm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030924102317.7b4eea6f.sgcccdc>