Ok, i found my problem:

my /var/qmail/rc had the following

#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to Maildir format by default

exec env - PATH="/var/qmail/bin:$PATH" \
        qmail-start ./Maildir/ splogger qmail

i took out the splogger qmail and it all worked great :D

Sky S.

----- Original Message -----
From: "Sky Schumacher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 1:48 PM
Subject: [vchkpw] Multilog problem.


| Hi, I am having a bit of a weird problem with my logging of QMail +
| VPopmail.
|
| System OS::
| FreeBSD 4.7 (fresh install)
|
| I launch qmail via services
| (http://matt.cadillac.net/computing/mail/toaster/toaster-2.3.shtml)
| and added my own logging script in /services/send/log
|
| #!/bin/sh
| exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s1000000000
| n20 /var/log/qmail
|
| what is weird is... it makes the files that are required in /var/log/qmail
| (current, lock, state)
| [root@geeky qmail]# pwd
| /var/log/qmail
| [root@geeky qmail]# ls -l
| total 0
| -rw-r--r--   1 qmaill   qmail           0 Oct 30 13:41 current
| -rw-------   1 qmaill   qmail           0 Oct 30 13:41 lock
| -rw-r--r--   1 qmaill   qmail           0 Oct 30 13:41 state
|
|
| but it won't write to the 'current' file, YET all the logs are going in
| /var/log/maillog
|
| any idea's???
|
| Need more info???
|
|
| Vpopmail compile
|
|
| ./configure --enable-mysql=y --enable-default-domain=simerson.net \
| --enable-roaming-users=y \
| --enable-defaultquota=100000000S,10000C \
| --enable-learn-passwords=y \
| --enable-mysql-replication=y \
| --enable-logging=p \
| --enable-mysql-logging=y \
| --enable-log-name=vpopmail \
| --enable-clear-passwd=y \
| --enable-valias=y \
| --enable-passwd=n \
| --enable-many-domains=n
|
| Sky S.
|
|
|
|
|
|
|



Reply via email to