Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

forwarding loop broken

Status
Not open for further replies.

okm

IS-IT--Management
Sep 2, 2002
20
DE
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

 
found a way by myself.
so for others who have the same problem:

i deleted the hole line
define(`LOCAL_RELAY', `local:localhost')dnl
, because sendmail is using local by default for local_relay

then it worked fine !

sascha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top