A POP3 server I must access regularly is going to require SSL on 10/27.
Is there a way to tell Balsa (v2.0.15) to make POP3 connections over SSL
(port 995)?
|
|
0
|
|
|
|
Reply
|
bogus6948 (285)
|
10/20/2003 4:58:16 AM |
|
"JD" == Jules Dubois <bogus@invalid.tld>:
JD> A POP3 server I must access regularly is going to require SSL on 10/27.
JD>
JD> Is there a way to tell Balsa (v2.0.15) to make POP3 connections over SSL
JD> (port 995)?
Balsa doesn't have native support for SSL connections (yet), but you
can use 'stunnel' instead: it will start a (regular) POP3 daemon on
you _local_ machine, which will communicate with the remote POP3 server
over SSL.
-=-
This message was posted via two or more anonymous remailing services.
|
|
0
|
|
|
|
Reply
|
BigappleRemailer2 (74)
|
10/20/2003 12:27:29 PM
|
|
On 20 Oct 2003 12:27:29 -0000, in article
<9QYCE7T937914.3524189815@anonymous>, Anonymous wrote:
> "JD" == Jules Dubois <bogus@invalid.tld>:
> JD> Is there a way to tell Balsa (v2.0.15) to make POP3 connections over SSL
> JD> (port 995)?
>
> Balsa doesn't have native support for SSL connections (yet), but you
> can use 'stunnel' instead: it will start a (regular) POP3 daemon on
> you _local_ machine, which will communicate with the remote POP3 server
> over SSL.
I did some web searching; many sites have instructions for some version of
stunnel I didn't have, but the stunnel.org site provided me with clue.
For the (Google) record, I:
* installed stunnel4
* edited /etc/stunnel/stunnel.conf
# Use it for client mode
client = yes
# Service-level configuration
[pop3s]
accept = localhost:45001
connect = mail.unm.edu:995
* configured "Server" under Balsa's "Remote Mailbox Server"
localhost:45001
Now I've got an SSL connection from my non-SSL Balsa client to my SSL POP3
server.
Thank you, O Anonymous One.
--
"[O]bviously Linux owes its heritage to Unix, but not its code.
We would not, nor will not, make such a claim."
-- Darl McBride. CEO, The SCO Group. August 2002.
|
|
0
|
|
|
|
Reply
|
bogus6948 (285)
|
10/22/2003 5:30:37 AM
|
|
"JD" == Jules Dubois <bogus@invalid.tld>:
JD> <9QYCE7T937914.3524189815@anonymous>, Anonymous wrote:
JD> > Balsa doesn't have native support for SSL connections (yet), but you
JD> > can use 'stunnel' instead: it will start a (regular) POP3 daemon on
JD> > you _local_ machine, which will communicate with the remote POP3 server
JD> > over SSL.
JD>
JD> Now I've got an SSL connection from my non-SSL Balsa client to my SSL POP3
JD> server.
JD>
JD> Thank you, O Anonymous One.
You are welcome, Jules.
-=-
This message was posted via two or more anonymous remailing services.
|
|
0
|
|
|
|
Reply
|
BigappleRemailer2 (74)
|
10/22/2003 8:55:44 AM
|
|
|
3 Replies
53 Views
(page loaded in 0.101 seconds)
Similiar Articles: Example of Javamail with SMTP and POP3 on SSL - comp.lang.java ...SMTP Server? - comp.mail.misc... in a pop3 ... auth - Simple Mail Transfer Protocol ... over ssl fails with JavaMail API - comp.lang.java.security ... Evolution and Hotmail - comp.mail.miscAs far as I can tell, smtp.live.com does not accept SSL over SMTP connections on port 465. Port 25 does advertise STARTTLS. Try reconfiguring Evolution to use STARTTLS ... Secure FTP API for Java Released - comp.lang.java.security ...SMTP Server? - comp.mail.misc... cheap) email server to run along side apache, ftp ... Debian GNU/Linux has all of them in its (pre-release ... smtp over ssl fails with ... Listen to multiple ports - comp.lang.cI have a custom POP3 server which would have to wait for SSL (port 995) and non-SSL (port 110 ... mistakes that don't show up in testing, but maybe rarely, over ... TLS negotiation - comp.mail.misc[This is a gross over-simplification and as such is not strictly accurate ... Example of Javamail with SMTP and POP3 on SSL - comp.lang.java ... TLS negotiation - comp.mail ... How configure Eudora 7 for Gmail? - comp.mail.eudora.ms-windows ..."Required, Alternate Port" takes care of SSL and correct port for any or all of POP, IMAP, and SMTP. ... Believe me, I looked all over before I posted here ... can no longer send mail through my netbsd firewall - comp.unix.bsd ...Account: 'pop.mts.net', Server: 'smtp.mts.net', > >Protocol: SMTP, Port: 25, Secure(SSL): No ... Sharing over the internet? - comp.databases.filemaker... database and your ... Sendmail not sending mails immediately - comp.unix.solaris ...Sendmail SMTP Host Name - comp.unix.solaris Now, I am getting a "Could not ... acts ... ... How to send email over SSL in C# // Sending email over a secure SSL ... unexpected sendmail error?? - comp.soft-sys.matlab... mail.smtp.auth','true'); props.setProperty('mail.smtp.socketFactory.class', 'javax.net.ssl ... been popping up since a few days back ... facing this problem over ... perl script to send sms via serial - comp.unix.solarisHi guys, Ive been searching all over the place trying to ... I've got one SSL site (our own) that, via SSL debug ... ... A utility that does this (talking SMTP through telnet ... SolutionBase: Expand your e-mail options with alternative Linux ...If you are using an rpm-based distribution, you can run yum install balsa. ... SMTP over SSL/TLS; DIGEST-MD5 authentication; Nested folders; Mail filters and local ... Securing POP3 Over SSL - SharkysoftSecuring POP3 Over SSL. by Charlton Rose. introduction. If you or other people with accounts on your Unix machine routinely download email from it using the POP3 ... 7/22/2012 10:26:36 PM
|