Client Certificate Authentication for Auth Only

2016-02-01 Thread Haravikk
blocked. Thanks, Haravikk

Options for dealing with Undelivered Mail Returned to Sender messages?

2016-02-03 Thread Haravikk
shouldn’t be sent at all. Is such a thing possible? Essentially I’d like to handle messages from my forums as fire and forget, while leaving regular mailboxes untouched. Thanks, Haravikk

Re: Options for dealing with Undelivered Mail Returned to Sender messages?

2016-02-03 Thread Haravikk
> On 3 Feb 2016, at 18:48, @lbutlr wrote: > > On Feb 3, 2016, at 10:46, Haravikk <mailto:post...@haravikk.me>> wrote: >> Unfortunately some user accounts currently have invalid or inactive e-mail >> accounts, resulting in a lot of Undelivered Mail Returned to

Preventing Rewrite of Return Path When Sending via sendmail

2016-02-21 Thread Haravikk
I’m trying to send e-mail via PHP’s built in mail() function (which uses sendmail), however, although I’m providing a valid return-path, postfix appears to be rewriting it to become www-d...@domain.tld , which is not what I want. Is there a way to prevent this in pos