hi,
in the mc-file I've
define(`SMART_HOST', `smtp:smtp.puretec.de')dnl
define(`LOCAL_RELAY', `smtp:localhost')dnl
with this config all mails will be send to the smart host, also the local ones.
if I change it into
define(`SMART_HOST', `smtp:smtp.puretec.de')dnl
define(`LOCAL_RELAY', `local:localhost')dnl
I get the error
... aliasing/forwarding loop broken (11 aliases deep; 10max)
any idea / tip ?
thanks in advance !
sascha
in the mc-file I've
define(`SMART_HOST', `smtp:smtp.puretec.de')dnl
define(`LOCAL_RELAY', `smtp:localhost')dnl
with this config all mails will be send to the smart host, also the local ones.
if I change it into
define(`SMART_HOST', `smtp:smtp.puretec.de')dnl
define(`LOCAL_RELAY', `local:localhost')dnl
I get the error
... aliasing/forwarding loop broken (11 aliases deep; 10max)
any idea / tip ?
thanks in advance !
sascha