|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Wietse Venema (wietse
porcupine.org)
Date: Fri Dec 21 2007 - 10:06:17 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andrew Long:
> This server typically accepts no mail from the internet but is a
> selective relay for relay-ip's. This led to problems with not
> accepting abuse and postmaster. With help from group, I created
> /etc/postfix/roleacount (and db) as follows:
> abuse
host.domain.com OK
> postmaster
host.domain.com OK
> abuse
domain.com OK
> postmaster
domain.com OK
Instead of creating an access map without telling Postfix how
to deliver the mail, create virtual aliases (NOT VIRTUAL ALIAS
DOMAINS) that tell Postfix where to deliver the mail.
/etc/postfix/main.cf:
virtual_alias_maps = hash:/etc/postfix/virtual
/etc/postfix/virtual:
abuse
host.domain.com abuse
example.com
postmaster
host.domain.com postmaster
example.com
Where example.com is the domain to sent this mail to.
Wietse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]