|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: adi (adi_at_acme.com)
Date: Sat Jul 20 2002 - 11:52:07 CDT
On Sat, Jul 20, 2002 at 08:01:45PM +0700, mydida wrote:
> (/etc/postfix/alias) eg.
> milis-test: "|,,,,qmail-inject
don't use alias_maps, use virtual_maps instead.
just for an example: (fake) domain for qmail is qmail.home.org,
and domain that should be handled by postfix is: home.org.
main.cf:
virtual_maps = regexp:/etc/postfix/virtual_regexp
virtual_regexp:
/^berita(-.*)?
home\.org$/ berita$1
qmail.home.org
it's up to you how to deliver mail from postfix to qmail.
you can arrange a special transport through master.cf
which is call qmail-inject directly or simply use smtp
just like what I do (I have qmail+ezmlm on separate machine).
of course you could arrange qmail-smtpd to listen at other
interface or port etc...etc... it's up to you.
make sure that you specify qmail.home.org in transport_maps
if that domain domain is not resolvable (non fqdn, etc).
good luck! :-)
Regards,
P.Y. Adi Prasaja
-
To unsubscribe, send mail to majordomo
postfix.org with content
(not subject): unsubscribe postfix-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]