• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Use alias domain for (pop3) login: How?

I

insel22

Guest
Hello.

It is possible to use an alias domain for (pop3) login? (I hope, it is.)

I have a domain example.com and a domain alias example.net. Mail to [email protected] is accepted and delivered to the mailbox of [email protected]. No problem here.

But: I want to be able to use the address [email protected] (with example.net = alias domain) for pop3 authentication. How do I do that?

Login with main domain is working:

# telnet localhost 110
[...]
user [email protected]
+OK Password required.
pass verysecret
+OK logged in.

Login with alias domain fails:

# telnet localhost 110
[...]
user [email protected]
+OK Password required.
pass verysecret
-ERR Login failed.

Hints are welcome.
Thanks in advance.
 
Back
Top