Dony Tata wrote:
>can some body help me? i have true domain "true.org" and virtual domain
>"virtual.org" in DNS configure like this
[...]
>
>#.../mm_cfg.py
>DEFAULT_URL_HOST = 'lists.true.org'
>DEFAULT_EMAIL_HOST = 'lists.true.org'
I think you probably want to add
VIRTUAL_HOSTS.clear()
add_v
can some body help me? i have true domain "true.org" and virtual domain
"virtual.org" in DNS configure like this
#../named.conf
options {
directory "/var/named";
};
zone "." {
type hint;
file "named.root";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "irfan.ac.id" {
ty