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

[cobalt-users] RAQ2 pathproblem aliases



Hello,
I have a problem when installing keystone, a helpdesk app.

The install manual told me the following:
---------------------------------------------------------------------
Edit the system aliases file for the server running Keystone. In most systems, this will be in
/etc/aliases. Create the following entries:

keystone: "|/apache/htdocs/keystone/perl/keymail.pl -mailinfo";
---------------------------------------------------------------------
my absolute path for example is

/home/sites/site1/web/keystone/perl/keymail.pl

I tried:

keystone: "|/home/sites/site1/web/keystone/perl/keymail.pl -mailinfo";

When I try to do that in aliases mail comes
back with undeliverable

What is the substituded Path?

Armin Popp