On Sun, Sep 15, 2013 at 07:15:47PM -0400, Tim Prepscius wrote:
> It would be great if the mail never touched disk. I could guarantee
> the mail handler returns almost instantaneously.
Postfix always commits messages to disk before notifying the remote
SMTP client that the message has been accept
ok so i have that working with the mysql db.
I'll eventually create a separate db with just one table.
I'm using a kludge from here:
http://stackoverflow.com/questions/4772229/configure-mail-server-to-receive-mail-from-any-domain
to get around specifying the domain:
virtual_mailbox_domains = pcr
Tim Prepscius:
> oh wow, this worked, first time too. jeeze.. that's awesome.
>
> Thank you again, to answer your questions:
>
> 1. I do in fact want to only accept mail from static ips and those
> not on the block list. But I figure there are configuration examples
> for this. I can spend th
oh wow, this worked, first time too. jeeze.. that's awesome.
Thank you again, to answer your questions:
1. I do in fact want to only accept mail from static ips and those
not on the block list. But I figure there are configuration examples
for this. I can spend the time to figure this out I t
Tim Prepscius:
> Hello,
>
> This has probably been answered in some thread, however I'm having a
> hard time finding it.
> I'm reading through the documentation, and it is not clear how I would
> fashion a configuration.
>
>
>
> I would like to run postfix in the following fashion:
>
> 1. pos