Menu

#7 E-mail report doesn't send to multiple addresses

closed-fixed
None
5
2006-06-22
2006-05-11
Eric
No

In the configuration file if I set the ADMIN_EMAIL line
to the following:

ADMIN_EMAIL = <Address 1>,<Address 2>,<Address 3>
or
ADMIN_EMAIL = <Address 1>;<Address 2>;<Address 3>

The first address on the list will recieve an e-mail
with everyone else listed properly in the To: field but
no one else will receive an e-mail.

If spaces are used then no e-mail is sent at all.

The e-mail addresses that have been tried are two on
the same domain (the first working fine the second not
getting an e-mail), a third on a seperate domain
external to the server and a fourth at gmail.com. Any
address will only receive an e-mail if it is first in
the configuration but none after will get one.

Discussion

  • Phil Schwartz

    Phil Schwartz - 2006-06-22
    • assigned_to: nobody --> phil_schwartz
    • status: open --> closed-fixed
     
  • Phil Schwartz

    Phil Schwartz - 2006-06-22

    Logged In: YES
    user_id=420501

    DenyHosts 2.5 supports multiple email recipients for the
    ADMIN_EMAIL settings. Each address should be delimited by a
    comma:

    ADMIN_EMAIL: foo@bar.com, bar@foo.com, etc@foobar.com

     

Log in to post a comment.