Re: [exim] smtp count confirmation

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marcin Mirosław
Datum:  
To: exim-users
Betreff: Re: [exim] smtp count confirmation
W dniu 15.06.2010 15:48, Graeme Fowler pisze:
> acl_check_connect:
> warn message = DEBUG: connection from $sender_host_address
> ...


Or sth like this, if you want to have smaller logs ;):
warn
condition = ${lookup pgsql{insert into xx (ip) values
('$sender_host_address')}}

And what about connections from users sending mails, should it be counted?

Regards