WHAT THE ????
RYAN M vAN GINNEKEN
rvanginneken at lycos.com
Sat Jun 14 04:31:07 EDT 2003
ok i have been working on this cyrus thing for about a year now
and still cannot get things to work. Please help
mostly i could not creat mail boxes but since the last time i tied that some othe stuff has gon wrong see below.
added the following lines to my /etc/syslog.conf
local6.* /var/log/imapd.log
auth.* /var/log/auth.log
daemon.* /var/log/daemon.log
my /var/log directory listing and permissions are these correct
because i get nothing in my log they are both empty
-rw-r--r-- 1 root wheel 0 Dec 31 19:33 imapd.log
-rw------- 1 root wheel 5555 Jun 14 01:02 auth.log
my imapd.conf file
#==============================================================================
# /usr/local/etc/imapd.conf @v20
#==============================================================================
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: rmvg
sasl_pwcheck_method: saslauthd
#end of file
#==============================================================================
the two directories mentioned in the config file above
are these the right permissions
/var/spool
drwxr-x--- 12 cyrus mail 512 Jun 14 01:23 imap
/var/spool/imap
drwxr-x--- 4 cyrus mail 512 Jan 29 01:51 imap
v20.computerking.ca > /var/spool #su cyrus
%tools/mkimap
tools/mkimap: Command not found.
WHAT THE ??? THIS DOES NOT SEEM TO WORK
%cd /usr/local/cyrus/bin
%mkimap
mkimap: Command not found.
%
STILL NOTHING
%./mkimap
reading configure file...
i will configure directory /var/imap.
i saw partition /var/spool/imap.
done
creating /var/imap...
creating /usr/sieve...
creating /var/spool/imap...
done
%
OK IT WORKS LOOKS GOOD RIGHT
#============================================================================================
#/etc/cyrus.conf @v20 standard standalone server implementation
#=========================================================================================
START {
# do not delete this entry!
recover cmd="ctl_cyrusdb -r"
# this is only necessary if using idled for IMAP IDLE
# idled cmd="idled"
}
# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
# add or remove based on preferences
imap cmd="imapd" listen="imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
pop3s cmd="pop3d -s" listen="pop3s" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0
# at least one LMTP is required for delivery
# lmtp cmd="lmtpd" listen="lmtp" prefork=0
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
# this is only necessary if using notifications
# notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
}
EVENTS {
# this is required
checkpoint cmd="ctl_cyrusdb -c" period=30
# this is only necessary if using duplicate delivery suppression
delprune cmd="ctl_deliver -E 3" at=0400
# this is only necessary if caching TLS sessions
tlsprune cmd="tls_prune" at=0400
}
# end of file
#======================================================================================
So problem #1 is that i get no activity in my log files this is
what syslog sayes at boottime
Jun 13 22:53:03 v20 master[182]: process started
Jun 13 22:53:03 v20 ctl_cyrusdb[187]: recovering cyrus databases
Jun 13 22:53:08 v20 ctl_cyrusdb[187]: done recovering cyrus databases
Jun 13 22:53:08 v20 master[182]: ready for work
Jun 13 22:53:09 v20 ctl_cyrusdb[194]: checkpointing cyrus databases
Jun 13 22:53:09 v20 ctl_cyrusdb[194]: done checkpointing cyrus databases
Jun 13 22:53:15 v20 master[182]: got SIGHUP
Jun 13 22:53:15 v20 ctl_cyrusdb[201]: checkpointing cyrus databases
Jun 13 22:53:15 v20 ctl_cyrusdb[201]: done checkpointing cyrus databases
Jun 13 23:23:16 v20 ctl_cyrusdb[254]: checkpointing cyrus databases
Jun 13 23:23:16 v20 ctl_cyrusdb[254]: done checkpointing cyrus databases
ohoh got a SIGHUP AT 22:53:15 this is new what the?????
OK I WILL TRY AND FIRE HER UP MANUALLY
v20.computerking.ca > /usr/local/cyrus/bin #master &
[2] 48708
[1] Exit 1 cd /usr/local/cyrus/bin/master
[Sat Jun 14] 02:26 AM [1]
v20.computerking.ca > /usr/local/cyrus/bin #su: master: command not found
OK WHAT DOES THAT MEAN NOTHING EVEN HIT THE SYSLOG PLEASE HELP
____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005
More information about the Info-cyrus
mailing list