The readme lacks information on how to run mail2most. Please give me a more detailed procedure.
Installed mail2most on Linux via docker-compose. I have a user on the mail server (username@example.com). I have a user in Mattermost who created a personal token. I have a team in Mattermost and a private channel within it, where I would like to receive messages redirected from mail to Mattermost. In mail2most.conf we specify the following parameters:
[Default Profile.Mail]
ImapServer = "imap.example.com:993"
Username = "username@example.com"
Password = "mypass"
[DefaultProfile.Mattermost]
URL = "https://mattermost.example.com"
Team = "team name"
Username = "username"
Password = "userpassword"
AccessToken = "tokensymbols"
Channels = ["mail2most"]
Users = ["username","username@example.com"]
As I understand it, when I send myself a letter to username@example.com, I should receive his mask in the specified channel in Mattermost. However, this does not happen. Perhaps I'm specifying something more or incorrect? Please indicate my mistake.
The readme lacks information on how to run mail2most. Please give me a more detailed procedure.
Installed mail2most on Linux via docker-compose. I have a user on the mail server (username@example.com). I have a user in Mattermost who created a personal token. I have a team in Mattermost and a private channel within it, where I would like to receive messages redirected from mail to Mattermost. In mail2most.conf we specify the following parameters:
[Default Profile.Mail]
ImapServer = "imap.example.com:993"
Username = "username@example.com"
Password = "mypass"
[DefaultProfile.Mattermost]
URL = "https://mattermost.example.com"
Team = "team name"
Username = "username"
Password = "userpassword"
AccessToken = "tokensymbols"
Channels = ["mail2most"]
Users = ["username","username@example.com"]
As I understand it, when I send myself a letter to username@example.com, I should receive his mask in the specified channel in Mattermost. However, this does not happen. Perhaps I'm specifying something more or incorrect? Please indicate my mistake.