Hello.
In my documents I have command:
but it seems like that is no longer working. I've tried to search psa database to find this option "Mail sent to non-existent users", but no success.
What I want to do is list all domains settings for "Mail sent to non-existent users" or even filter them - list only domains that have option set other then Reject.
In my documents I have command:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "select name from domains" | grep -v 'name' > domains.txt; while read i; do echo $i; /usr/local/psa/bin/domain_pref -i $i | grep nonexistent; done < domains.txt
but it seems like that is no longer working. I've tried to search psa database to find this option "Mail sent to non-existent users", but no success.
What I want to do is list all domains settings for "Mail sent to non-existent users" or even filter them - list only domains that have option set other then Reject.