Please enable JavaScript to view this site.

MDaemon Messaging Server 21.0

Navigation: Setup Menu > Mailing List Manager > Mailing List Editor

Routing

Scroll Prev Top Next More

Routing

Deliver list mail to each member individually

If selected, when messages are received for distribution to the list, a separate copy of each message will be created and dispatched to each list member. This will result in numerous individual messages being created which could affect the server's performance, depending on the size of the list and the load on the server. This option is selected by default.

Replace Message-ID with unique value for each member

When MDaemon is set to generate a separate copy of each message for each member, click this checkbox if wish each of those messages to have a unique Message-ID. This option is disabled by default and is not recommended unless you have special circumstances that require it.

Replace macros found within message body

Enable this option if you wish to allow the use of special macros in mailing list messages. When a macro is found, MDaemon will replace it with the corresponding value the macro represents, for each separate message before sending it to each list member.

...but only when the sender provides the list's password

When allowing macros within the message body, click this option if you wish to require the list's password in order for someone to use macros in their message. When this option is disabled, anyone who can send a message to the list will be able to use macros.

Macros:

$LISTNAME$

The name of the list, or the "mailbox" portion of the list's address (e.g. "MyList" of MyList@example.com).

$LISTDOMAIN$

The list's domain (e.g. "example.com" of MyList@example.com).

$SENDER$

The message sender's email address.

$FULLNAME$

$FIRSTNAME$

$LASTNAME$

The list member's full name, first name, or last name, respectively (if available).

$EMAIL$

The list member's email address.

Deliver list mail using individual RCPT commands for each member

If selected, MDaemon will route a single copy of each list message to the specified smart host, rather then send individual messages to each member. This method employs multiple RCPT To statements during the SMTP session with the specified host.

Deliver to this host

Designate the smart host to which you wish to pass all of the list's messages for delivery, using RCPT To statements for each member.

AUTH Logon/Password

Any logon credentials required by the host.

Limit RCPTs to [xx] per message (0=no limit)

Some hosts limit the number of RCPT To statements that they will accept when you are attempting to route a single copy of a message through them. If you specify the limit in this control then MDaemon will work around it by creating additional copies of the message and dividing the list into smaller groups. Then it will deliver the message to those groups thus avoiding the need to exceed the limitation. This is similar to the Deliver list mail to each member individually option above, but it generates less copies, sending each copy to groups of addresses rather than generating a separate copy for each member.

Ignore RCPT errors when sending to host

Since some smart hosts will refuse to queue or spool mail for certain domains, the routed approach to list delivery could cause numerous problems. An error code returned from the smart host as a result of this refusal would ordinarily cause MDaemon to abort the delivery attempt. Check this option if you want MDaemon to ignore error codes returned from the smart host during delivery of routed list mail, thus allowing those members that are accepted a chance to receive the message.