After much hell I finally managed to get majordomo behaving... sort of
The lists appear to be working fine but every single message through
the server generates a "MAJORDOMO ABORT (mj_majordomo)" message
--[ msg ]--
MAJORDOMO ABORT (mj_majordomo)!!
Majordomo@???: not replying to Mailer-Daemon to avoid mail loop
--[ msg ]--
Any ideas?
--[ exim.conf fragments ]--
--------------------------------------------------------------------
# Configuration for relay3
# --------------------------------------------------------------------
HOSTNAME = relay3.ftech.net
INTERFACE = 195.200.0.98
# qualify_recipient =
# local_interfaces = INTERFACE
local_domains = "HOSTNAME:backoffice.terra.net.uk:backoffice.ftech.net"
# --------------------------------------------------------------------
# MAIN CONFIGURATION SETTINGS #
# --------------------------------------------------------------------
primary_hostname = HOSTNAME
qualify_domain = HOSTNAME
# local_domains_include_host_literals
#
# -oX <number> on the command line
#
# daemon_smtp_service = 2525
daemon_smtp_service = 25
[.....snip ........]
######################################################################
# DIRECTORS CONFIGURATION #
######################################################################
system_aliases:
driver = aliasfile
file = /etc/aliases
search_type = lsearch
majordomo_aliases:
driver = aliasfile
file = /usr/exim/aliases.list
search_type = lsearch
user = majordom
group = majordom
majordomo_private:
driver = aliasfile
file = /usr/exim/private.list
search_type = lsearch
user = majordom
group = mail
condition = "${if eq {$received_protocol}{local} \
{${if eq {$sender_ident}{majordom} \
{true}{false}}}{false}}"
--[ exim.conf fragments ]--
--
Mark Lowes <hamster@???> http://hamster.wibble.org/
Wibble.org http://www.wibble.org/
Lspace.org http://www.lspace.org/
--
*** Exim information can be found at
http://www.exim.org/ ***