Mercurial > hg > Applications > mh
view support/pop/mmdfII/READ-ME @ 12:441a2190cfae
Lion fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 Apr 2012 13:10:49 +0900 |
parents | bce86c4163a3 |
children |
line wrap: on
line source
1. In src/Makefile, add pop to SUBDIR, so it looks something like: SUBDIR= tools uip submit deliver local phone pobox bboards pop smtp uucp 2. In mmdftailor, add these lines MTBL pop, file="pop", show="POP service" MDMN POP, show="POP Psuedo-domain", table="POP" MCHN pop, show="POP Delivery", que=pop, tbl=pop, pgm=pop, mod=reg, ap=822, host="pop" 3. Create the table for the POP channel, one line: pop: pop 4. Run dbmbuild 5. In your mmdf.start file, either add the pop channel to an existing background deliver, or give it one of its own: deliver -b -cpop &