postfix install on NetBSD-current ---------- # vipw create user "postfix" and "fml" # $EDITOR /etc/group create "maildrop" # cd /usr/pkgsrc/mail/postfix # make install # cp /usr/pkg/etc/mailer.conf.postfix /etc/mailer.conf # cp -pr /usr/pkg/share/postfix /etc/postfix # $EDITOR /etc/postfix/main.cf myhostname = your host FQDN mydomain = your domain mynetworks = your network IP addresses e.g. 10.0.0.0/28, 127.0.0.1/32 # enable command like "fml" allow_mail_to_commands = alias,forward,include default_privs = fml --------- After postfix, install fml in the same way as "sendmail" case. See the following url for more details of fml installation. ../../INSTALL-e/index.html Copyright (C) 1999 Ken'ichi Fukamachi All rights reserved. $Id: postfix-install.wix,v 1.1.1.1 2000/12/06 03:50:30 fukachan Exp $