Coder Social home page Coder Social logo

普通域名管理,新增域名解析后,未生效,另外发送邮件的配置里,没有邮箱密码的设置项 about open_dnsdb HOT 2 CLOSED

qunarcorp avatar qunarcorp commented on August 17, 2024
普通域名管理,新增域名解析后,未生效,另外发送邮件的配置里,没有邮箱密码的设置项

from open_dnsdb.

Comments (2)

LostSymbol avatar LostSymbol commented on August 17, 2024

"Failed to copy zone files to tmp_dir": 这步是将所有的zone文件拷贝到tmp目录,请确认下信息:
1、etc/beta/dnsdb-updater.conf 中 zone_dir 目录是否存在, 目录下是否包含所有必要的zone文件
2、etc/beta/dnsdb-updater.conf 中 tmp_dir 下面是否存在 var/named目录(程序应该是自动创建了的)
3、手动测试下命令 cp -Rf zone_dir/ tmp_dir/var/named/

发送邮件的那个我看下

from open_dnsdb.

LostSymbol avatar LostSymbol commented on August 17, 2024

邮箱密码配置

etc/beta/common.conf

[mail]
server = mail.server.corp.com
port = 25
from_addr = [email protected]
password = xxxxxx
alert_list = [email protected];[email protected]
info_list = [email protected]

from open_dnsdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.