Andreas,

What about accesss rights to theses folders/files ?

here is what i have :

bash-2.05# pwd
/var/log/qmail
bash-2.05# ls -rtl
total 10
drwxr-xr-x   2 qmaill   other        512 nov   5 15:58 smtpd
drwxr-xr-x   2 qmaill   other        512 nov   5 15:58 pop3d
drwxr-xr-x   2 root     other        512 nov   5 16:56 bincimap-ssl
drwxr-xr-x   2 root     other        512 nov   5 16:56 bincimap
drwxr-xr-x   2 qmaill   nofiles      512 nov   5 17:04 qmail-send

bash-2.05# pwd
/var/log/qmail/bincimap
bash-2.05# ls -rtl
total 0
-rw-r--r--   1 root     root           0 nov   5 16:56 state
-rw-------   1 root     root           0 nov   5 16:56 lock
-rw-r--r--   1 root     root           0 nov   5 16:56 current

bash-2.05# pwd
/var/log/qmail/bincimap-ssl
bash-2.05# ls -rtl
total 0
-rwxr-xr-x   1 root     other          0 nov   5 16:56 state
-rwxr-xr-x   1 root     other          0 nov   5 16:56 lock
-rw-r--r--   1 root     other          0 nov   5 16:56 current

Florent

-----Message d'origine-----
De : Andreas Aardal Hanssen [mailto:[EMAIL PROTECTED]
Envoye : mercredi 5 novembre 2003 16:34
A : Binc IMAP General
Cc : [EMAIL PROTECTED]
Objet : Re: [binc] Moving Binc imap server logs ?


On Wed, 5 Nov 2003, Florent Gilain wrote:
>My Goal is to get /var/log/qmail/bincimap and /var/log/qmail/bincimap-ssl

You need to edit these files:
/etc/opt/bincimap/service/imap/log/run
/etc/opt/bincimap/service/imaps/log/run

there you will find the paths to the log directories. Change these, then
restart the log processes with

svc -du /var/service/imap{,s}/log

>+ Can you please explain me the goal of each file of this directory please.
>What are theses files beginning by @ ?

"current" is the current log file. @xxxxx is an archive. The file name is
a timestamp in tai64 format. The program "tai64nlocal" converts this
format to a human readable format.

All other files are control files used by multilog.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."


Reply via email to