Content
You are here:
SMTP changes
Added by Dudley Vanquatem about 10 years ago
Hey,
I have new to openproject and I have installed this application on an Ubuntu 14.04 LTS.
I have installed openproject using the packaged installation.
I did the settings with openproject configure but the SMTP doesn’t work.
Where can I find the setting to adjust only the SMTP settings?
All the rest seems to work.
Kind regards
Dudley
Replies (6)
Hey,
I found they were under the /etc/openproject/conf.d but my user didn’t have rights to enter it.
Now I have changed the settings but I still get a “An error occurred while sending mail (SMTP-AUTH requested but missing user name)” message
when I try to send a testmail.
This is the config:
export EMAIL_DELIVERY_METHOD=“smtp”
export ADMIN_EMAIL=“myuser@ourdomain”
export SMTP_HOST=“IP of our lotus domino”
export SMTP_PORT=“25”
export SMTP_DOMAIN=“ourdomain”
Kind regards
Dudley
So I got it working with SMTP.
Now my webpage mentions that a testmail was succesfully send but I don’t see the message appear in my mailbox.
I also don’t see any trace in our mailserver about the mail.
Is there something else that need to be set-up to receive the mail or is it delayed somewhere?
Kind regards
Dudley
Having the same problem on Debian 7.
SMTP without authentification is configured an no errors are produced.
Yet no mail reaches our mail server (other applications with the same smtp configs are working without any problems whatsoever).
The only clue at hand is the following entry in the production.log
There is no recipient address, only a blank.
Thanks in advance for every suggestion on this problem.
I have started over with a manual installation on a fresh Ubuntu installation.
There is way able to configure the config.yml correctly.
In the packaged installation I still have no clue on how to config smtp.
I did a packaged installation on CentOS 6.6
Used reconfiguration wizard to setup SMTP. There was no option for no authentication.
When sending test emails i get “An error occurred while sending mail (SMTP-AUTH requested but missing user name)” :/
Here is my /opt/openproject/config/configuration.yml
and /etc/openproject/conf.d/smtp
not clear as to which one is actually being used.
These are my settings, these are the lines in the end of the file.
Also is your mailserver allowing smtp without authentication ?