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

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#16) Old
mrobin Offline
New Member
 
mrobin's Avatar
 
Posts: 21
Join Date: Apr 2008
22-04-2008, 09:11 AM

Hi!

I use actually pop server to fetch mail, but I would like to use email piping on my Win2K3 Server. I would like to know if there are security problems with the use of exim, concerning spamming?

Thanks for all!
   
Reply With Quote
  (#17) Old
gbrayut Offline
New Member
 
Posts: 5
Join Date: Sep 2006
Try using event based pop3 - 13-06-2008, 06:16 PM

I have the same problem as above, where the web server and mail server are seperate. I toyed with the idea of setting up a mail server on the web server so that I could forward messages and pipe the data in, but since they were both windows servers I wasnt sure it could be done. The cygwin/exim option should work, but if you want an alternative you can try event based pop3 fetching (as opposed to timing based pop3 fetching).

Basically, if your mail server lets you do custom processing for individual accounts, you set it up so that whenever an email comes in it initiates a wget.exe request to start the pop3 fetching. I'm using xmail, so all I had to do was add a mailproc.tab to the users mailbox with the following:

Code:
"mailbox"
"external"	"0"	"300"	"C:\install\wget.exe"	"-q"	"-O nul"	"http://DOMAINNAME/helpdesk/cron/index.php?_t=parser"
This basically says that all emails for this user should be sent to the users mailbox first and then run an external script with normal priority, 300ms timeout, calling wget.exe to initiate the parser cron job. Kayako will then pull the email from the mail server using POP3 and parse it immediately after it arrives. As an added benifit, if no emails come in, the cron job doesn run. Works great so far, and much easier than setting up a second mail server and messing with piping the data.
   
Reply With Quote
  (#18) Old
put3rg33k Offline
New Member
 
Posts: 10
Join Date: Sep 2008
Instructions do not work.. - 19-09-2008, 07:44 AM

Can I get a little clarification for these instructions. For instance when running exim-config what are the options I need. What is the fully qualified hostname? Is it the hostname of the Kayako Suite, or my mail server? Are we supposed to create a symbolic link to /user/bin/exim or do we need to keep /usr/bin/sendmail?

Also is the postmaster email address the name of the queue we are trying to pipe to?
   
Reply With Quote
Reply

Tags
piping, windows

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
Plesk 8.1 and Email Piping Issues easyhud E-mail Piping Issues 9 21-08-2007 12:35 PM
email piping questions Aaron Presales Questions 1 22-05-2007 11:45 PM
Email Piping with Windows & SmarterMail fusion E-mail Piping Issues 1 24-01-2007 09:39 AM
Email Piping Partailly Works - Qmail brooky E-mail Piping Issues 2 04-08-2006 02:00 PM
Email Piping on separate server or just no email piping at all Skeptical SupportSuite, eSupport and LiveResponse 3 18-05-2006 02:56 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


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