PDA

View Full Version : Need to implement this but...


etegration
06-05-2004, 12:55 PM
It says to do this:

Last step is setting up your email gateway.

If your using qmail, simply edit your .qmail-support for the domain you wish to be your gateway.
Add this line to your dot-qmail.
| /your/path/to/openticket.pl

For sendmail users, edit your aliases file and add this line.
support: root,"|/path/to/your/openticket.pl"
and than run, "newaliases"



But we're running Exim on our servers via DA's installation right? But i also read in this forums that there's something call a sym link from Exim to Sendmail? Anyway to implement the following then?

For sendmail users, edit your aliases file and add this line.
support: root,"|/path/to/your/openticket.pl"
and than run, "newaliases"

DirectAdmin Support
06-05-2004, 01:34 PM
Hello,

In DA, you'd create a forwarder pointing to:

"|/path/to/your/openticket.pl"

exactly as shown, with quotes.

John

etegration
06-06-2004, 11:52 PM
Originally posted by DirectAdmin Support
Hello,

In DA, you'd create a forwarder pointing to:

"|/path/to/your/openticket.pl"

exactly as shown, with quotes.

John

Hi John, which file do i edit to add that?

jlasman
06-07-2004, 03:02 PM
You create it as a forwarder, in the web-based interface.

Jeff