Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: william_syd on July 18, 2005, 06:22:45 PM

Title: SME 7 and FetchMail.
Post by: william_syd on July 18, 2005, 06:22:45 PM
Does SME 7 have the features of schirrms contrib ? http://www.schirrms.net/sme/SMEFetchMail.php

I need to collect mails from existing isp accounts.


William.
Title: SME 7 and FetchMail.
Post by: guest22 on July 18, 2005, 10:32:37 PM
AFAIK not by default. But I am confident that contrib will work on SME7alpha. Why don't you give it a try and let us know here:

http://forums.contribs.org/index.php?topic=27834.0

guest
Title: SME 7 and FetchMail.
Post by: william_syd on July 19, 2005, 04:52:58 PM
Quote from: "guest22"
AFAIK not by default. But I am confident that contrib will work on SME7alpha. Why don't you give it a try and let us know here:

http://forums.contribs.org/index.php?topic=27834.0

guest


There is FetchMail within Webmail... but I have to login before it fetches.



Regards,
William.
Title: SME 7 and FetchMail.
Post by: william_syd on July 20, 2005, 07:23:14 AM
Quote from: "guest22"
AFAIK not by default. But I am confident that contrib will work on SME7alpha. Why don't you give it a try and let us know here:

http://forums.contribs.org/index.php?topic=27834.0

guest


Just did. Crached and Burned...

Appeared to install ok but no selections available in the mail retrival panel.

http://no.longer.valid/phpwiki/index.php/SME7Contribs


Regards,
William.
Title: SME 7 and FetchMail.
Post by: william_syd on August 04, 2005, 12:03:26 PM
Quote from: "william_syd"
Quote from: "guest22"
AFAIK not by default. But I am confident that contrib will work on SME7alpha. Why don't you give it a try and let us know here:

http://forums.contribs.org/index.php?topic=27834.0

guest


Just did. Crached and Burned...

Appeared to install ok but no selections available in the mail retrival panel.

http://no.longer.valid/phpwiki/index.php/SME7Contribs


Regards,
William.


Looks like it's now fixed....

http://forums.contribs.org/index.php?topic=22814.msg117783#msg117783



Regards,
William.
Title: SME and Secure SMTP
Post by: william_syd on August 04, 2005, 01:41:44 PM
Referring to SMEa26,

Is it possible to send email via secure smtp ?

SME is at 192.168.1.128 and client is at 192.168.1.10 using thunderbird.



Regards,
William.
Title: Re: SME and Secure SMTP
Post by: gordonr on August 05, 2005, 08:05:30 AM
Quote from: "william_syd"
Referring to SMEa26,

Is it possible to send email via secure smtp ?


Yes. I use this quite a lot. If there's an issue, please raise it in the bug tracker. Thanks.
Title: Re: SME and Secure SMTP
Post by: william_syd on August 05, 2005, 10:04:13 AM
Quote from: "gordonr"
Quote from: "william_syd"
Referring to SMEa26,

Is it possible to send email via secure smtp ?


Yes. I use this quite a lot. If there's an issue, please raise it in the bug tracker. Thanks.


I've been trying to get it to work.

Where in the server panel do I enable it ?


Regards,
William.
Title: Re: SME and Secure SMTP
Post by: gordonr on August 05, 2005, 10:18:59 AM
Quote from: "william_syd"

I've been trying to get it to work.

Where in the server panel do I enable it ?


E-mail/Change e-mail reception settings/SMTP authentication

SMTP AUTH is enabled by default over the ssmtp port (SMTP over SSL). The default should probably be disabled. I'll raise a bug on that one.

In Thunderbird, Outgoing Server (SMTP) Settings, I have:

Code: [Select]
Server Name: <servername>   Port: 465   Default: 465

[TICK] Use name and password
User Name: <username>

Use secure connection:
() No () TLS, if available () TLS (DOT) SSL
Title: SME 7 and FetchMail.
Post by: william_syd on August 05, 2005, 10:55:48 AM
That how I have it setup but it wont work.

Running sme7 in vmware.. could that be a possible problem?

Also tried with outlook express

Code: [Select]
Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: '192.168.1.128', Server: '192.168.1.128', Protocol: SMTP, Port: 465, Secure(SSL): Yes, Error Number: 0x800CCC0F

Regards,
William.
Title: SME 7 and FetchMail.
Post by: gordonr on August 05, 2005, 11:12:00 AM
Quote from: "william_syd"

Running sme7 in vmware.. could that be a possible problem?


No - I test in VMware and it works fine (as well as on a real box).

Here's a useful site for client settings:

http://www.whoopis.com/howtos/sendmail-auth-howto.html

Anyway, to the bug tracker here:

https://sourceforge.net/tracker/?group_id=96750&atid=615772

please. Could you include the following in your report:

Code: [Select]
ls -l /var/service/qpsmtpd/ssl/cert.pem

Also, check

Code: [Select]
/var/log/sqpsmtpd/current

for messages (available from the server-manager).

Thanks,

Gordon