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?

Regards.

-- 
Cedric Foll
Architecte infrastructures

Direction des Systèmes d'Information
Bureau  A2-177

Université Charles de Gaulle - Lille 3
Domaine universitaire du Pont de bois
BP 60149
59653 Villeneuve d'Ascq

Tel    : 03 20 41 64 35
Fax   : 03 20 41 60 01
Portable : 06 37 24 06 55




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

Reply via email to