PDA

View Full Version : I need some help with this



OptimusIRC
06-24-2004, 06:53 PM
*] If you are using EXIM, pico /etc/valiases/domain
you will need to add the following line:

support@domain.com: |/path/to/perldesk/email.cgi

As with sendmail, repeat that line for each
address you want perldesk to manage.


I was wondering what file to edit somthen like that in.

What this does is if you send to that email then it goes through the email.cgi which puts it in our helpdesk.

Thanks
Optimus

toml
06-24-2004, 07:53 PM
Originally posted by OptimusIRC
*] If you are using EXIM, pico /etc/valiases/domain
you will need to add the following line:


pico is an editor like vi, so it looks like the file they want you to edit is /etc/valiases/domain

OptimusIRC
06-24-2004, 08:41 PM
I know.. but that isnt a such file.. I was wondering if someone knew what the real file direct admin uses for the same thing

Optimus

toml
06-24-2004, 08:55 PM
Oh, ok, I understand what you are asking now. The file(s) depends on which domain you are installing perldesk on. If it is the main domain on your server, then you would add the line to /etc/aliases or if it is a virtual domain then it would be /etc/virtual/${domainname}/aliases where ${domainname} is the virtual domain name.

DirectAdmin Support
06-25-2004, 01:06 PM
Hello,

Yes, /etc/virtual/domain.com/aliases

or just create a forwarder as:

"|/path/to/perldesk/email.cgi"

with the quotes.

John