|
本帖最后由 secoug 于 2019-10-17 21:31 编辑
改link_watch:
- {
- "device": "team0",
- "link_watch": {
- "name": "arp_ping",
- "interval": 100,
- "missed_max": 30,
- "source_host": "10.0.0.3",
- "target_host": "10.0.0.103"
- },
- "mcast_rejoin": {
- "count": 1
- },
- "notify_peers": {
- "count": 1
- },
- "ports": {
- "ens38": {
- },
- "ens39": {
- }
- },
- "runner": {
- "active": true,
- "name": "activebackup",
- "tx_hash": [
- "eth",
- "ipv4",
- "ipv6"
- ]
- }
- }
复制代码
instructor.example.com:
- [root@instructor postfix]# postconf myorigin inet_interfaces mydestination mynetworks
- myorigin = $mydomain
- inet_interfaces = all
- mydestination = $myhostname, mail.$mydomain, localhost.$mydomain, localhost,example.com
- mynetworks = 192.168.0.0/24, 127.0.0.0/8
复制代码 server3.example.com/desktop3.example.com:
- [root@desktop3 postfix]# postconf myorigin inet_interfaces local_transport relayhost
- myorigin = example.com
- inet_interfaces = loopback-only
- local_transport = error: local delivery disabled
- relayhost = [instructor.example.com]
- [root@desktop3 postfix]# id arthur
- id: arthur: no such user
复制代码
|
|