<div dir="ltr"><div><div>Seems your missing allot of dependencies, using make fixdeps can help fixing those but to my experience at some point you have to just manually resolve/install those dependencies.<br><br></div>To do so you use this command:<br>
<br>coan -i LWP::UserAgent<br>coan -i Mozilla::CA<br>coan -i Net::SSL<br>coan -i Crypt::SSLeay<br><br></div>When executing these, one by one, you might find that there are other dependencies missing before perl installs the packet you need. So basically, this takes time and in between you need to run make testdeps to see which other dependencies you need to manually install. Or try make fixdeps to see if it can go further then before, but I found just duing this by hand is the more succesful method.<br>
<br>EIther way, trial and error, keep at it untill all dependencies are resolved. Good luck!<br><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/10 mamir <span dir="ltr"><<a href="mailto:mamir@ucdavis.edu" target="_blank">mamir@ucdavis.edu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am seeking desperately some help to figure out the issue I am having after<br>
upgrading  from  RT 4.0.7 to 4.2.1. New RT seems to  working fine other than<br>
mailgate cannot  forward outside email to queues. I can send out the mail<br>
from RT web interface without problems. Rt debug is not giving any useful<br>
logs.<br>
<br>
Here is the tail from sendmail's  log file<br>
<br>
Dec  4 10:17:11 rt-dev sm-mta[13877]: rB4IHA97013875:<br>
to="|/opt/rt4/bin/rt-mailgate --debug --queue mamirtest --action correspond<br>
--url <a href="https://rt-dev.myrt.com" target="_blank">https://rt-dev.myrt.com</a>", ctladdr=<<a href="mailto:mamirtest@rt-dev.myrt.com">mamirtest@rt-dev.myrt.com</a>> (8/0),<br>
delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=35334, dsn=4.0.0,<br>
stat=Deferred: prog mailer (/bin/sh) exited with EX_TEMPFAIL<br>
<br>
Here is the result of make testdeps RT mailgate stop working after I run<br>
make fixdeps.<br>
users:<br>
        rt group (www-data) ...found<br>
        bin owner (root) ...found<br>
        libs owner (root) ...found<br>
        libs group (bin) ...found<br>
        web owner (www-data) ...found<br>
        web group (www-data) ...found<br>
CLI dependencies:<br>
        Text::ParseWords ...found<br>
        Term::ReadKey ...found<br>
        Getopt::Long >= 2.24 ...found<br>
        HTTP::Request::Common ...found<br>
        Term::ReadLine ...found<br>
        LWP ...found<br>
CORE dependencies:<br>
        Storable >= 2.08 ...found<br>
        Encode >= 2.39 ...found<br>
        Crypt::Eksblowfish ...MISSING<br>
        Module::Versions::Report >= 1.05 ...found<br>
        List::MoreUtils ...found<br>
        Errno ...found<br>
        DBI >= 1.37 ...found<br>
        Devel::StackTrace >= 1.19 ...found<br>
        HTTP::Message >= 6.0 ...MISSING<br>
        Text::Password::Pronounceable ...found<br>
        Devel::GlobalDestruction ...found<br>
        Time::ParseDate ...found<br>
        IPC::Run3 ...found<br>
        Tree::Simple >= 1.04 ...found<br>
        HTML::Scrubber >= 0.08 ...found<br>
        HTML::Quoted ...found<br>
        Sys::Syslog >= 0.16 ...found<br>
        Mail::Mailer >= 1.57 ...found<br>
        Data::GUID ...MISSING<br>
        HTML::Mason >= 1.43 ...found<br>
        HTML::Entities ...found<br>
        LWP::Simple ...found<br>
        Symbol::Global::Name >= 0.04 ...MISSING<br>
        DateTime::Format::Natural >= 0.67 ...MISSING<br>
        Plack >= 1.0002 ...MISSING<br>
        File::Glob ...found<br>
        Class::Accessor >= 0.34 ...found<br>
        Text::Wrapper ...found<br>
        Regexp::Common::net::CIDR ...found<br>
        Log::Dispatch >= 2.30 ...MISSING<br>
        HTML::FormatText::WithLinks::AndTables ...MISSING<br>
        DateTime >= 0.44 ...found<br>
        CGI::Emulate::PSGI ...found<br>
        Text::Quoted >= 2.07 ...MISSING<br>
        Regexp::IPv6 ...found<br>
        CGI >= 3.38 ...found<br>
        CSS::Squish >= 0.06 ...found<br>
        DateTime::Locale >= 0.40 ...found<br>
        CGI::PSGI >= 0.12 ...found<br>
        Apache::Session >= 1.53 ...found<br>
        Date::Extract >= 0.02 ...MISSING<br>
        Digest::SHA ...found<br>
        HTML::Mason::PSGIHandler >= 0.52 ...found<br>
        MIME::Entity >= 5.504 ...MISSING<br>
        Locale::Maketext::Lexicon >= 0.32 ...found<br>
        Module::Refresh >= 0.03 ...MISSING<br>
        Role::Basic >= 0.12 ...MISSING<br>
        Digest::base ...found<br>
        File::Temp >= 0.19 ...found<br>
        Date::Manip ...MISSING<br>
        Locale::Maketext >= 1.06 ...found<br>
        HTML::RewriteAttributes >= 0.05 ...MISSING<br>
        Text::Template >= 1.44 ...found<br>
        CGI::Cookie >= 1.20 ...found<br>
        Scalar::Util ...found<br>
        XML::RSS >= 1.05 ...found<br>
        File::Spec >= 0.8 ...found<br>
        Text::WikiFormat >= 0.76 ...found<br>
        DBIx::SearchBuilder >= 1.65 ...MISSING<br>
        File::ShareDir ...found<br>
        Regexp::Common ...found<br>
        Digest::MD5 >= 2.27 ...found<br>
        HTML::FormatText::WithLinks >= 0.14 ...MISSING<br>
        Mail::Header >= 2.12 ...MISSING<br>
        Locale::Maketext::Fuzzy >= 0.11 ...MISSING<br>
        Time::HiRes ...found<br>
        Email::Address::List ...MISSING<br>
        Net::CIDR ...found<br>
        JSON ...found<br>
        UNIVERSAL::require ...found<br>
        Email::Address >= 1.897 ...MISSING<br>
        Plack::Handler::Starlet ...found<br>
