CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/03 15:01:29
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
upon return of authentication we log the username and generate an smtp-in
report for the authentication result, however we use a buffer that is too
small and usernames from virtual accounts may get truncated in logs.
reported by Bjorn Kalkbrenner
