We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For new Package Requests, see the guidelines
Package Name: MUTT Package Version: 1.5.24-2
NAS Model: RS212 NAS Architecture: ARM5 DSM version: DSM 6.2.2-24922 Update 4
Using GMAIL SMTPS I should be able to send email
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...
1. Set up a GMAIL imap account with smtps for the outbound mail
2. start mutt and attempt to send an email
mutt
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
SASL_PATH
Check Package Center or /usr/local/{package}/var/
/usr/local/{package}/var/
Insert the package log here
no logs available
E.g. /var/log/messages or /var/log/synopkg.log
/var/log/messages
/var/log/synopkg.log
Insert log here
Nothing of interest here either.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
provides a message upon attempting to send that SASL is required
Scenario 2: using SMTP protocol as follows
will just cause a core dump...
Steps to reproduce
1. Set up a GMAIL imap account with smtps for the outbound mail
2. start
mutt
and attempt to send an email3. a TLS connection occurs, however a message is displayed...
and the message is not sent.
I have installed SASL as follows:
and the system is happy and thinks it is installed fine.
setting
SASL_PATH
has no effectPackage log
Check Package Center or
/usr/local/{package}/var/
no logs available
Other logs
E.g.
/var/log/messages
or/var/log/synopkg.log
Nothing of interest here either.
The text was updated successfully, but these errors were encountered: