ging / fi-ware-idm-rails

KeyRock (DEPRECATED RELEASE)
GNU Affero General Public License v3.0
10 stars 4 forks source link

mail non functional #70

Open flostru opened 9 years ago

flostru commented 9 years ago

Hi,

as ist seems idm (own server) cant send mail? I receive no registration mails.

Debian + postfix the user running idm can send mails through linux command by /usr/sbin/sendmail and /usr/bin/mail no problem, tested and working.

I followed the install directions from the wiki.

when trying, for example, to resend confirmation email i get the following:

keyrock@gaia:~/fi-ware-idm$ tail -f log/development.log -n 0 |grep mail Parameters: {"utf8"=>"✓", "authenticity_token"=>"H9hBPKf8Hsn6hu8JP7alerzL+TG6/dSDJfnsue7GQg8=", "user"=>{"email"=>"me@mydomain.de"}, "commit"=>"Resend confirmation instructions"} User Load (0.4ms) SELECT users.* FROM users WHERE users.unconfirmed_email = 'me@mydomain.de' LIMIT 1 SQL (0.5ms) SELECT users.id AS t0_r0, users.encrypted_password AS t0_r1, users.password_salt AS t0_r2, users.reset_password_token AS t0_r3, users.reset_password_sent_at AS t0_r4, users.remember_created_at AS t0_r5, users.sign_in_count AS t0_r6, users.current_sign_in_at AS t0_r7, users.last_sign_in_at AS t0_r8, users.current_sign_in_ip AS t0_r9, users.last_sign_in_ip AS t0_r10, users.authentication_token AS t0_r11, users.created_at AS t0_r12, users.updated_at AS t0_r13, users.actor_id AS t0_r14, users.language AS t0_r15, users.confirmation_token AS t0_r16, users.confirmed_at AS t0_r17, users.confirmation_sent_at AS t0_r18, users.unconfirmed_email AS t0_r19, users.cloud_master AS t0_r20, actors.id AS t1_r0, actors.name AS t1_r1, actors.email AS t1_r2, actors.slug AS t1_r3, actors.subject_type AS t1_r4, actors.notify_by_email AS t1_r5, actors.created_at AS t1_r6, actors.updated_at AS t1_r7, actors.activity_object_id AS t1_r8, actors.logo_file_name AS t1_r9, actors.logo_content_type AS t1_r10, actors.logo_file_size AS t1_r11, actors.logo_updated_at AS t1_r12, actors.notification_settings AS t1_r13 FROM users LEFT OUTER JOIN actors ON actors.id = users.actor_id WHERE actors.email = 'me@mydomain.de' LIMIT 1 Rendered devise/mailer/confirmation_instructions.html.erb (1.2ms) Sent mail to me@mydomain.de (139ms) Message-ID: 5446a3e325350_207f467b4a866072@gaia.mail

no mail is being sent out, in /var/log/mail.log i see no attempts to send mail.

anaselli commented 9 years ago

could it be related to issue #71 ?