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 |
hschneider |
Posted: Oct 1 2003, 07:53 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
How to install:
- Login as root - Unpack the archive and copy XQM's directory to your preferred location. - Do NOT move any of the *.so files to another location. - Start XQM with ./xqmwin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If you stumble over some other error, don't hestitate to contact me. Mail the XQM's output to h_schneider@marketmix.com Include its version and your platform as well. This software can only improved with your feedback! -------------------- 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 |
hschneider |
Posted: Oct 1 2003, 07:54 AM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
System: Linux (e.g. Debian, Redhat 9, SUSE 9) Symptom: Starting XQM results in a Python backtrace dump:
Solution: For some reason, RedHat (and maybe some other distris) wants the lib in the search path. So just do a > cd xqm > cp libwx_gtkd-2.4.so /usr/lib and make sure that /usr/lib is in your PATH variable. -------------------- 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 |
||
hschneider |
Posted: Nov 5 2003, 11:38 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
System:
Redhat 9.0 Symptom: Openssl is installed and /usr/lib is in my PATH, but I still get ImportError: libcrypto.so.0.9.6: cannot open shared object [...]" Solution: Create a symbolic link from version 0.9.6 to your current lib version, e.g. ln -s /lib/libcrypto.so.0.9.7a /lib/libcrypto.so.0.9.6 Don't confuse /lib with /use/lib. RedHat searches /lib at first! -------------------- 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 |
hschneider |
Posted: Nov 14 2003, 09:57 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
System:
Linux with kernel >2.4.1, e.g. RedHat 9 Symptom: XQM hangs or yields a core dump, when querying the queue. Solution: The way how threads are handled by the kernel has changed since RedHat 9. See http://www.redhat.com/docs/manuals/linux/R...ease-notes/x86/ for details. Since XQM and XQMAgent use threads extensively, they are both affected by this change. For better compatibility, you should wrap them into a startup script which forces the system to emulate the old thread scheme: ------------------------------ #!/bin/sh export LD_ASSUME_KERNEL="2.4.1" ./xqmwin # or ./xqmagent ------------------------------ Don't forget to do chmod 755 scriptname -------------------- 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 |
hschneider |
Posted: Jun 1 2004, 06:51 AM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
System: Unix and derivates Symptom: XQM Command Line just dumps a traceback error:
Solution: Just enter export MAIL_ROOT=/var/MailRoot before starting XQM/CMD. You can wrap this export statement in a script or put it generally into your /etc/profles. -------------------- 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 |
||
hschneider |
Posted: Mar 17 2005, 05:57 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
System:
Mandrake Linux 10.x Symptom: XQM won't start because libwx_gtkd-2.4.so complains about missing libstdc++-libc6.2-2.so.3 Solution: Download libstdc++2.10-2.96-0.83mdk.i586.rpm from http://rpmfind.net Then do rpm --install libstdc++2.10-2.96-0.83mdk.i586.rpm Complete download link here: http://rpmfind.net/linux/rpm2html/search.p....&system=&arch= -------------------- 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 |