Author Topic: Gmail Thru Qtmail Using Stunnel  (Read 12988 times)

inode0

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Gmail Thru Qtmail Using Stunnel
« Reply #15 on: August 13, 2005, 01:32:16 am »
Quote
I would like to run it as a daemon
so the command line should be
stunnel /path/to/stunnel.conf -L
right? Or am I wrong?
Is giving me a illeagal option fault
Just /path/to/stunnel /path/to/stunnel.conf is enough if everything is configured in stunnel.conf.

John

nilch

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • http://
Gmail Thru Qtmail Using Stunnel
« Reply #16 on: August 13, 2005, 02:11:24 pm »
The -l switch expects a program name after it... you have to specify which program to run thru stunnel

So the command should be more like
stunnel /path/to/stunnel.conf -L <program like pppd>

See this site for example of stunnel as a daemon
http://www.onsight.com/faq/stunnel/stunnel-faq-6.html

hope this helps

Quote
I would like to run it as a daemon
so the command line should be
stunnel /path/to/stunnel.conf -L
right? Or am I wrong?
Is giving me a illeagal option fault
[div align=\"right\"][a href=\"index.php?act=findpost&pid=91646\"][{POST_SNAPBACK}][/a][/div]
New no more-C1000 / 5000D (sold my 6000 and 750) | Cacko ROM 1.23 on C1000 | 256 MB CF | 2GB PNY SD card | Socket Networker WiFi CF Card | USB Host cable from StreamlineCPUS | Mini Microphone (for voice recording) |

inode0

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Gmail Thru Qtmail Using Stunnel
« Reply #17 on: August 15, 2005, 11:46:12 pm »
Quote
cool, wonder if it'll work with KopieMail. BTW I have sylpheed working on both outgoing and incoming(outgoing will give an error, just ignore it) the mail does go thru. Unless of course you can figure out the error and correct it
I took a look at kopiemail tonight and it seems to work fine with gmail without stunnel at all assuming you have openssl installed.

For outgoing use these settings:

Account: Gmail SMTP
Server: smtp.gmail.com
Port: 587
Use secure sockets: Always, use TLS
Check Use Login
User: your gmail account name
Password: you gmail password

For incoming use these settings:

Account: Gmail POP3
Server: pop.gmail.com
Port: 995
Use secure sockets: Connect on secure port
User: your gmail account name
Password: your gmail password
Other setting however you like

Maybe you could give this a try? Seems to work fine here.

John

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Gmail Thru Qtmail Using Stunnel
« Reply #18 on: August 16, 2005, 01:55:04 am »
cool i will try it
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Gmail Thru Qtmail Using Stunnel
« Reply #19 on: August 16, 2005, 03:24:00 pm »
folder initialization error 5...seems to not work, what openssl version do you have?

fixed: gotta have the @gmail.com...doh!
« Last Edit: August 16, 2005, 03:29:40 pm by bam »
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

inode0

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Gmail Thru Qtmail Using Stunnel
« Reply #20 on: August 16, 2005, 03:33:41 pm »
Quote
folder initialization error 5...seems to not work, what openssl version do you have?

fixed: gotta have the @gmail.com...doh!
So it is working for you now?

I like kopiemail better than qtmail from my very brief exposure to each.

John
« Last Edit: August 16, 2005, 03:34:06 pm by inode0 »

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Gmail Thru Qtmail Using Stunnel
« Reply #21 on: August 16, 2005, 04:08:23 pm »
yup working great, a little slow, but I am in no rush.
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

inode0

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Gmail Thru Qtmail Using Stunnel
« Reply #22 on: August 16, 2005, 04:14:08 pm »
Quote
yup working great, a little slow, but I am in no rush.
Good beans!

John