-
Notifications
You must be signed in to change notification settings - Fork 79
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
Usage of option --auth #23
Comments
Hi @tobiasbp , Yes, the current --auth option is to access web interface. Afaik, we don't have any option for SMTP auth as of now. |
@jainsahab, I have created a fork that implements a new --smtpAuth option to support this, as well as new options to choose secure mode and provide a keystore contain a private key to support STARTTLS or secure mode. Would you be interested in a pull request for this? |
Hi @kbedel, a PR would be nice if @jainsahab is willing to support it. We'd like to use the --smtpAuth 👍 |
Hey, I am in need of that feature aswell, can someone merge this PR? |
SMTP auth would be indeed useful |
Hello there.
How is the feature --auth used? What is the syntax?
Documentation says:
-a, --auth STRING Enable Authentication
I can startup with --auth USERNAME:PASSWORD, but what does that mean?
EDIT: This seems to control access to the web interface. I was expecting to be able to use SMTP auth. Is that even possible?
The text was updated successfully, but these errors were encountered: