Re: Domino on Fedora

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 19, 2009 at 09:35:26PM +0000, James Wilkinson wrote:
> Sender: fedora-list-bounces@xxxxxxxxxx
> 
> Tom Van Looy wrote:
> > Hi
> >
> > We are installing Domino on Fedora (9).  The (IBM and Redhat) manuals
> > tell you to disable sendmail and remove it from the runlevels.
> >
> > Great! But, ... that breaks all the housekeeping stuff right? How do we
> > need to configure things to make sure the mail command, cron, logwatch,
> > etc. keep working?
> 
> Phil Meyer wrote:
> > As long as 'something' is listening on port 25, those reports should work.
> 
> I believe that isn’t technically correct. The standard Unix utilities
> Tom mentioned don’t normally use SMTP: they run /usr/sbin/sendmail
> (either directly or indirectly).
> 
> I don’t know whether Domino provides a /usr/sbin/sendmail command: if it
> does, the chances are these programs will just work.
> 
> If not, it’s possible that you could keep sendmail installed but not
> running as a daemon: I believe it will deliver locally and make one mail
> submission attempt if it is just run as /usr/sbin/sendmail. (If the
> computer it’s trying to send email to is down, it won’t retry, though).
> Or you could try ssmtp, which is designed for this sort of purpose.
> 
> Another option is mentioned in man crond:
>     -m  This  option allows you to specify a shell command string to use
>         for sending cron mail output instead of sendmail(8).  This com-
>         mand  must  accept a fully formatted mail message (with headers)
>         on stdin and send it as a mail message to the recipients speci-
>         fied in the mail headers.
> 
> A look at /etc/init.d/crond suggests that an executable file called
> /etc/sysconfig/crond with this line in it:
> CRONDARGS=’-m /path/to/sendmail-like-command’
> will allow you to specify cron arguments in a way that won’t get
> over-written by system updates.
> 
> Logwatch runs from cron, so fixing cron will fix logwatch.
> 
> For the mail command, mailx suggests /etc/mailrc gives you the option to
> send email via SMTP.
> 
> Note that the cronie RPM requires /usr/sbin/sendmail by name: if you
> want to remove the sendmail package entirely, you’ll either have to
> rpm -e --force it, or install something like ssmtp (which provides
> /usr/sbin/sendmail).
> 

Local delivery can be done with procmail.
Nothing has to listen on 25.

Go with the documented solution and if needed pull sendmail back into the 
system...   In some ways this should be very much the same as switching
from sendmail to postfix i.e.

    Postfix is a Mail Transport Agent (MTA)

A google or yahoo search of "domino MTA"
does find links that support my assertion
that Domino is a Mail Transoport Agent.


Poor old Charlie on the MTA.... Will he ever return.


-- 
	T o m  M i t c h e l l 
	Found me a new hat, now what?


-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux