add cpanel postfix mail relay crap
All checks were successful
Generate README / build (push) Successful in 15s
All checks were successful
Generate README / build (push) Successful in 15s
This commit is contained in:
27
cpanel templates/simple
Normal file
27
cpanel templates/simple
Normal file
@@ -0,0 +1,27 @@
|
||||
; cPanel %cpversion%
|
||||
; Zone file for %domain%
|
||||
$TTL %ttl%
|
||||
@ %nsttl% IN SOA %nameserver%. %rpemail%. (
|
||||
%serial% ; serial, todays date+todays
|
||||
3600 ; refresh, seconds
|
||||
1800 ; retry, seconds
|
||||
1209600 ; expire, seconds
|
||||
86400 ) ; minimum, seconds
|
||||
|
||||
%domain%. %nsttl% IN NS %nameserver%.
|
||||
%domain%. %nsttl% IN NS %nameserver2%.
|
||||
%domain%. %nsttl% IN NS %nameserver3%.
|
||||
%domain%. %nsttl% IN NS %nameserver4%.
|
||||
|
||||
%nameserverentry%. IN A %nameservera%
|
||||
%nameserverentry2%. IN A %nameservera2%
|
||||
%nameserverentry3%. IN A %nameservera3%
|
||||
%nameserverentry4%. IN A %nameservera4%
|
||||
|
||||
%domain%. IN A %ip%
|
||||
%domain%. IN AAAA %ipv6%
|
||||
|
||||
%domain%. IN MX 10 mail.%domain%.
|
||||
%domain%. IN TXT "v=spf1 ip4:50.116.60.173 -all"
|
||||
_dmarc IN TXT "v=DMARC1; p=quarantine; adkim=s; aspf=s"
|
||||
mail IN A 50.116.60.173
|
||||
Reference in New Issue
Block a user