On Sat, 12 Jan 2002 18:53:46 -0500
Bill Day <[EMAIL PROTECTED]> spewed into the bitstream:

> I seem to be unbale to send outside the local intranet with Sendmail
> 
> Works great for incoming mail, i.e  [EMAIL PROTECTED] to [EMAIL PROTECTED]
> and [EMAIL PROTECTED] to [EMAIL PROTECTED] works as well.
> 
> but if anyone all users with an account) try to send any mail out of my 
> domain.com to anydomain.com, rejected by the local server and cant be
> sent.
> 
> Incoming(Outside in):
> 
> Jan 12 18:48:43 linuxbox sendmail[18766]: SAA18766:
> from=<[EMAIL PROTECTED]>, size=1000, class=0, pri=31000, nrcpts=1, 
> msgid=<002701c19bc9$2ce93fa0$[EMAIL PROTECTED]>, proto=ESMTP, 
> relay=mail1.abcs.com [206.160.232.150] (may be forged)
> Jan 12 18:48:43 linuxbox sendmail[18767]: SAA18766:
> to=<[EMAIL PROTECTED]>, delay=00:00:02, xdelay=00:00:00, mailer=local,
> relay=local, stat=Sent Jan 12 18:48:48 linuxbox ipop3d[18769]: pop3
> service init from 192.168.0.2 Jan 12 18:48:48 linuxbox ipop3d[18769]:
> Login user=bill host=bill [192.168.0.2] nmsgs=1/1
> Jan 12 18:48:48 linuxbox ipop3d[18769]: Logout user=bill host=bill 
> [192.168.0.2] nmsgs=0 ndele=1
> 
> Outgoing(Inside out):
> 
> Jan 12 18:49:01 linuxbox sendmail[18771]: SAA18771: ruleset=check_rcpt, 
> arg1=<[EMAIL PROTECTED]>, relay=bill [192.168.0.2], reject=550 
> <[EMAIL PROTECTED]>... Relaying denied
> Jan 12 18:49:01 linuxbox sendmail[18771]: SAA18771: 
> from=<[EMAIL PROTECTED]>, size=0, class=0, pri=0, nrcpts=0,
> proto=SMTP, relay=bill [192.168.0.2]
> 
> Domain exchange(Inside domain):
> 
> Jan 12 18:49:28 linuxbox sendmail[18773]: SAA18773: 
> from=<[EMAIL PROTECTED]>, size=821, class=0, pri=30821, nrcpts=1, 
> msgid=<003801c19bc9$498e9f60$[EMAIL PROTECTED]>, proto=SMTP, relay=bill 
> [192.168.0.2]
> Jan 12 18:49:28 linuxbox sendmail[18774]: SAA18773: 
> to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (500/100), 
> delay=00:00:01, xdelay=00:00:00, mailer=local, relay=local, stat=Sent
> 
> This is all I can find.  Im sure it something that Im missing....

yep:

create a file called /etc/[send]mail/access
put the following line in it:
192.168.0.2     RELAY
or alternately:
daysdomain.com  RELAY

(for the above daysdomain.com to work, you'll need DNS resolving to your
192.168.0 addresses)

then:
makemap hash access.db < access

Now try to send mail (should work).  You don't even need to restart
sendmail.

> 
> TIA,
> 
> -- 
>   Bill Day ( a.k.a. BadMan )          188133 http://counter.li.org
>   
>   Our crystal tears now fall upon the ashes, but from the dust shall
>   grow a spirit, to be in compassion for those who are lost, and one in
>   determination to break those who dare test our resolve to be free...
>   9/11/01
>   
>   http://www.daysdomain.com/tribute.html
>   
>   6:30pm  up 164 days,  9:01, 14 users,  load average: 0.00, 0.02, 0.00
> _______________________________________________
> Linux-users mailing list
> Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto
Internet (H323) phone: 206.28.187.30
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to