
Hi list, i have a question about the following problem i'm facing: I want to use a secure conection to my POP3-service and i'll be able to send mail via smtp. To prevent an open-relay mailserver i set up pop-before-smtp from http://popbsmtp.sourceforge.net. It is using /var/log/mail to update its IP-adress-database to verify access to smtp. Now i'm not shure about the right setup in xinetd.conf: Version 1: service pop3s { disable = no socket_type = stream wait = no user = root server = /usr/sbin/ipop3d server_args = -s log_on_success += USERID log_on_failure += USERID } Version 2: service pop3s { disable = no socket_type = stream wait = no user = root server = /usr/sbin/stunnel server_args = -l /usr/sbin/ipop3d log_on_success += USERID log_on_failure += USERID } Version 2 creates only access from 127.0.0.1 in /var/log/mail. This prevents pop-before-smtp from updating its database but all data is sent via an ssl connection to the server. Now my questions: Is data in version 1 also send via ssl or only some parts like userid and password or nothing? If nothing is send via ssl: How to configure stunnel to send the original ip-adress to /var/log/mail? Thanks and regards Michael M. Dienel --- Michael M. Dienel DIENtronik www.dientronik.de mmdienel@dientronik.de michael.m.dienel@t-online.de