note I am using Office 365 Business, nevertheless O365 Business Essentials and O365 Enterprise plan shall let you do the same.
- go to login.microsoftonline.com
- once logged in you should see something similar to this
- if you are admin you should see this icon :
- Click on the Admin icon, to access the admin portal :
- Bottom of left pane you will have an icon, put your cursor on it :
- Click on Exchange, to get access to outlook admin portal
you will need to get to this Outlook Admin portal few times in this tutorial.
- I have a server hosted at sd-53250.dedibox.fr accessible on port 22 my unprivilege user is user
$ssh sd-53250.dedibox.fr
Warning: Permanently added 'sd-53250.dedibox.fr' (ECDSA) to the list of known hosts.
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have new mail.
Last login: Tue Jul 4 10:04:46 2017 from lfbn-1-4376-119.w92-170.abo.wanadoo.fr
- now that we are in we want to see if we have root access (personnaly I leverage sudo to do so), it might ask you for your password to leverage sudo, in my case it doesn't (R.T.F.M ;) )
$sudo su
#
- you can type whoami to verify you are root
# whoami
root
#
- we also want to verify bind9 is installed :
# dpkg --list | grep ii | grep bind
ii bind9 1:9.9.5.dfsg-9+deb8u11 amd64 Internet Domain Name Server
ii bind9-host 1:9.9.5.dfsg-9+deb8u11 amd64 Version of 'host' bundled with BIND 9.X
ii bind9utils 1:9.9.5.dfsg-9+deb8u11 amd64 Utilities for BIND
ii libbind9-90 1:9.9.5.dfsg-9+deb8u11 amd64 BIND9 Shared Library used by BIND
- if you have bind9 listed, it's ok, if not go we will install it :
# apt-get install bind9
...
- once done redo the step with dpkg to verify it is listed as installed.
You shall also have a new directory /etc/bind .For a fresh installed bind it shall looks like the below when listing the folder :
# ls /etc/bind/
bind.keys db.127 db.255 db.root named.conf.default-zones
named.conf.options zones.rfc1918 db.0
db.empty db.local named.conf named.conf.local rndc.key
Later on, we will work here in conjonction with O365 instructions.
-
Go to your provider, for me : https://www.gandi.net/login :
-
Click on the domain you want to associate with O365, in my case mobilutils.fr
We will come here later on ;).
that's it for now, if you have access to everything I have shown here you are good to go, if not you can either use your brain baring in mind you need :
- Office 365 Essentials accounts admin access
- root access to a Linux box
- have a domain you own for your O365 Mailbox
This being said, you can go back to the main readme file.