From: Dale Dude (no email)
Date: Sun Sep 01 2002 - 09:01:05 EDT
I just started using postfix for inbound (relay only actually for 200
domains). A few users, including myself, need a way to dump mail going only
to certain users of a domain on the postfix relay. We don't want the mail to
bounce yet or actually be relayed to the final machine (mainly because the
pipe between the two is slow and expensive). Ideally, all mail except
determined addresses could go to /dev/null or a transport.
For example:
sent to /dev/null or even a transport.
should relay on to the final destination.
Is this possible? I've looked and there are many ways to do alot of things,
but nothing like this that I could blindly see.
Excuse my ignorance,
Dale
postconf -n:
debug_peer_level = 2
default_destination_concurrency_limit = 30
default_destination_recipient_limit = 50
default_process_limit = 200
inet_interfaces = $myhostname
initial_destination_concurrency = 8
maximal_backoff_time = 10m
maximal_queue_lifetime = 100d
minimal_backoff_time = 5m
mydestination =
myhostname = relay.daledude.com
mynetworks = (IPS REMOVE)
newaliases_path = /usr/bin/newaliases
qmgr_message_active_limit = 20000
qmgr_message_recipient_limit = 20000
readme_directory = no
relay_domains = /etc/postfix/relay_domains
sendmail_path = /usr/sbin/sendmail
smtpd_recipient_restrictions = permit_mynetworks check_relay_domains
transport_maps = hash:/etc/postfix/transport
-
To unsubscribe, send mail to with content
(not subject): unsubscribe postfix-users
|
|
|