Yes.

Look at DAEMON_OPTIONS in the README file.

An excerpt :

DaemonPortOptions are a special case since multiple daemons can be
defined.  This can be done via
 
        DAEMON_OPTIONS(`field1=value1,field2=value2,...')
 
If DAEMON_OPTIONS is not used, then the default is
 
        DAEMON_OPTIONS(`Port=smtp, Name=MTA')
        DAEMON_OPTIONS(`Port=587, Name=MSA, M=E')
 
If you use one DAEMON_OPTIONS macro, it will alter the parameters
of the first of these.  The second will still be defaulted; it
represents a "Message Submission Agent" (MSA) as defined by RFC
2476 (see below).  To turn off the default definition for the MSA,
use FEATURE(`no_default_msa') (see also FEATURES).  If you use
additional DAEMON_OPTIONS macros, they will add additional daemons.
 
Example 1:  To change the port for the SMTP listener, while
still using the MSA default, use
        DAEMON_OPTIONS(`Port=925, Name=MTA')
 
Example 2:  To change the port for the MSA daemon, while still
using the default SMTP port, use
        FEATURE(`no_default_msa')
        DAEMON_OPTIONS(`Name=MTA')
        DAEMON_OPTIONS(`Port=987, Name=MSA, M=E')
 
Note that if the first of those DAEMON_OPTIONS lines were omitted, then
there would be no listener on the standard SMTP port.

Regards
Jim


>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 25/05/01, 18:15:09, Mark Robinson <[EMAIL PROTECTED]> wrote 
regarding [scottish] Sendmail port:


> Hi all,

> Is there an easy way to get sendmail to listen on a port other than
> port 25?

> TIA
>  Mark


> --------------------------------------------------------------------
> http://www.lug.org.uk                   http://www.linuxportal.co.uk
> http://www.linuxjob.co.uk               http://www.linuxshop.co.uk
> --------------------------------------------------------------------
--------------------------------------------------------------------
http://www.lug.org.uk                   http://www.linuxportal.co.uk
http://www.linuxjob.co.uk               http://www.linuxshop.co.uk
--------------------------------------------------------------------

Reply via email to