Tagged: directadmin mail toplama

DirectAdmin Mail Adreslerini Listelemek

Eğer bir DirectAdmin hosting yönetim paneli kullanıyorsanız, mevcut domainlerin altındaki tüm mail adreslerini almak için aşağıdaki komutlar işinizi görür ; #!/bin/sh for d in `cat /etc/virtual/domains`; do { if [ ! -e /etc/virtual/$d/passwd ]; then continue; fi for u in `cat /etc/virtual/$d/passwd | cut -d: -f1`; do { echo “$u@$d” >> maillistesi.txt; } done; } done; Bu komutları bir .sh...

CEH Türkiye Hosting Sponsoru