Re: mail directly from shell

Ingo Boernig <[email protected]> Wed, 02 Mar 2005 17:42:09 +0100
Newsgroups gmane.linux.suse.domino
Message-ID <[email protected]>
Hi,

Admin Notes wrote:
> Hello
> Is there some way to send an E-Mail directly from a linux bash shell 
> with lotus domino as mailer??

Yes and No. ;)

Domino does not come with a "sendmail" binary, that is used by most bash 
clients (mailx, etc.) But you have the following options:

- Install a local MTA (postfix for instance) and configure postfix to 
run on another port (10025 instead of 25, or something similar). Look at 
the postfix documentation for that (hint: /etc/postfix/master.cf). Then 
you can configure your Domino server als relayhost in main.cf.

- you could stop Dominos smtp task and send the mail with a local mailer 
to another domino server in your domain

- you could change the default port of the domino smtp task

- do a "telnet <ip_of_dominoserver> 25" and talk smtp ;)

HTH,
Ingo

> 
> Regards
> Markus

[..bogus disclaimer removed...]

-- 
Ingo Börnig <ingo at boernig.de>        /"\
                                         \ /    ASCII Ribbon Campaign
ask for phone or snail mail              X      against HTML email
                                         / \
GPG-Fingerprint: 2F8B DDFB F2A8 155A 206D  2969 F8FB 3C63 2033 BF32