Hello..is there any way to look at the mail queue from ISPConfig admin page? I have a user that is spamming and i con not detect it. Thanks a lot!
To check which e-mailas are in the queue: mailq Release or delete them with the postsuper command: postsuper -r *QUEUE ID* (for releasing one) postsuper -r ALL (for releasing ALL) postsuper -d *QUEUE ID* (for deleting one) postsuper -d ALL (for deleting ALL)
Thanks a lot! Wich command can i use to view all messages from a particular sender or ISPConfig user? IE: messages from web01_jose Thanks in advise.