Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > db76ab1ecef215d1f35e57d97516cb9d > files > 1

apache-mod_smtpd-0.9-1.r235759.9mdv2010.0.i586.rpm

<IfDefine HAVE_SMTPD>
  <IfModule !mod_smtpd.c>
    LoadModule smtpd_module    extramodules/mod_smtpd.so
  </IfModule>
</IfDefine>

<IfModule mod_smtpd.c>

    # Whether this server is serving the SMTP protocol.
    #SmtpProtocol On

    # Server identification to advertise.
    #SmtpServerId mod_smtpd

    # Maximum input to receive after data command in bytes.
    #SmtpMaxDataSize 8388608

</IfModule>