Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
start service autmatically

start service autmatically

2003-02-06       - By Steven W. Orr

 Back
Reply:     1     2     3  

On Thu, 6 Feb 2003, Gentian Hila wrote:

=>
=>Finally after a good period of trying i was able to install Sendmail as
=>SMTP and Qpopper as POP3 server. It is working fine. I installed Qpopper
=>as standalone server not as a xinetd. Every time i restart Redhat i have
=>to enter qpopper command in order to start Qpopper. How can i run it
=>automatically as a service ? I entered ntsysv command but i didn't
=>really see something for qpopper there.
Qpopper should be run as an xinetd service and not as a standalone.
Here's your /etc/xinetd.d/pop3 file.

# qpopper config file for xinetd
service pop3
{
       flags       = REUSE NAMEINARGS
       socket_type = stream
       protocol    = tcp
       wait        = no
       user        = root
       server      = /usr/sbin/in.qpopper
       server_args = in.qpopper -s
       # use this line once you create your certificate to enable STLS
       # server_args = in.qpopper -s -l 1 -f /etc/mail/qpopper.conf
}

When you want things to hapen at boot time you can usually add them to
/etc/rc.d/rc.local

=>
=>A send question: Every time i start Redhat (gnome ) as root, it opens
=>two windows automatically, gedit window and a file manager window. Every
=>time i close them but when i reboot they are still there. How can i fix
=>this ?

Create your own ~/.xinitrc

--
-Time flies like the wind. Fruit flies like a banana. Stranger things have -
-happened but none stranger than this. Does your driver's license say Organ
-Donor?Black holes are where God divided by zero. Listen to me! We are all-
-individuals! What if this weren't a hypothetical question?
steveo at syslang.net