| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
| Member Posts: 30 Join Date: Apr 2004 |
16-07-2005, 01:37 AM
That'd be great, yah I'm running RHAS boxes and have full root. I tried piping to the parse.php but I don't think was the right file ... * The two boxes can already talk to each other via MySQL so thats all good. * I've just copied the upload directory up, but haven't run the setup.php as I we didn't have to do that with the older version. * I know how to setup the alias file and pipe an alias to a script Mark |
| | |
(#5)
|
| Member Posts: 41 Join Date: Feb 2005 Location: Atlanta, Georgia |
16-07-2005, 09:14 PM
I'll give you specific instructions for how I have piping set up between two of our servers. Since your configuration may not match our configuration exactly, you'll have to make some modifications to get this working on your set up. The first thing you will need is a shell account on both your mail and web servers. For this discussion, we'll call the user "maint." Set up public/private key encryption between the maint account on both the web server and the mail server so the maint user can SSH from the mail server to the web server without needing a password. Search google for "passwordless SSH login" for instructions on how to do this. Our mail server uses vpopmail and qmail for mail delivery so all email is owned by the vpopmail user. I use sudo to allow the vpopmail user to execute a command on behalf of the maint user. To do this, I have the following line in my /etc/sudoers file: Code: vpopmail ALL= NOPASSWD: /bin/su maint [-c]* Code: | /usr/local/bin/maildrop /usr/local/etc/mail/mailfilter | /usr/bin/sudo /bin/su maint -c "/usr/bin/ssh our.web.server.address '/usr/bin/wget -q --delete-after http://our.web.server.address/esupport/cron/index.php?_t=parser'" So to summarize:
This has been working well for us because incoming messages to our mail server are immediately read into eSupport. There is no need to make eSupport check for new messages through a cron job. The message isn't exactly piped from one server to the next in this example but the web server is certainly triggered to check for new mail dynamically so the effect is the same. |
| | |
(#6)
|
(#7)
|
| Member Posts: 41 Join Date: Feb 2005 Location: Atlanta, Georgia |
18-07-2005, 02:16 PM
Quote:
| |
| | |
(#8)
|
(#9)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
28-07-2005, 08:39 PM
Quote:
Regards, Varun Shoor -------------------------------------------------------------------
| |
| | |
(#10)
|
| New Member Posts: 1 Join Date: Sep 2005 |
18-03-2006, 06:17 AM
Quote:
Any update on this, as in has this been added? I have the same issue with mail server separate from web server. Did not even think about that going into this, and really need to get this going with piping. Thanks for any assistance. Regards, Darren | |
| | |
(#11)
|
![]() |
| Tags |
| piping, seperate, server |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How?: Piping with seperate mail server | CallanM | How do I? | 6 | 22-10-2007 02:29 PM |
| Syncworks installation problems | jenglish | SyncWorks | 10 | 29-03-2007 06:01 PM |
| URL to connect to my server during trial | ozzee | LiveResponse Desktop Application | 10 | 22-01-2007 04:20 PM |
| connection problem | inteltechs | InstaAlert | 5 | 27-04-2006 01:23 AM |
| Piping When Support App Is On A Different Server? How to? | nickm | E-mail Piping Issues | 8 | 10-02-2006 07:23 PM |