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

MUTT seems to not have been compiled with SASL support #3840

Closed
CINJ opened this issue Dec 31, 2019 · 1 comment · Fixed by #3923
Closed

MUTT seems to not have been compiled with SASL support #3840

CINJ opened this issue Dec 31, 2019 · 1 comment · Fixed by #3923

Comments

@CINJ
Copy link

CINJ commented Dec 31, 2019

For new Package Requests, see the guidelines

Setup

Package Name: MUTT
Package Version: 1.5.24-2

NAS Model: RS212
NAS Architecture: ARM5
DSM version: DSM 6.2.2-24922 Update 4

Expected behavior

Using GMAIL SMTPS I should be able to send email

Actual behavior

Scenario 1: using SMTPS in the protocol of the config as follows

set smtp_url = 'smtps://joe@xxx.com@smtp.gmail.com/'

provides a message upon attempting to send that SASL is required

Scenario 2: using SMTP protocol as follows

set smtp_url = 'smtp://joe@xxx.com@smtp.gmail.com:587/'

will just cause a core dump...

Steps to reproduce

1. Set up a GMAIL imap account with smtps for the outbound mail

set smtp_url = 'smtps://joe@xxx.com@smtp.gmail.com/'

2. start mutt and attempt to send an email

3. a TLS connection occurs, however a message is displayed...

SMTP authentication requires SASL

and the message is not sent.

I have installed SASL as follows:

sudo /opt/bin/ipkg install cyrus-sasl-libs
sudo /opt/bin/ipkg install cyrus-sasl

and the system is happy and thinks it is installed fine.
setting SASL_PATH has no effect

Package log

Check Package Center or /usr/local/{package}/var/

Insert the package log here

no logs available

Other logs

E.g. /var/log/messages or /var/log/synopkg.log

Insert log here

Nothing of interest here either.

@ymartin59
Copy link
Contributor

mutt package is still beta and has not been tested on DSM 6. By the way, "ipkg" is for optware/entware and is not related to SynoCommunity packages.

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

Successfully merging a pull request may close this issue.

2 participants