search for: defaultreturn

Displaying 5 results from an estimated 5 matches for "defaultreturn".

2019 Mar 06
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
...tent-Type: application/json" --data '{"login":"ouruser", "remote": "127.0.0.1", "pwhash":"our_password"}' http://127.0.0.1:8084/?command=allow -u wforce:our_passwordi {"msg": "", "r_attrs": {"defaultReturn": "1"}, "status": 0} What's the value of wforce and super represent? -u for user? and super is the password for the user? curl -X GET http://127.0.0.1:8084/?command=ping -u wforce:super I always get: {"status":"failure", "reason":"U...
2019 Mar 07
0
how to enable PowerDNS/Weakforced with Fedora and sendmail
...ication/json" --data > '{"login":"ouruser", "remote": "127.0.0.1", "pwhash":"our_password"}' > http://127.0.0.1:8084/?command=allow -u wforce:our_passwordi > {"msg": "", "r_attrs": {"defaultReturn": "1"}, "status": 0} > > What's the value of wforce and super represent? -u for user? and super > is the password for the user? > |curl -X GET http://127.0.0.1:8084/?command=ping -u wforce:super| > I always get:? > {"status":"failure&quo...
2019 Mar 07
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
...c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=OdVERjXdNFh0nr4Sn_EL0pio02hSWKYsRcpA5NmR8nU&s=l7txLUp9a5R5ztYDSWbuNkofCzuANF3hfy5K6R0H7lc&e=> -u wforce:our_passwordi >> {"msg": "", "r_attrs": {"defaultReturn": "1"}, "status": 0} >> >> What's the value of wforce and super represent? -u for user? and super is the password for the user? >> curl -X GET http://127.0.0.1:8084/?command=ping <https://urldefense.proofpoint.com/v2/url?u=http-3A__127.0.0.1-3A8084...
2019 Mar 07
0
how to enable PowerDNS/Weakforced with Fedora and sendmail
...7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=OdVERjXdNFh0nr4Sn_EL0pio02hSWKYsRcpA5NmR8nU&s=l7txLUp9a5R5ztYDSWbuNkofCzuANF3hfy5K6R0H7lc&e=) -u wforce:our_passwordi > > > > > > {"msg": "", "r_attrs": {"defaultReturn": "1"}, "status": 0} > > > > > > > > > > > > > > > > > > What's the value of wforce and super represent? -u for user? and super is the password for the user? > > > > > > curl -X GET http://...
2019 Mar 06
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
We have dovecot-1:2.3.3-1.fc29.x86_64 running on Fedora 29. I'd like to test wforce, from https://github.com/PowerDNS/weakforced. I see instructions at the Authentication policy support page, https://wiki2.dovecot.org/Authentication/Policy I see the Required Minimum Configuration: auth_policy_server_url = http://example.com:4001/ auth_policy_hash_nonce = localized_random_string But when I