Re: Sudden activity on smtp port

From: Michal Jaegermann (michal@gortel.phys.ualberta.ca)
Date: 12/17/02


From: Michal Jaegermann <michal@gortel.phys.ualberta.ca>
Date: 17 Dec 2002 01:32:15 GMT

John Oliver <joliver@john-oliver.net> wrote:
>
> If there's no MX record pointing to that machine, then it probably
> doesn't need to handle mail.

Let's say that in this case "probably" has a very low probability. :-)

> I would kill the SMTP daemon... that'll
> solve the issue.

Of course it would not solve the issue at all because it is not
with the daemon. Regardless that daemon does not see these connection
attempts so it is totally immaterial here if it is running or not.
Actually I was more interested if there is something I should be
aware on other machines which are more accomodating on that port
and this was just a "canary in a coal mine".

  Michal



Relevant Pages

  • Re: Is it possible to force a Ruby program to run as a proc name different than "ruby"?
    ... But if the daemon is killed with "kill -9 ... fire that unlink call with any death except a 'kill -9'. ... Hardcoding the ruby location. ... gem 'rake', version ...
    (comp.lang.ruby)
  • Re: LINUX daemons - /etc/inittab spawned vs. /etc/rc.d/* spawned
    ... CRON out of inittab. ... Useful control, for example, for ntp, squid, automount, sendmail, ... a daemon, and if I do I can simply kill it ten times within a minute, ... Well, or kill; kill; ... ...
    (comp.os.linux.development.system)
  • Re: rc.subr question
    ... kill: 19790: No such process ... What is the right way to describe such daemon in rc script? ... The best way is to record fmsadmin's primary pid to a file, ...
    (freebsd-questions)
  • Re: Starting an external process from C++
    ... application is a daemon which can be communicated with and writes a logfile. ... My plan is to start up this 2nd application as a child process, ... So even though the 2nd application writes to stdout I don't want to see it. ... As I found out popen will do ok except that I cannot send a kill signal to ...
    (comp.unix.programmer)
  • Re: HOW TO REALLY BACKGROUND A PROCESS??
    ... > I KNOW ALL ABOUT NUHUP, FG, BG, AND KILL. ... daemon, it is no longer associated with a terminal. ... 'perldoc perlipc' for examples of interprocess communication, ...
    (alt.os.linux)