]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/support/pop/mmdfII/READ-ME
Since our last caller of getlocaladdr() was removed, garbage-collect this
[nmh] / docs / historical / mh-6.8.5 / support / pop / mmdfII / READ-ME
1 1. In src/Makefile, add pop to SUBDIR, so it looks something like:
2
3 SUBDIR= tools uip submit deliver local phone pobox bboards pop smtp uucp
4
5
6 2. In mmdftailor, add these lines
7
8 MTBL pop, file="pop", show="POP service"
9 MDMN POP, show="POP Psuedo-domain", table="POP"
10 MCHN pop, show="POP Delivery", que=pop, tbl=pop,
11 pgm=pop, mod=reg, ap=822, host="pop"
12
13
14 3. Create the table for the POP channel, one line:
15 pop: pop
16
17 4. Run dbmbuild
18
19 5. In your mmdf.start file, either add the pop channel to an
20 existing background deliver, or give it one of its own:
21
22 deliver -b -cpop &