dns: postmaster -> hostmaster

This commit is contained in:
Frank Schroeder 2017-08-07 11:09:58 +02:00
parent 98de22e13e
commit 7b39af2b2d
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ func (d *DNSServer) soa() *dns.SOA {
Serial: uint32(time.Now().Unix()),
// todo(fs): make these configurable
Mbox: "postmaster." + d.domain,
Mbox: "hostmaster." + d.domain,
Refresh: 3600,
Retry: 600,
Expire: 86400,