Hi everyone, recently someone installed roxen (web server) and I need it removed ASAP, but I can uninstall the rpm and don't know how to stop it, HELP!!!! And as for qpopper, well while I am at a Microsoft machine and set up my mail servers (qpopper and sendmail) I can send mail but it goes through the pop server not the smtp, but I can't receive mail, if you need any logs or anything just email me Later And Thanks, Brandon Caudle -------------- 15yr Old Avid Unix User (HP-UX,FreeBSD,Linux) Larkhaven Golf Course Charlotte, NC "There cannot be a crisis next week. My schedule is already full." -- Henry Kissinger
Brandon Caudle wrote:
Try rcroxen stop Not used roxen, but that may work. Alternatively ps -e and issue a kill -9 command to chut it down (against its PID, which is a number).
As long as the software is not pointing to port 110 for sending mail you should be Ok, to test the server do this. telnet yourhost 25 You shoould get a gretting and to test POP3 do the same but swap 25 for 110 . If you are using Sendmail with SuSE 7.2 I recommend using Amavis Sendmail, especially with Windows clients. What do you have in your access file? Look at the file /etc/mail/access: # /etc/mail/access # # Author: Werner Fink <werner@suse.de> # # Description: # # With this file you can control the access # to your mail server. # # Format: # #<email addr> <keyword or ### text> #<domain name> <keyword or ### text> #<network addr> <keyword or ### text> # ^^^^^^^^^ # (these are <TAB> stops) # # Network IP-addresses have to end on octet boundary, e.g. 127.0.0 # The right hand side `<keyword or ### text>' could be one of # the keywords ## RELAY (relay this domain, implicit OK within other rules) # DISCARD (mail are discard) # # or an `###' RFC 821 compliant error code and some text, e.g. # # ERROR:"550 We don't accept mail from spammers" # # Examples: # #cyberspammer.com ERROR:"550 We don't accept mail from spammers" #sendmail.org OK #192.168 RELAY # # Extensions: # # See /usr/share/sendmail/README for the FEATURE `blacklist_recipients'. # # Default for loop back is RELAY 127 RELAY 192.168 RELAY # OK (accept mails even if other rules would reject them) # REJECT (reject mails even if other rules would accept them) You will also want to setup anti-spammer controls so they do not spoof your domain. Matt
Here we go , the rcroxen stop did not work I did a ps -ef | grep rcroxen and nothing came up I did a rcinetd restart and it didn't work any ideas? other issues telnet open 64.192.99.49 25 .. sendmail 8.11.3/8.11.1-0.5 (so this I guess is working?) open 64.192.99.49 110.... + OK ready (21263.998953153@linux) <so I guess this is working to?> and give me a minute and I will post all files for mail at www.larkhavengolf.com/mail/ Brandon Caudle -------------- 15yr Old Avid Unix User (HP-UX,FreeBSD,Linux) Larkhaven Golf Course Charlotte, NC "There cannot be a crisis next week. My schedule is already full." -- Henry Kissinger ----- Original Message ----- From: "StarTux" <matthew@psychohorse.com> To: "Brandon Caudle" <bcaudle@hotmail.com> Cc: "Suse" <suse-linux-e@suse.com> Sent: Monday, August 27, 2001 6:45 PM Subject: Re: [SLE] qpopper and roxen
y'all will have to give me a second since apache isn't the web thingy <server> Brandon Caudle -------------- 15yr Old Avid Unix User (HP-UX,FreeBSD,Linux) Larkhaven Golf Course Charlotte, NC "There cannot be a crisis next week. My schedule is already full." -- Henry Kissinger ----- Original Message ----- From: "StarTux" <matthew@psychohorse.com> To: "Brandon Caudle" <bcaudle@hotmail.com> Cc: "Suse" <suse-linux-e@suse.com> Sent: Monday, August 27, 2001 6:45 PM Subject: Re: [SLE] qpopper and roxen
sounds like your pop server is not configured correctly. is there a # in front of the line for pop3 in /etc/inetd.conf? look on the server and see if there is any mail in the spool files (/var/spool/mail/username) also, make sure qpopper is not denied access in /etc/hosts.deny and /etc/hosts.allow On Mon, 27 Aug 2001, Brandon Caudle wrote:
Chad Whitten Network/Systems Administrator Nexband Communications chadwick@nexband.com
participants (3)
-
Brandon Caudle
-
dog@intop.net
-
StarTux