Mails not sent after updating to 3.0.1
Created by: sriharshav
Mails are not sent after updating to 3.0.1
Platform : OS : Linux xxxxx 3.2.0-33-generic #52 (closed)-Ubuntu SMP Thu Oct 18 16:19:45 UTC 2012 Gitlab : 3.0.1 Gitolite : 2012-06-27 v3.04
I could see following from production.log
      Rendered notes/_create_common_note.js.haml (74.9ms)
      Rendered notes/create.js.haml (77.3ms)
    Completed 200 OK in 136ms (Views: 78.5ms | ActiveRecord: 30.0ms)
      Rendered notify/note_merge_request_email.html.haml within layouts/notify (170.3ms)
    Sent mail to [email protected] (488ms)
      Rendered notify/note_merge_request_email.html.haml within layouts/notify (170.1ms)
    Sent mail to [email protected] (474ms)
      Rendered notify/note_merge_request_email.html.haml within layouts/notify (170.3ms)And resque task is running.
    gitlab   18137  0.0  3.0 148512 61996 ?        Sl   11:23   0:00 resque-1.20.0: Waiting for *   And gitlab.conf is
    # Web application specific settings
    web:
      host: xxx.yyy.com
      port: 80
      https: false
    # Email used for notification
    # about new issues, comments
    email:
      from: [email protected]
    # Application specific settings
    # Like default project limit for user etc
    app:
      default_projects_limit: 10
      # backup_path: "/vol/backups"   # default: Rails.root + backups/
      # backup_keep_time: 604800      # default: 0 (forever) (in seconds)And I have sendmail installed.
Please suggest me what is that I am missing?
** Update 1: ** Looking through /var/logs/mail I found that smtp was complaining about "unknown user" for send address.
I corrected it and verified with sudo sendmail -bv [email protected] [email protected]... deliverable: mailer esmtp, host xxx.com., user [email protected]
Now that part is fixed from sendmail, I restarted gitlab but still mails are not sent.