Page 1 of 1

Returned mail

Posted: Fri Mar 03, 2006 2:58 pm
by dvdwlnd
I know that this is not s Scalix problem but a sendmail problem, but I was hoping that someone could help me out with it. I have Scalix 10 installed on Suse 10 OSS. My problem is that I am getting returned mail from a few isp's like roadrunner and aol. they are rejecting mail on the basis of my residential ip address. Roadrunner's abuse page says to

Add these lines to your sendmail.mc file:

define(`SMART_HOST',`mail.yourisp.net')dnl <--- Your ISP's mail server name goes here
MASQUERADE_AS(yourisp.net)dnl <--- Your ISP's domain name goes here
FEATURE(`allmasquerade')dnl
FEATURE(`masquerade_envelope')dnl

Is this correct, If I add these lines to /etc/sendmail.cf it does not help. And /etc/sysconfig/sendmail I get errors shutting restarting sendmail. Any help is much appreciated
David

Posted: Fri Mar 03, 2006 4:03 pm
by ScalixSupport

Posted: Fri Mar 03, 2006 8:38 pm
by dvdwlnd
Thanks Dave
I have it now I did not make mailertable.db I addes this
. smtp:mail.myisp.net
to the mailertable ran make mailertable.db, restart sendmail and all is well.
Thanks again
David