[rt-users] Re: RT 3.2.2 and Sendmail
Richard Ellis
Richard.Ellis at Sun.COM
Wed Feb 2 04:16:09 EST 2005
These three lines from our RT_Siteconfig.pm work fine.
$MailCommand="sendmail";
$SendmailPath="/usr/lib/sendmail";
$SendmailArguments="-oi -t";
check you have all three in yours as the options line is usually fairly
important.
> Message: 5
> Date: Wed, 02 Feb 2005 01:34:47 +0300
> From: "Ruslan U. Zakirov" <Ruslan.Zakirov at acronis.com>
> Subject: Re: [rt-users] RT 3.2.2 and Sendmail
> To: "J. Rashaad Jackson" <jjackson at campbell-ewald.com>
> Cc: rt-users at lists.bestpractical.com
> Message-ID: <42000407.2020002 at acronis.com>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
> May be user under which apache is running still has no right to read
> /usr/lib?
>
> try next:
> sudo -u apache /usr/lib/sendmail
>
> I hope you did restart apache after config changes.
>
> J. Rashaad Jackson wrote:
> > My sendmail path is as follows:
> >
> > # ls -la /usr/lib/sendmail
> > -r-sr-xr-x 1 root bin 761388 Sep 24 2003 /usr/lib/sendmail
> > # file /usr/lib/sendmail
> > /usr/lib/sendmail: ELF 32-bit MSB executable SPARC Version 1,
> > dynamically linked, stripped
> >
> > Which is what it's set to in my RT_SiteConfig.pm
> >
> > # grep "/usr/lib/sendmail" /usr/local/rt/etc/RT_SiteConfig.pm
> > Set($SendmailPath , "/usr/lib/sendmail");
> >
> > And still I get this error. Any other ideas?
> >
> > Mike Patterson wrote:
> >
> >> Type "which sendmail", to see what your sendmail path is.
> >>
> >> Then type that path in your your variable in your
> >> /rtinstalldir/etc/RT_SiteConfig.pm
> >>
> >> e.g.: for me (FreeBSD 4.11) it's /usr/sbin/sendmail
> >>
> >> # which sendmail
> >> /usr/sbin/sendmail
> >>
> >>>
> >>
> >
> > _______________________________________________
> > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> >
> > RT Administrator and Developer training is coming to your town soon! (Boston, San Francisco, Austin, Sydney) Contact training at bestpractical.com for details.
> >
> > Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
>
More information about the rt-users
mailing list