HappymanUK
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by HappymanUK-
and ls -la /etc/mtab? It shouldn't be a symlink, but this might be the answer. If it is, that needs to be fixed lrwxrwxrwx 1 root root 12 Mar 22 2014 /etc/mtab -> /proc/mounts
-
what's the output of lsattr /etc/mtab are you trying to edit this as root? I get the following. Yes, I'm trying to edit it as root: root@server [~]# lsattr /etc/mtab lsattr: Operation not suppor...
-
It won't let me save the changes after doing a pico -w on that file and removing that line - not sure why. Any ideas ?
-
Thanks for the reply. I will give that a try later when I am in a position to reboot. Also, I had tried linking to "/dev/xvda" using the command: ln -s /dev/xvda /dev/root How would I reverse t...
-
what's the output from the following command cat /etc/mtab Thank you for replying. Here is the results from the mtab: # cat /etc/mtab rootfs / rootfs rw 0 0 /dev/root / ext3 rw,relatime,error...
-
]Hello :) Please ensure you also review this thread: Port 25 Usage Thank you. Thanks - I understand this. I wasn't referring to blocking port 25, but trying to block smtp auth requests.
-
]They are trying to send you mail on SMTP port 25. They don't try to login to POP3/IMAP. This is nothing special. In last two days I have 1000 mails/hour from CSF. You can disable receiving this ma...
-
]How will your valid users login to check their email? I'm only talking about SMTP on port 25 for outgoing email from the server, not for users picking up their e-mail via POP3. Thanks
-
]I think that's my point. They are being stopped from logging in. I understand - but if I can somehow disable the SMTP function for this, then they wouldn't even get the prompt - so can't even att...
-
Is there no way to stop them even trying to login ? - Somehow disable the facility for sending emails via the server from an external address ? - ie, so emails can go out from the server, and indiv...