Page 1 of 1

Catchall and mail archiving prob.

Posted: Fri Jan 18, 2008 9:42 am
by neelendhar
Hi,

In Scalix 11.1.0 CE, we created a group called admin, and added three users to it.
In general.cfg, the relevant line reads:
ARCHIVE=bcc:admin@ourdomain.com

Incoming mail is retrieved through fetchmail, and outgoing mail goes directly.
We expect all incoming and outgoing mail to be forwarded to these three users,
through this admin group.

Now, when we send an e-mail, that mail is being forwarded to these users as expected,
through this group. However, we are also getting a mailer daemon message saying:

Message could not be delivered to the following recipient:

admin@ourdomain.com

because: Operation Loop detected during delivery

Please help us locate the problem.

Thank you.

Posted: Sat Jan 19, 2008 3:47 am
by neelendhar
above problem is fixed by replacing the admin group by the user catchall in smtpd.cfg

Code: Select all

ARCHIVE=bcc:catchall@ourdomain.com


then added three different rules for each user for redirecting.