Sendmail rule questions

Matthew Seaman m.seaman at infracaninophile.co.uk
Thu Feb 19 11:20:22 PST 2004


On Thu, Feb 19, 2004 at 01:11:55PM -0500, Chuck Swiger wrote:
> Benjamin Meade wrote:
> >Just wondering if sendmail (not procmail) can reject messages from a 
> >specific user that are above a certain size?
> 
> You can control the max message size on a sitewide basis via:
> 
> define(`confMAX_MESSAGE_SIZE', `21000000')dnl
> 
> ...but I don't believe you can do so on a per-user basis, no.

The only way I could think of for doing this would be to create a
second set of mailer definitions with the 'M=' (Maximum message size)
setting altered appropriately, and custom parsing rules to force the
messages sent from a particular address to be delivered via those
mailers.  Needless to say, that's going to be a pig of a job to set up
and configure correctly.  You would be better off setting up some sort
of Milter or indeed forcing all of the messages to be processed
through procmail(8).

See http://www.benzedrine.cx/milter-regex.html or
http://www.snert.com/Software/milter-sender/ for somethings that might
do the job -- except that apparently neither of those can filter by
message size.  Both are available in ports -- if the term 'Milter'
means anything to you, and you're fluent at C programming then adding
a check on message size might be possible.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040219/b345c6ea/attachment.bin


More information about the freebsd-questions mailing list