Hi,
/etc/postfix/main.cf file configuration :
transport_maps = ldap:ldaptransport-stores
#
#Transport vers stores#
ldaptransport-stores_server_host = ldap.domain.fr
ldaptransport-stores_server_port = 389
ldaptransport-stores_bind = yes
ldaptransport-stores_bind_dn = binduser
ldaptransport-stores
no
all the message from [EMAIL PROTECTED] to user1 , with sender_bcc
there is a copy to [EMAIL PROTECTED] (user2), it's ok?
with no
[EMAIL PROTECTED] > user1
with sender_bcc
[EMAIL PROTECTED] > user1
and
[EMAIL PROTECTED] > user2
Many thanks
[EMAIL PROTECTED]
hi
It's ossible with sender_bcc
In /etc/postfix/main.cf
add :
sender_bcc_maps = hash:/etc/postfix/sender_bcc
Then edit or create /etc/postfix/sender_bcc in the following format :
[EMAIL PROTECTED] [EMAIL PROTECTED]
and run postmap /etc/postfix/sender_bcc
and posfix reload.
Bye
Stan
HiI
Hi
Maybe with Fallback relay configuration
? In main.cf specify "relay_transport = relay",
? In master.cf specify "-o fallback_relay =" (i.e., empty) at the end
of the relay entry.
With Postfix 2.3 this parameter is renamed to smtp_fallback_relay.
Stan
Hi,
i have question . i m using pos