permission denied

EndUser75

Verified User
Joined
Mar 9, 2022
Messages
48
Hey,
I try to install Dkim on my server . i dont know much about .
I ask my self why i cant log in on my server and i get this..
open /usr/local/directadmin/conf/directadmin.conf: permission denied
I did manage to install ssh on my server and login with putty ;)
I can not find a answer on my level . Maybe someone can halp me
Thx
 
I think i need the ssh root password wich i don't have now . And i don't know how to reset this.
i will try to learn more aboute DA for the next post
Thanks for answer
 
what's your OS ?

maybe this should help with mostly OS do basic command like this

Code:
sudo su
passwd root

type password


then connect with root permission
Code:
su root


but basics usually you just "sudo su" and then you can execute any file likely root permission.
 
what's your OS ?

maybe this should help with mostly OS do basic command like this

Code:
sudo su
passwd root

type password


then connect with root permission
Code:
su root


but basics usually you just "sudo su" and then you can execute any file likely root permission.
su: Authentication failure
i thhink is n
 
Try this:
su -
and press enter

Check csf/lfd for these settings:
SMTP_BLOCK = "1"
SMTP_ALLOWLOCAL = "1"

Also be sure port 25 tcp is open incoming and outgoing.

Set them this way and restart csf and lfd.

In some odd cases you need to set SMTP_BLOCK="0".
 
Try this:
su -
and press enter

Check csf/lfd for these settings:
SMTP_BLOCK = "1"
SMTP_ALLOWLOCAL = "1"

Also be sure port 25 tcp is open incoming and outgoing.

Set them this way and restart csf and lfd.

In some odd cases you need to set SMTP_BLOCK="0".
can you help me to do this . i still have a problem with send en receive emails. Thank you
 
I think i need the ssh root password wich i don't have now . And i don't know how to reset things
If youi dont have root access then I am afraid we cant hep you much

Check csf/lfd for these settings:
SMTP_BLOCK = "1"
SMTP_ALLOWLOCAL = "1"
This setting are inside CSF, you can search this value by opening firewall configuration and search for this values
 
Last edited:
Try this:
su -
and press enter

Check csf/lfd for these settings:
SMTP_BLOCK = "1"
SMTP_ALLOWLOCAL = "1"

Also be sure port 25 tcp is open incoming and outgoing.

Set them this way and restart csf and lfd.

In some odd cases you need to set SMTP_BLOCK="0".
I still can not send e-mails SMTP_BLOCK="0"
SMTP_ALLOWLOCAL = "1"

Can you help please
 
Can you help please
can you help me to do this

If you need admin help. I would use the consulting section.
 
Seems I might have found the issue. Exim.pl version 16 -> Current is 31.
Exim.conf version 2.1.1 -> Current is spamblocker Exim.conf version 4.5.37
Also exim is throwing an error about an unknown line in the config, so configuration error.
Exim itself, version 4.87 -> Current version is 4.95.

Also Centos 7 needs an update too.
 
Last edited:
Back
Top