Need to implement this but...

etegration

Verified User
Joined
Jan 22, 2004
Messages
139
Location
Singapore
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"
 
Hello,

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

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

exactly as shown, with quotes.

John
 
DirectAdmin Support said:
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?
 
You create it as a forwarder, in the web-based interface.

Jeff
 
Back
Top