aadii786
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by aadii786-
cat emaillist.txt | while read EMAIL;do uapi --user={cpanel username} Email delete_pop email=$EMAIL;done Now just problem left in cPanel usernames fetching that i have tried with 2 methods 1) ext...
-
I don't have a ready-made loop for this situation, but a "for" or "while" loop would work well for this. We have an example of this work here:
-
uapi --user={SPECEFIC USER NAME} Email delete_pop email='{SPECEFIC EMAIL ADDRESS}' yes it helped me to delete email when i specifically add user name and specific email address. uapi --user={ALL ...
-
Need help to on this issue i'm able delete emails directory but email not removed from email option find -path "*/mail/*" -type d -name "smtp" -exec rm -rf "{}" \;