I was requested to configure a new e-mail server and provide a Management WebUI for it (I selected PostfixAdmin), in a Ubuntu Server 16.04 LTS.
We need to support e-mail addresses with the format ...@<project-domain>.int
, let's say @projectname.int
, due to it is required for an internal project (not connected to the Internet) on development.
I configured the e-mail, added projectname.int
to my the server and workstation hostfiles (not in the DNS yet), ping it to check, added working clients from these other workstations.
But on PostfixAdmin setup, in the step to create a "superadmin account", when I use an existing (and well tested) postfix email admin@projectname.int
it does not work, it says "Admin is not a valid email address! Email address" (screenshot below).
Later, with testing purposes, I tried with admin@projectname.com
, and it works, so, so, I wonder if maybe some TLDs, as .int, are not allowed for some reason, or if it is something else.
Do you have any idea about which problem it could be, or, if not allowed, about how I can allow my postfixadmin to use .int
?
- Ubuntu 16.04.6 LTS
- MySQL 14.14 Distrib 5.7.25
- postfix 3.1.0-3
- dovecot 2.2.22 (fe789d2)
- apache2 2.4.18
postfixadmin 3.2 (tar.gz downloaded from sourceforge)
- configured as pointed out in the INSTALL.TXT instructions
My hostfile, /etc/hosts:
127.0.0.1 localhost.localdomain localhost
127.0.1.1 projectname.int mailsrv.projectname.int mailsrv
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters