This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DISABLE MAIL command

Hello 21,
does any1 know what i need to do to disable MAIL command in smtp proxy when telnetting on port 25???

eg. telnet myPubblicIP 25
helo mydomain.com
mail from ioio@....
rcpt to myme@...

I'd like to leave smtp proxy enable and working but i'd like to drop telnet packet on port 25 that use "MAIL" command.

any suggest...??
tnks
   


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    I'd like to leave smtp proxy enable and working but i'd like to drop telnet packet on port 25 that use "MAIL" command.

    [/ QUOTE ]I'm not sure this is even possible - a telnet to port 25 is the same as any other TCP connection to the SMTP port, and I don't know how the proxy could tell whether the incoming connection was "a mailserver" or "a person at a keyboard'.

    I suppose some kind of clever timing analysis of the traffic might be possible, but this seems really pointless. A human typing on the keyboard is not going to get anywhere that an SMTP server on the other end won't.

    Steve  
Reply
  • [ QUOTE ]
    I'd like to leave smtp proxy enable and working but i'd like to drop telnet packet on port 25 that use "MAIL" command.

    [/ QUOTE ]I'm not sure this is even possible - a telnet to port 25 is the same as any other TCP connection to the SMTP port, and I don't know how the proxy could tell whether the incoming connection was "a mailserver" or "a person at a keyboard'.

    I suppose some kind of clever timing analysis of the traffic might be possible, but this seems really pointless. A human typing on the keyboard is not going to get anywhere that an SMTP server on the other end won't.

    Steve  
Children
No Data