On 5 Feb 2015, at 14:58, li...@rhsoft.net wrote:
>
> ... you don't need your ISP to configure that simple DNS record for your own
> domain
Actually you usually do. When anyone does a reverse lookup on your IP, it will
point at the ISP's DNS, not yours, so unless you have reverse delegation set
On 3 Feb 2015, at 17:48, Viktor Dukhovni wrote:
>
> Actually, DO put a space in. Some day you'll write a shell script
> of the form:
>
> /usr/sbin/sendmail -f "$sender" ...
>
> which will work even when the sender address is empty, the non-space
> variant will break:
>
> /usr/sbin
On 3 Feb 2015, at 11:25, Christian Rößner
wrote:
>
> php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f
> foo...@example.org
Don't put a space between the `-f` and the address, it should be like
`-ffoo...@example.org`.
On 3 Feb 2015, at 11:26, li...@rhsoft.net wrote:
>
> just don'