> By default Djigzo looks for /var/log/mail.info.0 and /var/log/mail.info > > This is specified in postfixLogManagerWSBean in conf/spring/soap.xml > > <bean id="postfixLogManagerWSBean" > class="mitm.application.djigzo.ws.impl.PostfixLogManagerWSImpl"> > <constructor-arg> > <list> > <value>/var/log/mail.info.0</value> > <value>/var/log/mail.info</value> > </list> > </constructor-arg> > </bean> > > You can either change the values of the postfixLogManagerWSBean (you can > add more entries if you wish) or perhaps easier add a soft link from > /var/log/mail to /var/log/mail.info etc. > I have changed it in the config file, but that's not enough. The problem on an OpenSuSE system is, that /var/log/mail belongs to root:root (rw-r-----). Therefore djigzo will still not be able to read the file. I did a "chgrp djigzo /var/log/mail" and added this command to /etc/logrotate.d/syslog. because otherwise the problem will occur again after the rotation of the logfile.
Bye, Stefan _______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
