<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
If dovecot doesn't do it I think you can do it with IP tables.<br>
<br>
iptables -v -t nat -A PREROUTING -p tcp -j REDIRECT --dport 23
--to-ports 110<br>
<br>
This should make port 23 for example redirect to port 110. I used to
use this code to make port 23 act as another port 25.<br>
<br>
Andrew Gargan wrote:<br>
<blockquote cite="mid1125301706.4913.12.camel@andrew.iface.lan"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="GENERATOR" content="GtkHTML/3.0.10">
Hi All<br>
  <br>
This is possibly a silly question but after reading some of the docs
and hunting a bit I could not find an answer.<br>
  <br>
I need to run my pop3 service on both the standard 110 port and another
(not really sure which yet) port.<br>
  <br>
My ISP is doing shaping on port 110 destined traffic causing a
nightmare with some of my machines pulling only some of their mail then
crashing (and no its not anything else it is the ISP).<br>
  <br>
How do I get pop3 of dovecot to bind to two ports?<br>
  <br>
Regards<br>
  <br>
  <table cellpadding="0" cellspacing="0" width="100%">
    <tbody>
      <tr>
        <td>
Andrew Gargan<br>
Developer<br>
Interface Media (PTY) Ltd.<br>
Tel: 011 507 3003
        </td>
      </tr>
    </tbody>
  </table>
</blockquote>
<br>
<pre class="moz-signature" cols="80">-- 
Marc Perkel - <a class="moz-txt-link-abbreviated" href="mailto:marc@perkel.com">marc@perkel.com</a>

Spam Filter: <a class="moz-txt-link-freetext" href="http://www.junkemailfilter.com">http://www.junkemailfilter.com</a>
    My Blog: <a class="moz-txt-link-freetext" href="http://marc.perkel.com">http://marc.perkel.com</a>
</pre>
</body>
</html>