[BlueOnyx:11735] Re: 5108R Bug Report: POP3 on when turned off

Gerald Waugh gwaugh at frontstreetnetworks.com
Thu Nov 29 19:59:50 -05 2012


On 11/29/2012 11:26 AM, Dogsbody wrote:
> Fully patched and new 5108R.
>
> GUI settings...
> Enable SMTP Server     - On
> Enable SMTPS Server    - On
> Enable SMTP Auth       - On
> Enable Submission Port - On
> Enable IMAP Server     - On
> Enable IMAPS Server    - On
> Enable POP Server      - Off
> Enable POPS Server     - Off
> Enable Z-Push          - Off
>
> Yet and Nmap scan shows ports 110 (pop3) and 995 (pop3s) are open and
> accepting connections!?
>
> Let me know if there is anything i can do to help investigate.
We have some servers with those ports closed, and we do...

service dovecot stop
service xinetd stop
   then setup chkconfig xinetd and dovecot to be off
chkconfig dovecot off
chkconfig xinetd off

setup proftpd to run 'standalone'
vi /etc/proftpd.conf     -- change
#ServerType                     inetd
ServerType                      standalone
service proftpd start

We then changed /usr/sausalito/swatch/bin/am_pop.exp
to always return the green light

Which works for us... YMMV

-- 
Gerald



More information about the Blueonyx mailing list