mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:41:59 +01:00
added remote smtp host to piler-smtp received: log message
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
c1c5c30423
commit
6eb6d5aebc
@ -311,7 +311,7 @@ void process_command_period(struct smtp_session *session){
|
||||
|
||||
session->fd = -1;
|
||||
|
||||
syslog(LOG_PRIORITY, "received: %s, from=%s, size=%d", session->ttmpfile, session->mailfrom, session->tot_len);
|
||||
syslog(LOG_PRIORITY, "received: %s, from=%s, size=%d, client=%s", session->ttmpfile, session->mailfrom, session->tot_len, session->remote_host);
|
||||
|
||||
move_email(session);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user