Answer: Put a list of addresses into ~me/.qmail-sos, one per line. Then incoming mail for me-sos will be forwarded to each of those addresses. You should also touch ~me/.qmail-sos-owner so that bounces come back to you rather than the original sender.
Alternative: ezmlm is a modern mailing list manager, supporting automatic subscriptions, confirmations, archives, fully automatic bounce handling (including warnings to subscribers saying which messages they've missed), and more.
Answer: Use .qmail-p:d:q:bach. Dots are converted to colons, and uppercase is converted to lowercase.
Answer: Install the dot-forward package.
Answer: Install the fastforward package.
To make majordomo 1.94.* work with qmail under fastforward, insert
system("newinclude","$listdir/$clean_list");before the lclose(LIST) line in do_subscribe and do_unsubscribe in majordomo. See ftp://ftp.eyrie.org/pub/software/majordomo/mjqmail and http://www.qmail.org for other methods of using majordomo with qmail. majordomo 2.0 is expected to support qmail directly.
Answer: Build a qmail-users database, so that qmail no longer checks home directories and the password database. This takes three steps. First, put your complete user list (including local and NIS passwords) into /var/qmail/users/passwd. Second, run
qmail-pw2u -h < /var/qmail/users/passwd > /var/qmail/users/assignHere -h means that every user must have a home directory; if you happen to run qmail-pw2u during an NFS outage, it will print an error message and stop. Third, run
qmail-newuMake sure to rebuild the database whenever you change your user list.
Answer: If you run
chown root ~wwwthen qmail will no longer consider www to be a user; see /var/qmail/man/cat8/qmail-getpw.0. For more precise control over address assignments, see /var/qmail/man/cat5/qmail-users.0.
Answer: Users can run
| preline procmailfrom ~/.qmail. They will need to use a full path for procmail unless procmail is in the system's startup PATH.
If you are moving from sendmail, and users have procmail in their .forward files: procmail will continue to work from .forward files if you have installed dot-forward.
If you are moving from sendmail, and sendmail was using procmail instead of binmail: Copy /var/qmail/boot/proc or /var/qmail/boot/proc+df to /var/qmail/rc.
Answer: Users can run
| preline filterfrom ~/.qmail. They will need to use a full path for filter unless filter is in the system's startup PATH.
Answer: Put
| forward "$LOCAL@bigbang.af.mil"into ~alias/.qmail-default.