Set one of the $rcmail_config['*_debug'] configure options. Example, if I want log imap connect session I set:
$rcmail_config['debug_level'] = 8; $rcmail_config['log_driver'] = 'file'; $rcmail_config['imap_debug'] = true; $rcmail_config['log_dir'] = 'logs/'; 2011/3/11 Javier Romero <[email protected]>: > Hi List: > My name is Javier and I am from Argentina. > I have Rouncube as Webmail. > The problem I have is that the /logs/sendmail file didn´t work. > In the config file of Rouncube, I have $rcmail_config['debug_level'] set to > 1 and $rcmail_config['log_driver'] set to file, > the $rcmail_config['log_dir'] is pointing to 'logs/'; and permissions of the > sendmail file are: -rw-rw-r-- 1 www-data www-data for apache2 Web server. > Could someone please help me to find how can I make this log file start > register logs? > Thank you very much for your attention. > With best regards, > Xavi > > -- > List info: http://lists.roundcube.net/users/ > BT/6b624680 > > -- List info: http://lists.roundcube.net/users/ BT/8f4f07cd
