Kövesdi György wrote:
So the target domain is local?
How is it handled? Real domain or custom domain?
Try a domainlist command with ctrlclnt to see if it's listed.
That domain is listed in the file domains.tab, so I think it could be handled as a local domain. I don't know why it is rejected. BTW no log files are written at all while this problem exists. I think it also should be mentioned in the log file. I have not used the command CtrlClnt yet: now I don't know what username must be applied.
K. Gy.

Hi,
I use the following linux script to print such info:


#!/bin/sh
###
### xmail_showall.sh
### make this script executable by using chmod +x xmail_showall.sh
### fill the settings below
### execute this script from /var/MailRoot directory

#############################################################
# set these values:

MAILDOMAIN="mydomain.com"
MAILHOST="myhost.mydomain.com"
ADMINUN="adminusername"   # see the ctrlaccounts.tab file
ADMINPW="adminpassword"   # in clear format


#############################################################
CMDSTART="bin/CtrlClnt -s $MAILHOST -u $ADMINUN -p $ADMINPW"

echo "--- domainlist ---"
$CMDSTART domainlist

echo "--- aliasdomainlist ---"
$CMDSTART aliasdomainlist

echo "--- userlist ---"
$CMDSTART userlist

echo "--- aliaslist ---"
$CMDSTART aliaslist

echo "-----------------------------"
tree domains    # optional

###### end ############################################

_______________________________________________
xmail mailing list
[email protected]
http://xmailserver.org/mailman/listinfo/xmail

Reply via email to