pop3ds Daemon

Purpose

Starts the Post Office Protocol Version 3 (POP3) server process over TLS/SSL.

Syntax

pop3ds [-c]

Description

The pop3ds command is a POP3 server. It supports the POP3 remote mail access protocol. Also, it accepts commands on its standard input and responds on its standard output. You normally invoke the pop3d3 command with the inetd daemon with those descriptors attached to a remote client connection.

The pop3ds command works with the existing mail infrastructure consisting of sendmail and bellmail.

Flags

Item Description
-c Suppresses the reverse host name lookup.

Parameters

Item Description
None  

Exit Status

All error and status information is written to a logfile if syslogd is configured for logging.

Security

The pop3ds daemon is a PAM-enabled application with a service name of imap. System-wide configuration to use PAM for authentication is set by modifying the value of the auth_type attribute, in the usw stanza of /etc/security/login.cfg, to PAM_AUTH as the root user.

The authentication mechanisms used when PAM is enabled depend on the configuration for the imap service in /etc/pam.conf. The pop3ds daemon requires /etc/pam.conf entries for the auth and session module types. Listed below is a recommended configuration in /etc/pam.conf for the imap service:
#
# AIX imap configuration
#
imap auth      required     /usr/lib/security/pam_aix

imap session   required     /usr/lib/security/pam_aix
Note: Because the pop3ds daemon uses the imap library for authentication, the imap service is used for both the imapds and pop3ds daemons.

Files

Item Description
/usr/sbin/pop3ds Contains the pop3ds command.
html