USB automount and postfix service issues after 15.0.2 update (Pi Docker)

Just accepted the update to 15.0.2 which seemed to go OK, but I’m now seeing the following on the panel:

‣ You should enable dnsmasq to use your domain inside home

‣ You should enable automount to use your plugged in USB drive

NextCloudPi version v1.3.6
NextCloudPi image NextCloudPi_docker_10-02-18
distribution Debian GNU/Linux 9 \n \l
automount no
USB devices sda sr0
datadir /data/app/data
data in SD no
data filesystem ext2/ext3
data disk usage 5.1G/674G
rootfs usage 4.9G/28G
swapfile none
dbdir /data/database
Nextcloud check ok
Nextcloud version 15.0.2.0
HTTPD service up
PHP service up
MariaDB service up
Redis service up
Postfix service down
internet check ok
port check 80 open
port check 443 open

At the moment everything seems to still be working and I can access the data (which is on the USB drive).

My question is how do you enable auto-mounting, as I can’t find it anywhere on either the panel or the admin menu, and what do I need to do about the postfix service (indeed what is it)?

Nc-automount is not available in the ncp docker image.

You can mount any volume for persistent data with the -v option.

Mounting external drives has to be done manually. (Depending your host system)

Postfix is a mail server, installed by default, you don’t have to use it or do anything about it.

@OliverV thanks for the info.

I have the volumes mounted that way and iirc the drive is set up in fstab anyway so I guess all should be fine, even if the panel is now telling me to set up automount.

For postfix I guess I don’t use it as I don’t have NC mailing me anything so no issue. I just tend to get a bit nervous when I see stuff labelled as not running after an update that was running before.