Details for testcase: Install (Mail server)



BugReport a bug against the content of this testcase
ID1405
TitleInstall (Mail server)
LinkNo link provided
Part of testsuitesUbuntu Server

RevisionWritten on the 2016-10-17 11:17 by flocculant
Text

Scope of this test is to verify that the system is installed, you can login into it and the mail server is up and running.

Proceed in your native language if you wish. Instructions will remain in English

Boot up the image
Choose the desired language
Select "Install Ubuntu Server"
Choose the language
Select your location
Configure locales
At configure keyboard page, select NO
Select the country of the keyboard
Select the keyboard layout
Select hostname ubuntu as default
Insert the name for the new user
Insert the name for the account
Choose a password
Reinsert the password
At encrypt request select NO
Verify or setup the timezone
At partitioning select "Guided - Use entire disk"
Select disk to partition
At "Write changes to disks", verify that everythings is right and select YES
At "http proxy" request, leave it blank and press enter
At managing upgrades select "No automatic updates"
At Software selection, choose "Mail server" with arrows, select it with "space bar" and confirm with "Enter"
At Postfix Configuration select "Internet Site"
At System mail name, let ubuntu
At Configuring dovecot-core select "Yes"
At Configuring dovecot-core verify the hostname is "localhost" and select "Continue"
Select to install Grub in the master boot record
Remove the installation media (CDROM or USB key)
Wait that the system reboot then login
Verify that postfix is running:
telnet 127.0.0.1 25
Has to return: Ubuntu ESMTP Postfix (Ubuntu). Type quit to exit
Verify that dovecot pop3 and imap servers are running:
sudo netstat -ltnp | grep dovecot
should list 8 dovecot instances (port 110, 143, 993 and 995) 4 for tcp and 4 tcp6
Try to send a test email:
echo foo | mail -s test ${USER}
Run mutt and press enter to see the mail, press q to exit

If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.

RevisionWritten on the 2016-04-25 10:06 by flocculant
RevisionWritten on the 2014-01-23 10:58 by nskaggs
RevisionWritten on the 2013-10-07 11:24 by nskaggs
RevisionWritten on the 2013-06-04 18:53 by nskaggs
RevisionWritten on the 2013-03-28 16:29 by nskaggs
RevisionWritten on the 2013-02-22 12:31 by nskaggs
RevisionWritten on the 2012-10-13 13:02 by phillw
RevisionWritten on the 2012-10-11 13:55 by nskaggs
RevisionWritten on the 2012-08-17 09:17 by fabiomarconi
RevisionWritten on the 2012-08-15 16:04 by fabiomarconi