DASHBOARDS dependencies:<br>
        URI::QueryParam ...found<br>
        URI >= 1.59 ...found<br>
        MIME::Types ...found<br>
FASTCGI dependencies:<br>
        FCGI::ProcManager ...found<br>
        FCGI >= 0.74 ...found<br>
GD dependencies:<br>
GD::Text ...found<br>
        GD ...found<br>
        GD::Graph >= 1.47 ...MISSING<br>
GPG dependencies:<br>
        File::Which ...MISSING<br>
        PerlIO::eol ...found<br>
        GnuPG::Interface ...found<br>
ICAL dependencies:<br>
        Data::ICal ...found<br>
MAILGATE dependencies:<br>
        Pod::Usage ...found<br>
        LWP::UserAgent >= 6.0 ...MISSING<br>
        Crypt::SSLeay ...MISSING<br>
        Getopt::Long ...found<br>
        Net::SSL ...MISSING<br>
        LWP::Protocol::https ...found<br>
        Mozilla::CA ...MISSING<br>
PG dependencies:<br>
        DBD::Pg >= 1.43 ...found<br>
SMIME dependencies:<br>
        String::ShellQuote ...MISSING<br>
        File::Which ...MISSING<br>
        Crypt::X509 ...MISSING<br>
USERLOGO dependencies:<br>
        Convert::Color ...found<br>
<br>
SOME DEPENDENCIES WERE MISSING.<br>
MAILGATE missing dependencies:<br>
        LWP::UserAgent >= 6.0 ...MISSING<br>
        Mozilla::CA ...MISSING<br>
        Net::SSL ...MISSING<br>
        Crypt::SSLeay ...MISSING<br>
SMIME missing dependencies:<br>
 Crypt::X509 ...MISSING<br>
        File::Which ...MISSING<br>
        String::ShellQuote ...MISSING<br>
GPG missing dependencies:<br>
        File::Which ...MISSING<br>
GD missing dependencies:<br>
        GD::Graph >= 1.47 ...MISSING<br>
CORE missing dependencies:<br>
        Text::Quoted >= 2.07 ...MISSING<br>
        DBIx::SearchBuilder >= 1.65 ...MISSING<br>
        Crypt::Eksblowfish ...MISSING<br>
        Data::GUID ...MISSING<br>
        MIME::Entity >= 5.504 ...MISSING<br>
        Date::Extract >= 0.02 ...MISSING<br>
        Symbol::Global::Name >= 0.04 ...MISSING<br>
        HTML::FormatText::WithLinks >= 0.14 ...MISSING<br>
        DateTime::Format::Natural >= 0.67 ...MISSING<br>
        Plack >= 1.0002 ...MISSING<br>
        Module::Refresh >= 0.03 ...MISSING<br>
        Role::Basic >= 0.12 ...MISSING<br>
        Mail::Header >= 2.12 ...MISSING<br>
        Locale::Maketext::Fuzzy >= 0.11 ...MISSING<br>
        Email::Address::List ...MISSING<br>
        HTTP::Message >= 6.0 ...MISSING<br>
        Log::Dispatch >= 2.30 ...MISSING<br>
        HTML::FormatText::WithLinks::AndTables ...MISSING<br>
        Date::Manip ...MISSING<br>
        HTML::RewriteAttributes >= 0.05 ...MISSING<br>
        Email::Address >= 1.897 ...MISSING<br>
<br>
Perl library path for /usr/bin/perl:<br>
    /etc/perl<br>
    /usr/local/lib/perl/5.10.1<br>
/usr/lib/perl5<br>
    /usr/share/perl5<br>
    /usr/lib/perl/5.10<br>
    /usr/share/perl/5.10<br>
    /usr/local/lib/site_perl<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://requesttracker.8502.n7.nabble.com/mailgate-cannot-forward-emails-to-queses-after-upgrade-from-4-0-7-to-4-2-1-EX-TEMPFAIL-error-tp56008.html" target="_blank">http://requesttracker.8502.n7.nabble.com/mailgate-cannot-forward-emails-to-queses-after-upgrade-from-4-0-7-to-4-2-1-EX-TEMPFAIL-error-tp56008.html</a><br>

Sent from the Request Tracker - User mailing list archive at Nabble.com.<br>
</blockquote></div><br><br clear="all"><br>-- <br>Bart G.
</div>