softPHP
Advanced Software Made Simple
Currency
€ £ $

Shopping Cart

0 item(s) - $0.00
Your shopping cart is empty!
Welcome visitor you can login or create an account.
My AccountShopping CartCheckout
  • Home
  • JooCart
  • JooTicket
  • jCommerce
  • FAQ
  • Support
  • Reviews and Live Sites
  • Latest News

SUPPORT TICKET SYSTEM

  • Knowledge Base
  • Ticket Status
  • New Ticket
  • Home

General Procedural Questions


Question: How can I set Email Piping?
Answer: 

Email Piping

The email piping is a technique of sending email message as an input to a program rather than appending the message to the mailbox file, allowing for real-time email delivery and handling. Every mail server has its own rules and procedures for mail delivery, making it hard to provide common instructions for configuring an MTA. You should refer to your hosting manual or contact your hosting provider for email piping instructions if none of the methods below works for you.

  • osTicket supports both remote and local piping
  • Email piping must be enabled in admin panel

Local Piping

Local piping refers to the case where osTicket is installed on a server also handling your emails. Most shared hosting users fall into this category.

Setting up aliases in cPanel

Add a forwarding rule for each of the email addresses to /path/to/api/pipe.php.

For example forward support@domain.com to "|/path/to/api/pipe.php"

CPANEL X Instructions

CPANEL -> Email -> Forwarders -> Add Forwarder

1. Address to a forwarder: <EMAIL>@domain
2. Advanced Options -> Pipe to a Program:  "public_html/components/com_osticket/api/pipe.php"
3. Click 'Add Forwarder' button

When complete you will see:

<EMAIL>@domain to |/home/<USERNAME>/public_html/components/com_osticket/api/pipe.php

  • assumption is you installed JooTicket in /home/USERNAME/public_html/
  • Pipe to a Program path: if you have a leading '/' cPanel will use the path you enter, if you do not have '/' cPanel will create it relative to your home directory
  • pipe.php should have hashbang at the top of the file: #!/usr/bin/php -q
  • Make pipe.php executable chmod 755 pipe.php
  • Enable email piping in admin panel Settings -> preference

 



Back to Frequently Asked Questions

Information

  • Privacy Policy
  • Terms & Conditions

Customer Service

  • Contact Us
  • Returns
  • Site Map

Extras

  • Brands
  • Gift Vouchers
  • Affiliates
  • Specials

My Account

  • My Account
  • Order History
  • Wish List
  • Newsletter
Powered By JooCart