Re: [GENERAL] SMTP

2007-07-16 Thread Chris Browne
[EMAIL PROTECTED] (paddy carroll) writes: > store mail , send mail, receive mail, filter mail. > I need a mail firewall for a set of bespoke applications in a secure > environment. > > I will probably use postfix It is possible to configure various parts of postfix (e.g. - aliases and other such)

Re: [GENERAL] SMTP

2007-07-16 Thread Francisco Reyes
paddy carroll writes: store mail , send mail, receive mail, filter mail. I need a mail firewall for a set of bespoke applications in a secure environment. I will probably use postfix Postfix works well with Postgresql. For greylisting Sqlgrey works well with Postgresql. --

Re: [GENERAL] SMTP

2007-07-16 Thread paddy carroll
store mail , send mail, receive mail, filter mail. I need a mail firewall for a set of bespoke applications in a secure environment. I will probably use postfix *+++ On 16 Jul 2007, at 17:54, Andrew Sullivan wrote: On Sun, Jul 15, 2007 at 08:53:54AM +0100, paddy carroll wrote: Can I have

Re: [GENERAL] SMTP

2007-07-16 Thread Andrew Sullivan
On Sun, Jul 15, 2007 at 08:53:54AM +0100, paddy carroll wrote: > Can I have a straw poll on the best way to glue smtp to postgres, is > exim the only option? What do you mean, "glue smtp to postgres"? You want to authenticate from Pg, or store the mail in there, or send mail from the database,

Re: [GENERAL] SMTP

2007-07-16 Thread Sim Zacks
I wrote a plpython function to have my database send email through an smtp server. If that is of interest I can post my function paddy carroll wrote: Can I have a straw poll on the best way to glue smtp to postgres, is exim the only option? Cheers ---(end of broadcast

Re: [GENERAL] smtp

2007-07-15 Thread Devrim GÜNDÜZ
Hi, On Sun, 2007-07-15 at 09:49 +0100, paddy carroll wrote: > Can I have a straw poll on the best way to glue smtp to postgres, is > exim the only option? Postfix is another strong option (I haven't heard exim-postgres before, btw) Regards, -- Devrim GÜNDÜZ PostgreSQL Replication, Consulting,