Ralf Hildebrandt wrote:
> On Wed, Oct 03, 2001 at 01:15:23PM +1000, Jeremy Howard wrote:
> > What I'd like to do is avoid this happening in the future. I've manually
> > added this address with REJECT to check_client_access for now. Now what
I'd
>
> You mean check_recipient_access?
>
Yes I do--sorry.
>
> Something like pop-before-smtp.pl will do the trick: It will tail the
> maillog and then you can build an in memory database (a queue) that
> stores recipients, number of mails they recieved and timestamps.
>
Nice--I'll do this, at least until I get around to hooking into the delivery
process directly. However my logging is currently set in syslog to be only
'notice' or above. If I change it back to * I get much more logging than I
want. Is it possible to just log the lines that say:
----
postfix/smtp[10332]: CDA86E382: to=<[EMAIL PROTECTED]>,
relay=domain.com[0.0.0.0], delay=5,
status=sent (250 TAA10932 Message accepted for delivery)
----
This would be just enough to know how many messages were being sent out. I
know how to add _more_ logging with -v, and change the _overall_ logging
amount with syslog.conf, but I haven't found any info on finer-grain log
control...


Reply via email to