Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: opposite of rmail?

13 views
Skip to first unread message

Andrzej Adam Filip

unread,
Jan 30, 2008, 7:45:51 AM1/30/08
to
Mike <mi...@mikee.ath.cx> writes:

> The man page for rmail says rmail accepts mail from uucp
> that has the commands and envelope data necessary for
> local delivery (or further relaying as is necessary).
> If rmail accepts the remote messages, what command causes
> sendmail to emit the messages for a remote host?
>
> Mike

mta (sendmail) -> uux -> [uucp transfer] -> rmail -> mta (sendmail)

See cf/mailer/uucp.m4 for more details ;-)

BTW rmail uses *UGLY* leading "From " line for passing envelope sender.
It would be nice to create (e.g.) uumail passing envelope sender via
command line argument e.g.
uumail -fse...@example.com -- r...@example.net re...@example.org
with the following for passing empty envelope sender
uumail -f -- r...@example.net re...@example.org

*BUT* I am unaware of existence of any organized *group* continuing uucp
related development.

--
[pl>en: Andrew] Andrzej Adam Filip : an...@priv.onet.pl : an...@xl.wp.pl
Open-Sendmail: http://open-sendmail.sourceforge.net/
The man who sets out to carry a cat by its tail learns something that
will always be useful and which never will grow dim or doubtful.
-- Mark Twain
----
http://groups.google.com/groups?selm=87y7a...@robert.fsf.hobby-site.com

Mike

unread,
Jan 30, 2008, 2:14:15 PM1/30/08
to
In article <87y7a...@robert.fsf.hobby-site.com>, Andrzej Adam Filip wrote:
> Mike <mi...@mikee.ath.cx> writes:
>
>> The man page for rmail says rmail accepts mail from uucp
>> that has the commands and envelope data necessary for
>> local delivery (or further relaying as is necessary).
>> If rmail accepts the remote messages, what command causes
>> sendmail to emit the messages for a remote host?
>>
>> Mike
>
> mta (sendmail) -> uux -> [uucp transfer] -> rmail -> mta (sendmail)
>
> See cf/mailer/uucp.m4 for more details ;-)
>
> BTW rmail uses *UGLY* leading "From " line for passing envelope sender.
> It would be nice to create (e.g.) uumail passing envelope sender via
> command line argument e.g.
> uumail -fse...@example.com -- r...@example.net re...@example.org
> with the following for passing empty envelope sender
> uumail -f -- r...@example.net re...@example.org
>
> *BUT* I am unaware of existence of any organized *group* continuing uucp
> related development.

I have a mandate to put a relay in my DMZ. Mail comes from the net to the
relay and is placed in a queue for the inside (I'm still having problems
putting the messages in a queue... don't have my mouth set right yet).
The mail server on the inside at some frequency (cron) polls the mail
relay in the DMZ for any waiting messages. It's getting messages out of
the mail relay in the DMZ that I want the opposite of rmail(8) for.

net message -> firewall pass through -> dmz -> mail relay -> queue for inside
inside -> mail server -> firewall -> dmz -> mail relay -> regurgitate all waiting messages

Mike

--
Posted via a free Usenet account from http://www.teranews.com

0 new messages