On 13-08-27 9:46 AM, Cedric Foll wrote:
Hi,

I need to use smtp to send mails in SOGo, it works fine but it records every 
smtp session in /var/log/sogo.log (including base64 of login and password...):

C: connect to <0x0x7f05d03b6e10[NGInternetSocketAddress]: host=XXX not-filled>
S: <SMTP-Reply: code=220 line='XXX ESMTP Postfix (Debian/GNU)'>
C: EHLO XXX
S: <SMTP-Reply: code=250 line='DSN'>
S: pipelining extension supported.
S: size extension supported.
S: plain auth extension supported.
C: AUTH PLAIN
C:XXX
C: MAIL FROM:<XXX>
C: RCPT TO:<XXX>
C: DATA
S: <SMTP-Reply: code=354 line='End data with <CR><LF>.<CR><LF>'>
C: data(352 bytes) ..
S: <SMTP-Reply: code=250 line='2.0.0 Ok: queued as 7E1451F577'>
C: QUIT
S: <SMTP-Reply: code=221 line='2.0.0 Bye'>

How can I remove such debug information?
I just fixed this... https://github.com/inverse-inc/sope/commit/724726e1e8a11ff9950d9b304a8d0aa83ee6edef

So, for now it is not possible to disable it, but it will be with the next release. If would probably be best to be able to log everything except the passwords, but that is not possible at the moment.


Regards.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to