[rt-users] apache auth and /etc/aliases

Jan Algermissen jalgermissen at topicmapping.com
Mon Jul 12 16:40:28 EDT 2004


Mike Patterson wrote:

> - Can I make mailgate pass a username and password (just for ticket
> creation purposes)?

Hi Mike,

I changed rt-mailgate directly:

around line 426:

[...]
undef $/;
my $ua      = LWP::UserAgent->new();

#-----------------------
# ADD THE FOLLOWING LINE
$ua->credentials('host:port','Realm','user','pass');

$ua->cookie_jar( { file => $opts{jar} } );

[...]

HTH (as least to get your site going quickly)

JAn



More information about the rt-users mailing list