https://github.com/osquery/osquery logo
Title
m

marpaia

05/04/2018, 5:15 PM
@find.mikeli can you elaborate on what you mean by “does the kolide fleet mailer depend on postfix”? i don’t know of any advanced requirements for the fleet smtp code
f

find.mikeli

05/04/2018, 8:27 PM
@marpaia trying to debug why the emails are silently failing and saw errors in postfix from puppet
the smtp configuration doesnt give errors when i fill in the connect details
however when i send the actual invites to my team they are not receiving them
i tested the smtp endpoint via nc and it works so wondering what else could be causing them to not getting sent 🤷‍♂️
is there a manual way i can rip out the enrollment email link .. maybe from the DB?
m

marpaia

05/04/2018, 8:30 PM
good question
let me see
ok, you can do this
let me test something
alright, if you run
select email, token from invites;
in your fleet MySQL,
token
should be something like
Q2Q1Ny8zQXdBYjRNL0o0ZFhUZnZRSDZ1NFN6MVZuQUM=
just ${fleet_host}/login/invites/${token}
f

find.mikeli

05/04/2018, 8:41 PM
thanks 🙏
if i figure out whats wrong ill be sure to drop in the info @marpaia see u and team at querycon :)
m

marpaia

05/04/2018, 8:43 PM
awesome, sorry that we had to resort to such a jank solution