How to check spamming in Zimbra Penguin Technology - 11:16 0 Edit To check which user has and used that email address for spamming grep sasl_user /var/log/zimbra.log | sed 's/.*sasl_username=//g'...
Remove white space from file in linux Penguin Technology - 18:55 0 Edit sed 's/[\t ]//g;/^$/d' filename
Shell script to check the memory usage on a Linux server Penguin Technology - 05:23 0 Edit #!/bin/bash # Get the total memory available total_memory=$(free -m | grep 'Mem:' | awk '{print $2}') # Get the used memory ...
Zimbra create catcall account Penguin Technology - 09:12 0 Edit zmprov modifyAccount catchall@domain.com zimbraMailCatchAllAddress @domain.com