r1: [svn-inject] Installing original source of amavisd-cn
[amavisd-cn.git] / src / variables.sh
1 PKG=amavisd-cn
2 AHOME=/var/lib/amavis
3 MAILDIR=/etc/mail
4 ALIASES=/etc/aliases
5 sendmail_cf=$MAILDIR/sendmail.cf
6 sendmail_mc=$MAILDIR/sendmail.mc
7 submit_mc=$MAILDIR/submit.mc
8 ct_file=$MAILDIR/trusted-users
9 CRONTAB=/etc/cron.d/$PKG
10 ACONFOLD=/etc/amavisd.conf
11 ACONFMOVED=/etc/amavisd.conf.cn-old
12 ACONF=/etc/amavis/amavisd.conf
13 POSTTMPL=/usr/share/$PKG/amavisd.conf.postfix-template
14 SENDTMPL=/usr/share/$PKG/amavisd.conf.sendmail-template
15 postdiff=/usr/share/$PKG/sendmail-to-postfix.diff
16 BLIST=$AHOME/blacklist_sender
17 WLIST=$AHOME/whitelist_sender
18 # domain is set in postinst
19 host=$(/bin/hostname -f)
20
21 # options for daemons:
22 # name  init.d/script           user    ps name for pgrep -f    pidfile, relative to /var/run   num-fds last-fd-name
23 options='
24 clamd   clamav-daemon           clamav  /usr/sbin/clamd         clamav/clamd.pid                5       clamav.log
25 amavis  amavis.amavisd-new      amavis  amavisd \\(master\\)    amavis/amavisd.pid              5       socket
26 milter  amavisd-new-milter      amavis  /usr/sbin/amavis-milter amavis/amavisd-new-milter.pid   5       socket
27 '
28 # note: pgrep -f takes a regexp, and this is shell expanded once, hence \\