Re: [exim] Exim local-bsmtp

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Exim local-bsmtp
Коваленко Иван wrote:
> Hi, is there a way to distinguish sessions from script on server
> (cgi script, which sends mail) and exim (which also uses bsmtp for
> email transfer)?


Use -oMr and $received_protocol.
http://exim.org/exim-html-4.60/doc/html/spec.html/ch05.html

- Marc