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 |
tommygunner |
Posted: Jun 20 2003, 10:29 PM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
when trying to install, i get error
[root@ns1 xqmagent]# ./xqmagent ERROR: socket.error (98, 'Address already in use') [root@ns1 xqmagent]# |
hschneider |
Posted: Jun 21 2003, 01:43 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Change the port inthe .conf file and in XQMwin's config dialog as well. The currently selected port is already used by another applicatiion.
-------------------- 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 |
tommygunner |
Posted: Jul 23 2003, 09:12 AM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
what port needs to be changed? the:
CTRL_PORT = 6017 or the AGENT_PORT = 8000 port? |
hschneider |
Posted: Jul 23 2003, 09:34 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
The AGENT_PORT. Set it e.g. to 8011 on both XQM Agent and in XQM's config dialog.
CTRL_PORT holds XMails Control Port which is 6017 on a XMail standard installation and should not be touched. -------------------- 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 |
tommygunner |
Posted: Jul 23 2003, 04:14 PM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
ok, I changed port in Xmail QUe Agent and now it looks better.
[root@ns1 xqmagent]# ./xqmagent Daemonized! [root@ns1 xqmagent]# I do not see where to change 8000 port in Xmail Que manager. I downloaded your latest version and setup remote mode but get No agent found. Please check configuration when try to run. |
hschneider |
Posted: Jul 23 2003, 05:35 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Click 3rd icon from the right. Choose "Run in remote mode" and enter the IP and port no of the Agent. Click "Apply".
If connect fails, there might be a firewall between you and the server ... (?) -------------------- 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 |
tommygunner |
Posted: Jul 23 2003, 06:16 PM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
No, there is no firewall. I had zonealarm open but closed it and even connected computer directly to cablemodem instead of router. I still get same thing after I hit apply. No agent found. Please check the configuration.
|
hschneider |
Posted: Jul 23 2003, 06:40 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
On your Linux server do a
ps -A|grep x* Does this display the Agent's process ? If yes, do a telnet linux_server_ip agent_port_no. E.g. telnet 192.168.0.1 8010 from your workstation. When the screen is blank, hit return. This should show something like <head> .... does it ? -------------------- 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 |
tommygunner |
Posted: Jul 23 2003, 06:57 PM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
nope.
bash-2.05$ su root Password: [root@ns1 /]# ps -A|grep x* [root@ns1 /]# cd usr/local/xqmagent [root@ns1 xqmagent]# ./xqmagent ERROR: socket.error (98, 'Address already in use') [root@ns1 xqmagent]# ps -A|grep x* # This file goes to /etc/xqmagent.conf [root@ns1 xqmagent]# also, I can't telnet because I have telnet disabled. I use SSH instead. |
hschneider |
Posted: Jul 23 2003, 07:19 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Restart your linux machine. Then do
su root ./xqmagent --debug What do you see ? Are you sure you use the latest release from http://marketmix.com ? -------------------- 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 |
tommygunner |
Posted: Jul 23 2003, 07:40 PM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
On my windows pc I have version 1.36 and on my linux server I have xmail que agent 1.24 or 1.25. I just downloaded them yesterday.
I haven't added anything for startup script. What would you recommend for Redhat 7.2 startup script? |
hschneider |
Posted: Jul 23 2003, 08:28 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
export MAIL_ROOT=/var/MailRoot
./xqmagent What about the debug output ? -------------------- 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 |
tommygunner |
Posted: Jul 23 2003, 09:02 PM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
I didn't do startup script when I did this
[root@ns1 xqmagent]# ./xqmagent --debug ------------------------------------------------------------------------ Welcome to XQM Agent! ©2002-2003 Harald Schneider mailto:h_schneider@marketmix.com Agent Version : 1.26 Using xmaillib : 1.42 Threads : 25 Listening at : 127.0.0.1:8011 CTRL access at : 127.0.0.1:6017 Trusted clients : 127.0.0.1, tbird, 192.168.10.* Handle dynamic IPs : No Forced MAIL_ROOT : /var/MailRoot/ Configuration file : /etc/xqmagent.conf ------------------------------------------------------------------------ >> Press CTRL-Z to suspend! Use 'kill' after suspend to quit ... |
hschneider |
Posted: Jul 23 2003, 10:35 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
You still have the sample configuration (except AGENT_PORT) of the original archive:
- Your workstation is not in the list of trusted clients. Add its IP to that list. - The Agent is listening to 127.0.0.1 - this is the internal loopback address, which is not reachable from your LAN. - Set AGENT_IP in the .conf file to the IP address of your Linux machine. Restart in debug mode and check if the Agent is now - listening on your Linux server's IP - Your workstation's IP is listed as a trusted client. -------------------- 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 |
tommygunner |
Posted: Jul 24 2003, 12:30 AM
|
Member Group: Members Posts: 74 Member No.: 279 Joined: 23-September 02 |
ok, changed it. My ISP has been changing IP more frequently so i am using dynamic ip service now and have it setup on port 80. I think they might be blocking port 80.
|