- https://github.com/naspeh-sf/deploy this is brand new without SMTP installing, so you need to install SMTP server manually and modify MAIL_* vars in /opt/superdesk/envfile then "supervisorctl restart all"
another option you can create user from command line:
This is clearly a configuration issue. You need a working SMTP server so that Superdesk can send emails out. The mail server is required to send email notifications to users in different scenarios: a new user account has been created, a new story has been published, someone has mentioned you in a comment, etc.
From the file you have shared, I can see the mail server is not configured properly.
MAIL_FROM='novojornalti@novojornal.jor.br'
MAIL_SERVER=inovo.digital@gmail.com
MAIL_PASSWORD='nitnovo%*'
MAIL_PORT=25
MAIL_USERNAME=''
MAIL_SERVER should contain the url to your mail server, not a regular email address. If you are planning to use Gmail, then it should be:
Thank you for your response, much contributed to solving our problems ...
I would like to ask you one more tip, as follows:
I'm publishing a "File" type article, but Superdesk is writing the output of the file in the "_ERROR" folder instead of writing to the "_PROCESSED" folder, how do I solve it?
It depends on how you've configured postfix. You could look for your main.cf and master.cf files, or use postconf, but I think your MAIL_SERVER should be `localhost` and MAIL_PORT 25, unless Ubuntu defaults to something different.
The key is to have set the correct values for the env variables MAIL_SERVER, MAIL_PORT. If those values correspond to your mail server configuration, then Superdesk should be able to send notifications.
You can test it by either creating a new user, or resetting the password of an existing one. You can reset the password for an existing user by opening the user profile via the Users Management view. In the profile you will see a link "reset password". If you click on it, Superdesk will send an email notification to the corresponding user containing a link where the user can set the password.
When I publish an article in "file" format, superdesk is writing the article in the "_erro" folder and not in the "_PROCESSED" folder, how do I rev it?
Superdesk makes use of _PROCESSED/ and _ERROR/ for the file feed in the Ingest, only. This is not related to publishing. So, I suppose the problem is that Superdesk is not ingesting those files successfully.
Does it happen with all files for the same feed or does this happen only with some of them?
What's the format of those files? Please attach one of those files.
Here is the file for your analysis as requested .. my doubt is, because this file is written to the _ERRO folder when I click the PUBLIHS button ..what is wrong.
There is nothing else to do besides what you can read in the previous messages. The key is to get Superdesk using the mail server through those env variables and that's it.
I need it even if possible it was an example of some envfile that is already working .. can be any mail server ... just so you can do the same here .. (changing only the user data and password)
I need a working envfile to serve as an example for me to configure my