Virtual machine for a web application, it is still in testing.
reverse DNS is properly set up.
Postfix only listens on the local host.
Linux firewall drops anything not to port 80, 443, or a custom high
number port I use for SSH.
This postfix is not an open relay, or a relay for anything on th
On 12/26/2016 10:35 PM, Wietse Venema wrote:
> John Fawcett:
>> so long as the loop continues in the presence of a zero return
>> code from mysql_next_result() and mysql_store_result is called for
>> each one we will stay in sync. With the break above we will be ok,
>> since the loop stops only whe
On 12/27/2016 12:17 AM, G. Schlisio wrote:
>> I managed to find where this is happening. It is not in glibc but in
>> systemd.
>>
>> If your /etc/nsswitch.conf has something like this:
>>
>> passwd: compat mymachines systemd
>>
>> then the routines that are being used are systemd ones.
>>
>> Th