Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some informations needed before start installing mastodon on my linux server(debian 10) #1124

Closed
student-CE opened this issue Dec 21, 2022 · 2 comments

Comments

@student-CE
Copy link

Hi please , I need some informations before start installing mastodon on my linux server(debian 10)

after type the command used to run the script mastodon ( sudo -u mastodon RAILS_ENV=production bundle exec rake mastodon:setup)

1/ for the question : Do you want to send emails from localhost?

in case I have an account email on the smtp server address: smtp.ionos.de

in

SMTP password : should i type the password of my SMTP server "smtp.ionos.de " or the login password of my own email ID on this smtp server

Ps:The email ID, i use it on the smtp server "smtp.ionos.de"

2/for the question domain name:

when i have typed hostname -d , on my server linux i have found something like "server.something.net",

is it correct if i type another subdomain like "mastodon.test.net" and not "server.something.net"(domain found after typing the command hostname -d ) for the question domain name and then i will modify the same name of subdomain under /etc/nginx/sites-available/ and link it with mastodon.

@nightpool
Copy link
Member

SMTP password : should i type the password of my SMTP server "smtp.ionos.de " or the login password of my own email ID on this smtp server

I'm not sure I understand the distinction you're making or the question you're asking. You should use the password that you use to connect to this system for your email ID, over SMTP. I don't understand how the two options you provided are different. As an example, if you're using gmail.com, you would use an App Specific Password here to provide single-use access to the SMTP protocol.

You should direct further questions on how to connect to smtp.ionos.de to the provider/sysadmin for that server, we're not able to help you with them here.

is it correct if i type another subdomain like "mastodon.test.net" and not "server.something.net"(domain found after typing the command hostname -d ) for the question domain name and then i will modify the same name of subdomain under /etc/nginx/sites-available/ and link it with mastodon.

As long as your server can receive traffic on mastodon.test.net, and the DNS records are updated appropriately, then this should be fine.

@nightpool nightpool closed this as not planned Won't fix, can't repro, duplicate, stale Dec 21, 2022
@student-CE
Copy link
Author

Hi, thanks for your response
In case I will type No for the question Do you want to send emails from localhost?

here is it required to setup the smtp server ("smtp.ionos.de") with postfix ? or the step of this question is limited in enter "No" for the questions then fillout the
SMTP SERVER NAME,
USERNAME SMTP,
Password SMTP

without setup this smtp server with postfix in the linux server ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants