Recently I was reading the cyrus-imap howto, and the included excerpt
included instructions for sendmail or postfix. What's the equivalent I need
for qmail? Thanks.
<exerpt>
6.3 More configuration file editing
Edit /etc/services and check for the following lines. If they do not exist,
add them: pop3 110/tcp
imap 143/tcp
imsp 406/tcp
kpop 1109/tcp
sieve 2000/tcpEdit /etc/inetd.conf and comment out any imap and
pop3 lines and add the following: imap stream tcp nowait
cyrus /usr/cyrus/bin/imapd imapd
pop3 stream tcp nowait cyrus /usr/cyrus/bin/imapd
pop3dEdit /etc/sendmail.mc with care not to add extra spaces and add the
following lines(do not copy and paste directly from this text as the tabs
won't be added correctly): MAILER(local)
MAILER(cyrus)
define(`confLOCAL_MAILER',`cyrus')
LOCAL_RULE_0
R$=N $: $#local $: $1
R$=N < @ $=w . > $: $#local $: $1
Rbb + $+ < @ $=w . > $#cyrusbb $: $1 Use tabs to separate the data (i.e.
R$=N has three tabs between it and $: $#local $: $1) Then run: m4 sendmail.mc
> sendmail.cfEdit /etc/group and add the user daemon to the mail group.6.4 If
you use postfix instead of sendmail
Postfix is a mail-deliver alternative to sendmail. Most linux installations
use sendmail by default. If you use postfix, ignore configuration #3 from the
last section and uncomment or add the following line in
/etc/postfix/master.cf
cyrus unix - n n - - pipe flags=R
user=cyrus argv=/usr/sbin/cyrdeliver -e -m ${extension} ${user}
Also add or uncomment this line in /etc/postfix/main.cf
</excerpt>
--
Casey Allen Shobe / ASI Technologies
[EMAIL PROTECTED] / [EMAIL PROTECTED]
UIN: 1494523 / IRC: cshobe / http://cshobe.myip.org
Slackware 7.1 / Linux Echelon-Pro 2.4.0-test8 i686