ivaldi / brimir

Email helpdesk built using Ruby on Rails and Zurb Foundation
http://getbrimir.com
GNU Affero General Public License v3.0
1.38k stars 299 forks source link

ticket system mailbox setup #371

Closed fredtz closed 7 years ago

fredtz commented 7 years ago

Hello Ivaldi,

As I understand you suggest to use relay postbox if software will be installed on hw/vm platform. What we have to do if we want to use docker with Brimir as main ticketing system? Do you have in your roadmap the setup of customized (TLS/SSL) and authorized mail box setup in most nearest future?

frenkel commented 7 years ago

Hello @fredtz, What do you mean by "relay postbox"?

fredtz commented 7 years ago

Hello @frenkel,

As we could see from available docs there is no possibility to send email with authorization on remote mail server, currently we have to setup relay mail server w/o authorization on same host which we used for Brimir installation. But if we use docker environment it simply impossible because container already packed. Of course we could install there relay mail server too or recompose container but possibly in your roadmap already have point about setup internal system mail box as it presented in Gitlab for example https://docs.gitlab.com/omnibus/settings/smtp.html

frenkel commented 7 years ago

Hello @fredtz,

Are you referring to incoming e-mail? Those can be posted from any server, you don't need to do that from you Docker container. There have been feature request to connect via IMAP or POP to a remote mailbox, but nobody has implemented that feature yet.