haraka-plugin-autobcc
v1.0.2
Published
Add BCC to the outgoing messages.
Readme
haraka-plugin-autobcc
INSTALL
cd /path/to/local/haraka
npm install haraka-plugin-autobcc
echo "autobcc" >> config/plugins
service haraka restartConfiguration
You must create configuration for the sender in config/autobcc.ini. The following configuration
will add "RCPT TO: <[email protected]> when Haraka receives MAIL FROM: <[email protected]> from
the client.
[main]
; Whether to BCC the user sending this message (checks connection.notes.auth_user)
bcc_auth_user = true
[mail_from]
[email protected][email protected]
[email protected][email protected], [email protected]