>> Yes. I know that the logs are in /var/log/qmail/smtp/current and
>> /var/log/qmail/pop3/current but they only log for only a certain  
>> time. I
>> will like if I can retain them and put them in logrotate like those in
>> /var/log/secure etc.
>
> Just modify the multilog parameters in your log/run files..  For  
> instance,
>
> #!/bin/sh
> exec setuidgid qmaill multilog t s999999 /var/log/qmail/pop3d

> The t enables timestamplng and the s999999 sets the max filesize  
> required before rotating the log.  You can also add an n<number> to  
> set the number of log files to keep.  There's also an action flag (!)  
> you can use to call a processor to process the files instead of  
> rotating them...
>
> Check here for more details :
>
> http://cr.yp.to/daemontools/multilog.html

Many thanks.. I had edited the run files. How do I restart the logging for
the new options?

Reply via email to