admin emails and IP/~username paths

wemanageit

New member
Joined
Jun 12, 2022
Messages
7
After resolving the issue with the DNS,host purged something out of their image or something, they won't pass on... so DNS is settable now...

BUT I've got to glitches still

1) Admin email is coming from
[email protected]
Code:
[root@server etc]# cat hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost localhost.localdomain
4X.6X.1X.2X           server.correctdomain.org server

DA ADMIN settings has correct server name, server.correctdomain.org
/etc/hosts has

RDNS = server.correctdomain.org

messageID shows as

So the admin email went to spam in gmail, and likely would have any way... but the first one went nowhere as RDNS was not set, corrected, and then gmail accepted it,
But its still coming from this

Ok. .. testing with the domain a testing user has...

Email has correct format, ie: [email protected] and from etc.. is [email protected]... OK...

Something needs to be reset to get the correct info for admin etc... Don't see any thing in places, and the Roundcube item just takes me to well, roundcube, not anything that adjusts settings for Roundcube etc...

???????
hostname -f / hostname --fqdn

both return the same setting as in DA panel
server.correctdomain.org

2) I've tried this on both servers I am testing, and

http://IP/~user results in 404 Errors and 404 Not Found errors as there is no error handling page for 404's etc...

BUT

http:www.domain.tld does offer the default page that DA puts in...

Does this http://IP/~user not work any more?????

With the domains I moved over to test with it propagated quickly, but others won't...

The welcome email lists this, so it should work????? Or ?????

Thanks in advance.
 
BUT I've got to glitches still

1) Admin email is coming from
[email protected]

Hello,

Change an email address for your admin in DirectAdmin on user's settings page.

As of userdir, you might enable it in custombuild and rewrite webserver's configs:

Code:
./build set userdir_access yes
./build rewrite_confs
 
Back
Top