sending mail on lan...
Andrew Oliver
andrewo at liveworld.com
Wed Aug 1 14:45:49 PDT 2007
On Aug 1, 2007, at 2:38 PM, Jerry LeVan wrote:
>
> On Aug 1, 2007, at 5:28 PM, Dan Shoop wrote:
>
>>
>> On Aug 1, 2007, at 4:55 PM, Jerry LeVan wrote:
>>
>>
>>> Grrr,
>>
>>>
>>
>>> I can send mail all over the internet but I can't send
>>
>>> mail to the machines on the local lan :(
>>
>> You don't send mail to machines on the lan you send mail to the
>> server where those machines pick up their mail. That is most lan
>> machines aren't MTAs and MDAs.
>>
>> -dhan
>
> That sounds wonky...I am running postfix on both machines...there
> has to
> be some way to send mail directly from one machine to the other...
>
> Once upon a time, many years ago we had a bunch of AT&T machines and I
> was able to send mail by specifying an actual ip address. "Mail" does
> not seem to like that ;(
I think that's the point - sending mail directly to an IP address is a
non-scalable solution. Once the internet expanded past a few dozen
machines this became apparent.
That said, you can do it - the SMTP standards call for enclosing the
IP address in brackets, so address your mail to:
user@[192.168.1.2]
and it'll go to that server.
Still not sure why you don't want a central solution, though...?
Andrew
:)
More information about the MacOSX-admin
mailing list