[xmail] Re: Remove password in pop3 log and CtrlClnt userlist command

2003-12-01 Thread Vitor Renato Alves de Brito
Hi, If you are using Linux or FreeBSD you can edit CTRLSvr.cpp (line 304) and POP3Svr.cpp (line 543) and remove password before compile. Good Look! On Sat, 29 Nov 2003, Jeffrey Laramie wrote: > > On Saturday 29 November 2003 19:56, Michael Hauck wrote: > > Hi everyone! > > > > I'm using XMail

[xmail] Re: Remove password in pop3 log and CtrlClnt userlist command

2003-11-30 Thread Michael Hauck
Yeah, answering my own emails is fun! ;) I also got the other think working. I had to edit the CTRLDo_userlist function. I think it was just too late at night when I tried it the first time... mike Michael Hauck wrote: >Hi again, > >The pop3 log thing was easy to change. I simply removed the

[xmail] Re: Remove password in pop3 log and CtrlClnt userlist command

2003-11-30 Thread Michael Hauck
Hi again, The pop3 log thing was easy to change. I simply removed the password field from the static int POP3LogSession(POP3Session & POP3S) function. mike Jeffrey Laramie wrote: >On Saturday 29 November 2003 19:56, Michael Hauck wrote: > > >>Hi everyone! >> >>I'm using XMail on my server an

[xmail] Re: Remove password in pop3 log and CtrlClnt userlist command

2003-11-29 Thread Jeffrey Laramie
On Saturday 29 November 2003 19:56, Michael Hauck wrote: > Hi everyone! > > I'm using XMail on my server and it runs very nicely. The only thing I > don't like is the output of the unencrypted password in the pop3 log and > when I use the userlist command in the CtrlClnt tool. I don't think the >

[xmail] Re: Remove password in pop3 log and CtrlClnt userlist command

2003-11-29 Thread T. Mike Howeth
I work around the former problem by changing all of the x_LOG_FILE #defines so that each set of logs has its own (individually-securable) directory, e.g: #define FILTC_LOG_FILE "filtc" SYS_SLASH_STR "filtc" (the distribution would have simply said, #define FILTC_LOG_FILE "filtc") (fi