mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 07:25:55 +03:00
[GH-ISSUE #107] Initial e-mail does not arrive #106
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nonylion on GitHub (Dec 26, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/107
Hi.
What conditions must be met to successfully send login credentials?
I'm trying your brilliant software in my internal network and cannot use auth 'none' for security reasons.
Here's my specs:
Ubuntu 16.04.03
Docker: 17.09.1-ce
Docker-compose: 1.18.0
Thanks.
@sochix commented on GitHub (Dec 28, 2017):
@nonylion check that your machine has internet access.
@nonylion commented on GitHub (Dec 28, 2017):
@sochix Of course it has. It's behind nat however. Also no reverse dns. Maybe there's another way to capture that mail?
@sochix commented on GitHub (Dec 28, 2017):
Check if you have access to mandrill.com by ping
@nonylion commented on GitHub (Dec 28, 2017):
@sochix
mandrill.com does not reply icmp pings, but mandrillapp.com does.
Using tcpdump i've found, ambar doesn't query mandrill.com but mandrillapp.com. Then it 'speaks' with mandrillapp.com for a while, but still no e-mail :(
@sdrwtf commented on GitHub (Dec 30, 2017):
Hello,
i have exact the same problem as the Issue Owner. Therefore i want to provide a little more detailed information which hopefully helps to solve this.
I installed ambar on a VM (Virtualbox) directly behind a router, no firewall in between which can block anything (but also no dedicated IP address).
OS:
Docker:
Docker Compose:
Installation went through without trouble and ambar starts without problems:
I can sign up with my email address but i don't get the initial email. Ping to mandrillapp.com also works fine:
I know i can set
authtononeinconfig.jsonwhich then works kind of, but i really would like to have the login functionality.My actual (unchanged) config.json: config.json.txt
and the Docker container logs:
ambar_crawler_c0.log
ambar_db_1.log
ambar_es_1.log
ambar_frontend_1.log
ambar_pipeline_p0.log
ambar_proxy_1.log
ambar_rabbit_1.log
ambar_redis_1.log
ambar_webapi_1.log
Hopefully someone can help.
Thanks!
@sochix commented on GitHub (Jan 12, 2018):
Ok, we found the problem - mandrill. We just exceeded the free quota. Will consider a swicth to another mail service.
@sdrwtf commented on GitHub (Jan 12, 2018):
Thanks for the reply @sochix ! Maybe it's worth a thought to give the user the option to set a own smtp server / mail relay during installation process. This would also give the option to run ambar in a local environment without permanent web access (e.g. company internal networks).
@cerberus10 commented on GitHub (Jan 12, 2018):
Hi I am having the same issue. It seems that the quota is still full.
Waiting on my email to try your software.
Is this also happening in the Enterprise versions?
@ekeskin commented on GitHub (Feb 7, 2018):
Any progress on this ?
Just got same problem. Local smtp server could be a great option to have.
@PhilG2G commented on GitHub (Feb 8, 2018):
Same problem for me. I didn't receive the password by email. Why the access is not allowed by a classic default login/password system ?
@runnermhr commented on GitHub (Feb 13, 2018):
Same problem for me. I didn't receive the password by email. What I have to do?
@rosweiler commented on GitHub (Feb 14, 2018):
Same here, no email arriving.
@sochix commented on GitHub (Feb 15, 2018):
Sorry guys for such a long wait time... We'll fix it.
@sgarwood commented on GitHub (Feb 21, 2018):
Hi,
Any progress on this?
+1 With @sdrwtf to allow for local SMTP mail server
@geekspeed commented on GitHub (Feb 23, 2018):
Any progress? Or way to manually setup a user?
@sdrwtf commented on GitHub (Feb 23, 2018):
@geekspeed if you just want to have a peek on it without having an actual login (the system is open then) you can edit the config.json and change the
authsetting tonone:"auth": "basic"->"auth": "none"Then you're able to have a look at the frontend without an login.
Anyway we should keep in mind that there are only two guys working on this project and i presume they're doing this in their spare time. So we should be patient, I think.
@runnermhr commented on GitHub (Mar 2, 2018):
Is it possible to create a local login with multiple users?
@sdrwtf commented on GitHub (Mar 2, 2018):
@runnermhr you can find the information at the bottom of https://ambar.cloud/ - if you use the community edition (which is free) you can only set up one user. If you need more than one user you need to use the enterprise edition (price on request).
But that's nothing this issue is about. The problem which is discussed here is that the initial emails which should provide the login information is not arriving because the mail service which is currently used is not working anymore. So at the moment it is not possible at all to set up a user till this problem is fixed.
@josselinlbe commented on GitHub (Mar 2, 2018):
+1 for local SMTP mail server!
@sochix commented on GitHub (Apr 19, 2018):
In the latest version of Ambar we removed users functionality. We decided that it can be done much better via nginx proxy and base auth