I am setting it in a properties file AND also in the GUI which is what triggered the question. Here is what I have in portal-ext.properties:
mail.session.mail.imap.host=10.0.10.2
mail.session.mail.imap.port=143
mail.session.mail.imap.user=userid
mail.session.mail.imap.password=password
mail.session.mail.smtp.host=10.0.10.2
mail.session.mail.smtp.port=25
#mail.session.mail.smtp.auth=true
mail.session.mail.smtp.user=userid
mail.session.mail.smtp.password=password
mail.session.mail.pop.host=10.0.10.2
mail.session.mail.pop.port=110
#mail.session.mail.pop.auth=true
mail.session.mail.pop.user=userid
mail.session.mail.pop.password=password
mail.session.mail.transport.protocol=smtps
mail.session.mail.smtps.host=smtp.gmail.com
mail.session.mail.smtps.port=465
mail.session.mail.smtps.auth=true
mail.session.mail.smtps.starttls.enable=true
mail.session.mail.smtps.user=mygmailemail@gmail.com
The plan is to use the email settings to send out new portal registration emails, all message board emails and email from one of the portal applications we have created (those are the SMTPS settings). And, the plan was to use POP to retrieve the emails sent back to the message board. Some of the messages ARE getting sent because I get a notification email when I register a new user (for example). When I create an account using my email client to access the message board "administrator" account that is the clearing house for the message board I do get the emails for that account (the "Email From" account). So *some* of this is working. What Isn't working is that when someone posts a new message IN the forum no email is received notifying the subscriber of that post. And, the second problem is the one I identified where I get repeated errors in the server.log about the POP authentication.
Here is the screen shot of the Email Configuration in Control Panel (FWIW): http://www.petesworkshop.com/images/LR_Email_Settings.jpg

The exchange server is on the internal network at 10.0.10.2. I also have another servlet application, hosted on the same server running javamail with identical settings and it works fine (for SMTP, I don't receive mail in that application so there are no POP3 settings). I don't think it is a firewall issue but I could run some traces to find out.
Not sure where to go to from here. It sure has been more difficult than it looked.....
Pete
Please sign in to flag this as inappropriate.