how to edit exim.conf in VestaCP
-
- Posts: 7
- Joined: Mon Aug 17, 2015 2:03 pm
how to edit exim.conf in VestaCP
Hello,
Does anyone know how to edit exim.conf in vestaCP? I need to disable ipvp6 in exim. I have vestaCP with centos.
Please give me directions
Thank you
Does anyone know how to edit exim.conf in vestaCP? I need to disable ipvp6 in exim. I have vestaCP with centos.
Please give me directions
Thank you
Re: how to edit exim.conf in VestaCP
ssh console -> /etc/exim/exim.conf
Config and log locations on a RHEL and CentOS:
https://vestacp.com/docs/#config-log-lo ... hel-centos
Code: Select all
disable_ipv6 = true
https://vestacp.com/docs/#config-log-lo ... hel-centos
-
- Posts: 7
- Joined: Mon Aug 17, 2015 2:03 pm
Re: how to edit exim.conf in VestaCP
When i try it in SSH, error coming saying
-bash: /etc/exim/exim.conf: Permission denied
-bash: /etc/exim/exim.conf: Permission denied
Re: how to edit exim.conf in VestaCP
Use some editor nano or vionly4mohan wrote:When i try it in SSH, error coming saying
-bash: /etc/exim/exim.conf: Permission denied
Code: Select all
nano /etc/exim/exim.conf
-
- Posts: 7
- Joined: Mon Aug 17, 2015 2:03 pm
Re: how to edit exim.conf in VestaCP
its says,
-bash: nano: command not found
-bash: nano: command not found
-
- Posts: 7
- Joined: Mon Aug 17, 2015 2:03 pm
Re: how to edit exim.conf in VestaCP
vi is working.
Can you tell me how to save the configuration after i done?
Can you tell me how to save the configuration after i done?
-
- Posts: 7
- Joined: Mon Aug 17, 2015 2:03 pm
Re: how to edit exim.conf in VestaCP
Thanks for the help. But could you help me with how to delete the swap file i have accidentaly created.
this one "/etc/exim/.exim.conf.swp"
this one "/etc/exim/.exim.conf.swp"
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: how to edit exim.conf in VestaCP
I think it is better to first learn to work in linux for doing this. Simply removing it with rm.
Re: how to edit exim.conf in VestaCP
only4mohan wrote:its says,
-bash: nano: command not found
Code: Select all
yum install nano
Re: how to edit exim.conf in VestaCP
ESC -> :wqonly4mohan wrote:vi is working.
Can you tell me how to save the configuration after i done?
http://www.washington.edu/computing/unix/vi.html