comparison README.qmail @ 748:dfc9ab125fd4

Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
author Chris Webb
date Sun, 03 Oct 2010 21:40:42 +1100
parents 4b62d33f337c
children fdc57c9e5f56
comparison
equal deleted inserted replaced
747:fd77dd58bde1 748:dfc9ab125fd4
24 - enter the control directory for the list (${LISTDIR}/control/), and execute 24 - enter the control directory for the list (${LISTDIR}/control/), and execute
25 the following command: 25 the following command:
26 # cd ${LISTDIR}/control/; echo '-' > delimiter 26 # cd ${LISTDIR}/control/; echo '-' > delimiter
27 - chown and chmod the file according to the mlmmj configuration 27 - chown and chmod the file according to the mlmmj configuration
28 - create dot-qmail files for the list to handle direct requests and extensions: 28 - create dot-qmail files for the list to handle direct requests and extensions:
29 # echo -e "|${BINDIR}/mlmmj-recieve -L ${LISTDIR}" > ${DQFILE} 29 # echo -e "|${BINDIR}/mlmmj-receive -L ${LISTDIR}" > ${DQFILE}
30 - chown and chmod the files according to the qmail (and vpopmail) configuration 30 - chown and chmod the files according to the qmail (and vpopmail) configuration
31 31
32 WARNING: REMEMBER that the delimiter is -, so do not use + when composing mail 32 WARNING: REMEMBER that the delimiter is -, so do not use + when composing mail
33 addresses for extensions!!! 33 addresses for extensions!!!
34 34
51 51
52 # cd /var/spool/mlmmj/ml/control/ 52 # cd /var/spool/mlmmj/ml/control/
53 # echo '-' > delimiter 53 # echo '-' > delimiter
54 # chown vpopmail:vchkpw delimiter 54 # chown vpopmail:vchkpw delimiter
55 # cd /home/vpopmail/domains/programmazione.it/ 55 # cd /home/vpopmail/domains/programmazione.it/
56 # echo -e "|/usr/local/bin/mlmmj-recieve -L /var/spool/mlmmj/ml/" > .qmail-ml 56 # echo -e "|/usr/local/bin/mlmmj-receive -L /var/spool/mlmmj/ml/" > .qmail-ml
57 # cp -a .qmail-ml .qmail-ml-default 57 # cp -a .qmail-ml .qmail-ml-default
58 # cat *-default 58 # cat *-default
59 # chown vpopmail:vchkpw .qmail-ml .qmail-ml-default 59 # chown vpopmail:vchkpw .qmail-ml .qmail-ml-default
60 # chmod 600 .qmail-ml .qmail-ml-default 60 # chmod 600 .qmail-ml .qmail-ml-default
61 61