| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
(#2)
|
| Member Posts: 393 Join Date: Sep 2003 Location: My wife calls it the doghouse... |
13-10-2006, 04:32 AM
Yes. Doing a search in the forum here for "directadmin" would bring up the following thread: Duplicate Ticket and Replies Look through and find my post about the problem with your EXIM config file. It should help you out. Good luck! Eddie Web Site: http://www.netFusionKC.com Web Store: https://www.netfusionkc.com/store/ Anything I say or do is my own opinion and may make absolutely no sense to anyone but me... |
| | |
(#3)
|
(#4)
|
(#5)
|
(#6)
|
(#7)
|
| New Member Posts: 1 Join Date: Nov 2006 |
19-11-2006, 08:13 AM
I found my fix. I just needed to make sure that the pipe was called after spamassassin was done doing it's thing. "man qmail-local" if you want to understand the logic. Otherwise just edit the .qmail file and make sure the pipe to kayako comes after the spamassassin stuff. my .qmail file: | if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -u xxxxxxxx@creloaded.com -U /tmp/spamd_full.sock > spamcheck$$; if [ -s spamcheck$$ ]; then /var/qmail/bin/qmail-local "$USER" "$HOME" "$LOCAL" "" "" "$HOST" "$SENDER" "$DEFAULT" < spamcheck$$; retval=$?; rm -f spamcheck$$; [ $retval = 0 ] && exit 99; exit $retval; fi; rm -f spamcheck$$; fi # ACCEPT UCE |/home/httpd/vhosts/creloaded.com/httpdocs/support/tickets/cli/index.php |
| | |
![]() |
| Tags |
| double, esupport, piping, tickets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| eSupport v2.2 Stable Released | Varun Shoor | News and Announcements | 3 | 24-06-2004 12:39 AM |
| eSupport v2.2 RC2 Released | Varun Shoor | Technical Chat | 1 | 11-06-2004 11:24 PM |
| eSupport v2.2 RC1 Available in Members Area | Varun Shoor | Technical Chat | 1 | 17-05-2004 02:28 PM |