Brett Parker <iDunno <at> sommitrealweird.co.uk> writes:
> Why isn't that, more simply:
> deny message = Sending prohibited, your mailbox is full
> authenticated = lsearch;/etc/mail/blocked_because_mailboxisfull
That doesn't work either. No errors but messages is passed.
> > Q2: Is such a rule and a place for that rule (acl_smtp_rcpt, quite high,
> > before many other checks) optimal for per-user SMTP prohibition?
> > Q3: If possible during RCPT? That would be perfect, but do I have
> > e-mail address to system username relation then?
>
> Well, you must do that lookup sometime, so you could always do that
> lookup in an ACL...
If that's the right place to do that check, I'd love to!
But how should such a rule looke like?
Tom