2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
akbsol |
Posted: Feb 4 2008, 10:18 AM
|
Newbie Group: Members Posts: 23 Member No.: 2703 Joined: 10-November 07 |
No matter what I do I am getting this filter error. I checked all the permissions and paths. Tried placing the script at different locations. Even a test script:
#!/bin/bash exit 0 gets executed well from the shell but gives error 92 when tested in XMail's debug mode. Please help.. |
akbsol |
Posted: Feb 4 2008, 10:57 AM
|
Newbie Group: Members Posts: 23 Member No.: 2703 Joined: 10-November 07 |
It seems ulimit -s 128 before running XMail solves this. Although I don't know why.
|
hschneider |
Posted: Feb 5 2008, 12:48 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Looks like spawning new threads requires that soft limit on your system. Thanks for the hint!
BTW: Think you mean ulimit -S 128, don't you ? -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
erich |
Posted: Mar 12 2008, 10:18 PM
|
Member Group: Members Posts: 59 Member No.: 1093 Joined: 1-May 04 |
In filters.pre-data.tab
command must be ./var/MailRoot/bin/glst/glst in one of my servers, other witout . do not know why..it works. erich |
MaartenJB |
Posted: May 23 2008, 09:33 AM
|
||
Junior Member Group: Members Posts: 30 Member No.: 2280 Joined: 5-October 06 |
I'm getting the same error, and tried the ulimit suggestion, but that didn't work. I've tried it on several linux installations. (Fedora 4/5, CentOS 5.1) |
||
hschneider |
Posted: May 24 2008, 07:45 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Print some string to the screen and run XMail in debug mode to see if the script is fired correctly.
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
MaartenJB |
Posted: May 27 2008, 11:47 AM
|
||||||
Junior Member Group: Members Posts: 30 Member No.: 2280 Joined: 5-October 06 |
Hi, This is what I have: test.tab in the filters directory. This file has 777 access rights, this file contains:
the file "filters.out.tab" contains: (real tabs, no spaces)
Result in debug mode:
I don't think the code is being executed. What do I do wrong? Thanks. |
||||||
hschneider |
Posted: May 27 2008, 12:31 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Looks like there is some misunderstanding about filters:
filters.out.tab is setup correctly. test.tab should contain something like this: "/var/MailRoot/filters/myfilter.sh"[TAB]"@@FILE“[TAB]..... The script itself goes into filters/myfilter.sh -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
MaartenJB |
Posted: May 27 2008, 02:09 PM
|
Junior Member Group: Members Posts: 30 Member No.: 2280 Joined: 5-October 06 |
thanks!! it works fine now!
|
hschneider |
Posted: May 27 2008, 07:40 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Good Boy
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |