[PLUG] Postfix sender question

Jeff_W jgw at tx0.org
Sat Jan 24 21:05:10 UTC 2009


Thiss works for me on NetBSD...

1) add the following to /etc/postfix/main.cf :
smtp_generic_maps = hash:/etc/postfix/generic

2) create/edit /etc/postfix/generic file:
root@<local_hostname>    uberadmin@<some_real_world_domain>

3) generate generic.db, do a check, then reload postfix configs:
# cd /etc/postfix
# sudo postmap generic
# sudo postfix check
# sudo /etc/rc.d/postfix reload


Perms on the various files:
-rw-r--r--  1 root  wheel     96 Sep 11 19:27 generic
-rw-r--r--  1 root  wheel  65536 Jan 14 23:56 generic.db
-r--r--r--  1 root  wheel    857 Jan 21 14:49 main.cf


Jeff



More information about the PLUG mailing list