Server :: Configure Fakemail To Start Up As Xinetd Service?

Aug 3, 2011

I found a way to capture emails sent from my Drupal installation, and Fakemail seems simple enough.

I can follow the tutorial. Since the application Fakemail needs to be running to capture the outgoing emails, it seems like a good candidate for xinetd, yes?

I've found a simple config tutorial describing starting the service and what the parameters are for the service-specific configuration files. This got me this far,

Code:
# default: on
# description: This is a script to start the Sandbox app "fakemail"
service fakemail
{

[Code]....

But the service is not starting up.

Or, recommend another application which uses a similar configuration like Sendmail so I can copy this

The Fakemail application/service is started from command line like so,
# fakemail.py --host=localhost --port=10025 --path=[path_to_email_textfile]

View 1 Replies


ADVERTISEMENT

Server :: Configure Fakemail To Startup As Xinetd Service?

Feb 2, 2010

I found a way to capture emails sent from my Drupal installation, and Fakemail seems simple enough. I can follow the tutorial. Since the application Fakemail needs to be running to capture the outgoing emails, it seems like a good candidate for xinetd, yes? I've found a simple config tutorial describing starting the service and what the parameters are for the service-specific configuration files. This got me this far,

Code:

# default: on
# description: This is a script to start the Sandbox app "fakemail"
service fakemail

[code]....

But the service is not starting up. Will someone help me with this config file? Or, recommend another application which uses a similar configuration like Sendmail so I can copy this The Fakemail application/service is started from command line like so,

# fakemail.py --host=localhost --port=10025 --path=[path_to_email_textfile]

View 9 Replies View Related

Red Hat / Fedora :: Unable To Start Tftpd Service After Starting Xinetd / Solve This?

Nov 9, 2010

Unable to start tftpd service after starting xinetd

View 9 Replies View Related

Server :: Set Time Limit For A Service Managed By Xinetd?

Aug 13, 2010

Is there a way to limit the time an instance of a service can run? For example, I want to limit all telnet sessions to 30 mins. Users will be automatically logged out after 30 mins.

View 5 Replies View Related

Red Hat / Fedora :: Configure SNMP Server Using XINETD?

Jan 26, 2011

I am trying to configure SNMP server using xinetd on red hat. I am using non-standard port for it. My connection to server fails. I see the following log messages in /var/log:

Jan 26 17:23:31 [userid] xinetd[15023]: START: my-snmp pid=15047 from=192.128.11.21
Jan 26 17:23:31 [userid] xinetd[15023]: EXIT: my-snmp status=1 pid=15047 duration=0(sec)
Jan 26 17:23:32 [userid] xinetd[15023]: START: my-snmp pid=15050 from=192.128.11.21
Jan 26 17:23:32 [userid] xinetd[15023]: EXIT: my-snmp status=1 pid=15050 duration=0(sec)

can anybody help to point out what is wrong in my config?

[Code]...

View 1 Replies View Related

General :: Xinetd - Unrecognized Service

May 21, 2010

I've already installed centos 5.5 and checked the xinetd services using the command : service xinetd status and the reply is xinetd: unrecognized service.

View 3 Replies View Related

Server :: DHCPD Will Start In Debug But Will Not Start As A Normal Service

Jun 7, 2010

I have setup a CentOS 5.5 server as a DHCP server. That will be it's only task in a Cisco callmanger VoIP environment The DHCP server that comes with CentOS 5.5 is from ISC V3.0.5 -redhat.

The server (HP DL360) has two physical NIC's of which only NIC1 is used (ETH0)

ifconfig shows:

Code:

The interface has a fixed IP setup.

My dhcp.conf file looks like this:

Code:

When I start (try to) dhcpd via the service interface or via the prompt as

Code: service dhcpd start

I get an [FAILED] message and the following is in /var/log/messages

Code:

But when I start the DHCPD on the comamnd prompt in debug mode it looks as follows:

Code:

and /var/log/messages shows:

Code:

Why does the system ask a declaration for eth0 0.0.0.0?

View 3 Replies View Related

Server :: /etc/xinetd.conf Vs /etc/xinetd.d

Apr 24, 2009

I installed Subversion and xinetd and added Subversion as a service to xinetd.conf as instructed at http://www.codeandcoffee.com/2007/06...rver-on-linux/

I restarted the xinetd service using /sbin/service. however, Subversion does not end up being listed in /etc/xinetd.d nor does it seem to be running and occupying the port altogether.

View 2 Replies View Related

Ubuntu :: Configure Xinetd For Logging ?

Jan 6, 2011

How to configure xinetd for logging , so that it can log all incoming connections by IP address , TCP port and name of service ?

View 1 Replies View Related

Server :: Start A Service At The Start Of PC

Dec 6, 2009

I use FC8 and i want some services like HTTPD and NAMED to start at the start of the system , how to create a script to do that .

View 9 Replies View Related

Server :: How To Start SSL Service In Centos 5.5

Feb 7, 2011

I am in the task of migrating old linux to new linux which centos 5.5. while moving out all apps ,data etc.I need to configure SSL in apache.I have installed mod_ssl with apache 2.2. i went though some docs to configure with certificate that I have . Not sure how to start the service in 2.2. The apache/SSL was configured in my old server which apachectl. SO after importing certificatr , I do ./apachectl startssl to take in effect. In my new server , the http service is /etc/init.d/httpd, not sure how to start SSL service in centos 5.5.

[Code]...

View 2 Replies View Related

Ubuntu Servers :: Configure The Server To Reflect The New Settings Of The New Service Provider?

Jun 4, 2011

I am a newbie to linux and running ubuntu server 10.10 (no gui), I had it configured with a fixed ip address and all was fine till I changed internet poroviders and got issued with a new router.

I am trying to configure the server to reflect the new settings of the new service provider. here are the contents of /etc/network/interfaces

Code:
auto eth0
iface eth0 inet static
address 192.168.15.52
netmask 255.255.255.128
gateway 192.168.15.1

Just so I got this right can someone tell me if I am right here. address is the IP I wish to give to my server statically. and gateway is the ip of the router. When I try to ping the router I get

Code:
Ping 192.168.15.1 (192.168.15.1) 56(84) bytes of data.
From 192.168.15.1 icmp_seq=1 Destrination Host unreachable
When I try to ping the internet i get :

[Code]...

Is there anyone that can shed some light on where my problem may be. As i said before I got the new router I had been working with the server no problem.

View 9 Replies View Related

Server :: NFS Service Start Fail - No Such Device

Dec 23, 2010

rhev-h starting NFS service why occur under issue message?
[root@RHEV ~]# /etc/init.d/nfs start
Starting NFS services: exportfs: can't open /var/lib/nfs/rmtab for reading [OK]
Starting NFS daemon: [FAILED]
[root@RHEV ~]# tail /var/log/messages
2010-12-23T09:32:20.507146+00:00 RHEV exportfs[7834]: can't open /var/lib/nfs/rmtab for reading
2010-12-23T09:32:20.562458+00:00 RHEV modprobe: WARNING: Could not open '/lib/modules/2.6.18-194.3.1.el5/kernel/fs/exportfs/exportfs.ko': No such file or directory
2010-12-23T09:32:20.562508+00:00 RHEV modprobe: FATAL: Error inserting nfsd (/lib/modules/2.6.18-194.3.1.el5/kernel/fs/nfsd/nfsd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
2010-12-23T09:32:20.563344+00:00 RHEV nfsd[7838]: nfssvc: No such device

View 5 Replies View Related

Server :: Clamd Service Didn't Start?

Apr 15, 2010

I try to start clamd service since I found "PROCS CRITICAL: 0 processes with command name 'clamd'" from nagios. so I check at its log file at "tail /home/clamav/logs/clamd.log" it said that log file exceeding maximum limit so I try to rotate log by

pico /root/123/etc/logrotate.d/clamd
/home/clamav/logs/clamd.log {
rotate 12

[code]...

View 2 Replies View Related

Server :: Start Squid Service Automatically?

Mar 14, 2011

When ever I reboot my server I always turn on the squid service. Is there any way that without giving command

Code:
#service squid start
my squid service should automatically start ?

View 7 Replies View Related

Server :: HTTP Service Failed To Start

Mar 31, 2010

i am using RHEL5 at VirtualBox,at the time of installation i did create two partition one for / and another for swap.Now my /var directory is taking too much space and i decided to create a new partition with required size and mount that partition to /var.Now http service wont start and i did not reboot yet.

View 8 Replies View Related

Server :: Postfix Service Does Not Start And Displays?

Jul 1, 2010

I have a problem with my mail server on zimbra. postfix service does not start and displays the following error:

[root@ns ~]# /opt/zimbra/bin/postfix start
postsuper: fatal: scan_dir_push: open directory defer: Permission denied
postfix/postfix-script: fatal: Postfix integrity check failed!

View 3 Replies View Related

CentOS 5 Server :: Set A Service To Start Up Automatically?

Apr 24, 2010

Ok, so I have installed apache 22, mysql5.0 and proftpd1.3. When I reboot my server, the above applications do not start up automatically, and I have been trying to figure out how with out much success. know that I need to make some changes inside the init.d directory on my CentOS Server.I am running CentOS 5.4 x86_64 build.I really am not sure how to accomplish the task or where to start.

View 4 Replies View Related

CentOS 5 Server :: Named Service Cannot Be Start?

Oct 9, 2010

i meet problem on named service, i want to configure my DNS with bind...after i /etc/init.d/named statusThis shows :"rndc: connect failed: 127.0.0.1#953: connection refusednamed is stopped"

View 2 Replies View Related

Server :: Start And Stop Telnet Service On UNIX / It?

Sep 20, 2010

I googled it and found this information: To enable the telnet service, login to the server as the root user account and run the following commands:

Code:
# chkconfig telnet on
# service xinetd reload
but the very first command did not work.

So, how do we...

[1] start and stop telnet service on UNIX / Linux?

[2] specify configurations / settings for the telnet service to accept or deny connections

View 7 Replies View Related

CentOS 5 Server :: Bind 9.3.6 - Named Service Start Failed ?

Oct 12, 2010

I meet this problem after i reformat the CentOS 5...I havent do any configuration, the named service start failed ? why ....

View 2 Replies View Related

Ubuntu Servers :: Use Xinetd To Start Svnserve?

Jan 30, 2011

I am trying to run svnserve on startup on an Ubuntu Server 10.04 machine using xinetd

My repositories are at /home/svn, so the directory should be the same as in the example. Following the example, the owner should be www-data, I assume. (Is that right?) I've also tried the admin user account as as the svnowner (the one used to set the svnserver up).

I've never done any shell scripting, so I tried xinetd instead of using the startup script. But if I don't get any feedback for using xinetd that will be my next course of option.

For reference, the link above suggests adding

Code:
svn stream tcp nowait svnowner /usr/bin/svnserve svnserve -i -r /home/svn

to the /etc/inetd.conf file, replacing svnowner and /home/svn to the appropriate values (although I'm not 100% sure what those should be). I assume since I did a chown on the repo to www-data that www-data is the owner I need to put in that line, but it doesn't work.

It's just annoying to have to ssh in and type

Code:
svnserve -d --foreground -r /home/svn

every time I reboot.

View 4 Replies View Related

Fedora :: Start A Service Before Network Service?

Nov 6, 2010

I need to start a service before network service How to?

View 1 Replies View Related

Debian :: ProFTPd Warning: Cannot Start Neither In Standalone Nor In Inetd/xinetd Mode

Oct 24, 2010

Im trying to install proftpd on my debian server but i get this error

ProFTPd warning: cannot start neither in standalone nor in inetd/xinetd mode.

View 1 Replies View Related

OpenSUSE :: Get A Message That Says 'Search Service Not Running' With A Button That Says 'Start Search Service'?

Jun 12, 2010

The desktop search has stopped working in Gnome.I get a message that says 'Search Service not running' with a button that says 'Start Search Service'.When I click the button nothing happens

View 1 Replies View Related

Ubuntu Networking :: Configure A DHCP Server But When Try To Start It It Just Fails?

Jan 10, 2010

I'm trying to configure a DHCP server but when I try to start it it just fails.

Code:
log
Jan 10 16:25:52 SRV-LINUX00 dhcpd: Copyright 2004-2008 Internet Systems Consortium.

[code]....

View 5 Replies View Related

Server :: Run /usr/bin/foo Through Xinetd ?

Apr 28, 2009

If i run /usr/bin/foo through xinetd and have /etc/xinetd.d/foo conf file something like:

1 service foo
2 {
3 port = 3691
4 socket_type = stream
5 protocol = tcp
6 wait = no
7 user = www-data
8 server = /usr/bin/foo
9 server_args = -x
10 }

Is /usr/bin/foo supposed to be listed in the list of all processes on that machine (ps aux)? i added the conf file, bouced xinetd daemon via /sbin/service, yet foo does not seem to be running. the xinetd doc online seems pretty incomplete.

View 10 Replies View Related

Networking :: Trying To Launch A C-server Using Xinetd

Jun 26, 2011

I have a small stats program that I am using to get some sys stats. I am trying to launch this program on a particular port, using the xinetd system deamon. Here is what I am doing ...

[Code]///

View 1 Replies View Related

Server :: VNC Over Xinetd Doesn't Starts Vncserver

Nov 26, 2010

in Debian Lenny, using TightVNC 1.3.9 I can setup a VNC server manually by using

Code:
vncserver -query localhost -once -geometry 1024x768 -depth 16 :1

But then, as I have read is a better option, I use xinetd with the following configuration:

Code:
service vnc-1024x768x16
{
protocol = tcp
socket_type = stream
wait = no

[Code].....

In fact, I was considering that the problem was with xinetd, but I have other services setted up with it (telnet & ftp for example) and I can use them correctly.

So now I'm lost with this, what else am I not considering with VNC service through xinetd? Where can I find logs or useful information to get a clue about this problems?

View 11 Replies View Related

CentOS 5 Server :: No Xinetd Installed By Default?

Jul 18, 2009

yesterday I installed my first CentOS system. Before I was always using Debian for my servers. When I configured my vsftpd I was just wondering how to setup xinetd or inetd for listening on ports and starting vsftpd. I found /etc/xinetd.d. But there is no xinetd installed by default. Why? Shall I start all my services in standalone mode? What is the concept of CentOS in this issue?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved