2

I'm wondering if anyone here would have any ideas on how I can pipe support@domain.com to our ticket system on our server with our email being hosted via Google Apps.

Is it possible to pipe a specific email address via DNS?

Ben
  • 3,630
  • 17
  • 62
  • 93

2 Answers2

6

No there is nothing you can do with DNS. There is probably no way for Google apps mail to directly feed to a pipe.

You could either setup an alias in google apps that forwards to an email address that is hosted on your ticket system server.

You could also setup something like fetchmail to retrieve the email via pop/imap and then send the received messages to ticket system. Here is a page about how to use fetchmail with rt. The exact details would depend on what ticketing system you are using.

Zoredache
  • 128,755
  • 40
  • 271
  • 413
0

What Zoredache said...

Or you could setup a sub-domain (helpdesk.domain.com or whatever) with MX records that point to your helpdesk system and then auto-forward (in the Gmail Settings) support@domain.com to support@helpdesk.domain.com.

You'll just need to make sure that your helpdesk system can be setup to use a smarthost/relay (which would be Google, authenticating as support@domain.com) so that any responses it sends out have support@domain.com as the reply-to field.

You might just be able to "spoof" support@domain.com as your help desk's outgoing email account, but I don't know if you have any SPF records setup and/or if your Internet connection permits outgoing 25 to send mail directly.

gravyface
  • 13,947
  • 16
  • 65
  • 100