Can I check 'mailq' with vzctl from node? I need to find out if VPS owner from one node sends SPAM messages. Any other way to check if VPS client sends SPAM ?
Asked
Active
Viewed 34 times
1 Answers
1
of course, you can run progam inside the container fromthe host:
vzctl exec CTID mailq
also you can enter the vps:
vzctl enter CTID

Semirke
- 314
- 1
- 2
-
and while you're inside, have a look through the maillog. – NickW Feb 12 '14 at 15:06
-
hi, perhaps a best answer choice? – Semirke Feb 15 '14 at 09:54