Kayako logo
E-mail Piping Issues E-mail piping issues and related configuration questions are posted here,

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
jonathanbloom Offline
Member
 
jonathanbloom's Avatar
 
Posts: 78
Join Date: Aug 2008
Media Temple - 19-08-2009, 04:56 PM

I'm in the process of setting up an account on Media Temple and was curious if anyone had any tips on piping.

I can't seem to find out how to pipe email to my helpdesk on the new server. I'm on the Grid Servers, but can get a dedicated Media Temple server for the helpdesk if needed.

I tried the plesk instructions, but no directory existed when I SSHed in.

/var/qmail/mailnames/DOMAIN.com/.qmail-helpdesk is the directory I tried.

Last edited by jonathanbloom; 27-08-2009 at 08:37 PM.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
19-08-2009, 05:02 PM

Are you sure they are using PLESK? Have you tried configuring sendmail since qmail does not exists.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/

Last edited by supportskins; 19-08-2009 at 05:02 PM.
   
Reply With Quote
  (#3) Old
jonathanbloom Offline
Member
 
jonathanbloom's Avatar
 
Posts: 78
Join Date: Aug 2008
19-08-2009, 05:06 PM

Good idea about sendmail.

I SSHed into my server and tried CDing into the /etc/aliases (because that's what the documentation said and /etc exists) and it told me there is no such directory. What am I doing wrong?

Thanks for your help, I greatly appreciate this.
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
19-08-2009, 05:09 PM

Does /var/qmail/mailnames/ exist or that too does not exist?

EDIT:
Or one more thing, I do not think you can cd to /etc/aliases

Try

vi /etc/aliases
or
nano /etc/aliases

Also try (try this first, I think you did a cd for this as well)
nano /var/qmail/mailnames/tniwwtserver.com/.qmail-helpdesk
or
vi /var/qmail/mailnames/tniwwtserver.com/.qmail-helpdesk



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/

Last edited by supportskins; 19-08-2009 at 05:13 PM.
   
Reply With Quote
  (#5) Old
jonathanbloom Offline
Member
 
jonathanbloom's Avatar
 
Posts: 78
Join Date: Aug 2008
19-08-2009, 05:56 PM

OK, I got into both files, I'm trying to edit the vi file. What's the command to initiate edit? I'm using the Mac terminal.

Does it matter if Terminal says this is a new file?

Edit: Figured it out, now testing the files you mentioned. Found out at http://ss64.com/osx/

Last edited by jonathanbloom; 19-08-2009 at 06:08 PM.
   
Reply With Quote
  (#6) Old
jonathanbloom Offline
Member
 
jonathanbloom's Avatar
 
Posts: 78
Join Date: Aug 2008
19-08-2009, 06:16 PM

I did the vi on both files and it couldn't save the vi /var/qmail/mailnames/DOMAIN.com/.qmail-helpdesk file and when I did vi /etc/aliases it said "Warning, Editing A Read Only File"

Last edited by jonathanbloom; 27-08-2009 at 08:38 PM.
   
Reply With Quote
  (#7) Old
SteveLV702 Offline
Community Moderator
 
SteveLV702's Avatar
 
Posts: 1,010
Join Date: May 2005
Location: Las Vegas, Nevada
19-08-2009, 07:04 PM

try nano instead of vi nano is alot easier to use and make sure you logged in as root.. any other user account will not have the correct permissions to save it..

If using nano and your on a mac once your done editing the file hit Ctrl+x to save the file and exit.

Last edited by SteveLV702; 19-08-2009 at 07:05 PM.
   
Reply With Quote
  (#8) Old
jonathanbloom Offline
Member
 
jonathanbloom's Avatar
 
Posts: 78
Join Date: Aug 2008
19-08-2009, 07:06 PM

Therein lies my problem, I can't login as the root user on the account. I can add a server to my account so I can login as root. Is there a way around this?

Edit: I just got an additional server to login as root.

Last edited by jonathanbloom; 19-08-2009 at 07:08 PM.
   
Reply With Quote
  (#9) Old
jonathanbloom Offline
Member
 
jonathanbloom's Avatar
 
Posts: 78
Join Date: Aug 2008
27-08-2009, 06:35 PM

I setup an account using the Plesk email setup that's for helpdesk AT domain DOT com. I then did edited/var/qmail/mailnames/DOMAIN.com/.qmail-helpdesk and added "| php-q /var/www/vhosts/DOMAIN.com/httpdocs/cli/index.php" to the file. Then I saved it and added an email address that forwarded to the email I setup. I've emailed the above email address and nothing is showing up in my helpdesk queue. I also tried the whole process without adding anything to the mail accounts in plesk and got a account not created email message in reply.

Here's MediaTemple's KB article on system paths on DV 3.5 servers.
http://kb.mediatemple.net/questions/663/System+Paths

Edit: Got my issue resolved. Documenting this in case anyone else is wondering how to get it to work. I was searching google and found http://forum.parallels.com/showthread.php?t=56070 and they mentioned something like "/var/qmail/mailnames/DOMAIN.com/helpdesk/.qmail" and sure enough I opened the file and it had stuff in it. I then added what Kayako's manual said but without quotes and saved it. I also had to modify cli/index.php and change the top path to MediaTemple's PHP path. I also had to CHMOD httpdocs to 755 otherwise I got permission denied errors. I sent an email to the address and IT WORKED!

Thanks to everyone who helped me. Your help is greatly appreciated!

Last edited by jonathanbloom; 27-08-2009 at 08:44 PM. Reason: Adding my resolution.
   
Reply With Quote
  (#10) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
28-08-2009, 11:26 AM

Good to know the issue is resolved



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LiveResponse and Media Keys gplasky LiveResponse Desktop Application 1 24-11-2009 07:13 PM
System -> Centralized, shared object media upload and storage Siora Think Tank 14 15-06-2008 01:04 PM
Compatible with Media Temple grid-servers? mindmerge SupportSuite, eSupport and LiveResponse 1 04-11-2006 06:54 AM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78