Hello,
>>pg_hba.conf:
>># TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
>>
>>local all all trust
>>host all all 127.0.0.1 255.255.255.255 trust
>>host all all 192.168.5.3 255.255.255.0 trust
>>When I try to connect from remote:
>>$ psql -h 192.168.5.5 -d dbmail -U dbmail
>>psql: FATAL: No pg_hba.conf entry for host 192.168.5.3, user dbmail, database dbmail
>>What else may I check or try?
> try to change tge IP-MASK to 255.255.255.255
> But think twice before giving a trust relationship to that kind of entry ...
I'm behind a firawall, no problem with this.
It works now with this IP_MASK after I shutdown the database completely,
maybe pg_ctl reload doesn't work correct?
Thanks for the help,
Gerrit
--
=^..^=