Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

social/email-in module cannot get mail #132

Open
jwcrawley opened this issue Oct 1, 2015 · 1 comment
Open

social/email-in module cannot get mail #132

jwcrawley opened this issue Oct 1, 2015 · 1 comment

Comments

@jwcrawley
Copy link

Greetings,

I have my server, crankylinuxuser.net serving imap. After setting up the email node, I get the following error via console:

[info] [e-mail in:a72f2d64.baf0c8] Error: 140244797482880:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:795:

My server requires encrypted auth before further communicating. This IP block was previously on a spamhaus ban, which necessitated me to raise IMAP/SMTP to max security settings to have it lifted.

Is there a good chance for full encryption support to be added? If not, I'll close this.

Sincerely,
Josh Conway

@ghost
Copy link

ghost commented Dec 31, 2015

Did you ever sort this out?


var smtpTransport = nodemailer.createTransport({
            host: node.outserver,
            port: node.outport,
            secure: true,
            auth: {
                user: node.userid,
                pass: node.password
            }
        });

I think the 'secure: true' is the issue here but I cannot find this module in my raspberry pi to test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant