[Dbmail] Re: [Dbmail-dev] current cvs head doesn't compiles under freebsd 5.2.1 - FreeBSD users Note that issue is FIXED

2004-09-15 Thread [EMAIL PROTECTED]
>Does someone have a FreeBSD machine that they can provide accounts on? >I could set one up at home, but it would be on a DSL line with a slow >uplink rate. >Aaron >-- > M. J. [Mike] O'Brien <[EMAIL PROTECTED]> said: > what do you need? > It sounds like Ilja and Paul are hitting some FreeBSD i

[Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Alessandro Magnolo
I found an error in the latest CVS of dbmail_2_0_branch, in the file "INSTALL.postfix": the line host = should read hosts = otherwise the parameter is not recognized, and postfix will use the default "localhost" socket connection (not TCP). Alessandro p.s.: I'm not sure this is

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Paul J Stevens
Actually, the best place for this is the bugtracker: http://www.dbmail.org/mantis/main_page.php Alessandro Magnolo wrote: I found an error in the latest CVS of dbmail_2_0_branch, in the file "INSTALL.postfix": the line host = should read hosts = otherwise the parameter is not

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread /dev/rob0
On Wednesday 15 September 2004 05:39, Alessandro Magnolo wrote: > I found an error in the latest CVS of dbmail_2_0_branch, in the file > "INSTALL.postfix": > the line > host = > should read > hosts = > > otherwise the parameter is not recognized, and postfix will use the > default "lo

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Ilja Booij
On Wed, 15 Sep 2004 08:44:18 -0500, /dev/rob0 <[EMAIL PROTECTED]> wrote: > On Wednesday 15 September 2004 05:39, Alessandro Magnolo wrote: > > I found an error in the latest CVS of dbmail_2_0_branch, in the file > > "INSTALL.postfix": > > the line > > host = > > should read > > hosts =

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Ilja Booij
The example in INSTALL.postfix has been fixed in CVS. Ilja On Wed, 15 Sep 2004 15:53:53 +0200, Ilja Booij <[EMAIL PROTECTED]> wrote: > On Wed, 15 Sep 2004 08:44:18 -0500, /dev/rob0 <[EMAIL PROTECTED]> wrote: > > On Wednesday 15 September 2004 05:39, Alessandro Magnolo wrote: > > > I found an er

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Alessandro Magnolo
> I would assume Postfix uses a local socket connection when using > hosts = localhost > > wouldn't it? yes, it does. my problem was that my db doesn't accept socket connections, and I didn't have time to find out why: when I tried to change the connection, I realized that postfix was ignoring th

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread /dev/rob0
On Wednesday 15 September 2004 08:53, Ilja Booij wrote: > > The one I set up is running on the same machine as the pgsql. I > > know nothing about such things, but isn't a socket access more > > efficient in some way than TCP? So should I comment out or remove > > my "host = localhost" line? > > I

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Arnt Gulbrandsen
/dev/rob0 writes: That's the part I don't know, but I've heard that connecting to a socket differs from making a TCP connection to localhost. (They're both sockets. There are many kinds of sockets, including TCP sockets and unix-domain ones.) Yes, there is a difference. A TCP connection to l

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread /dev/rob0
On Wednesday 15 September 2004 11:08, Arnt Gulbrandsen wrote: Oh my heavens! A famous person! :) Did you know that you have been immortalised in the /etc/hosts files of Slackware Linux? I started with Slackware in '99 and have come across your name regularly ever since -- but not quite as often

Re: [Dbmail] bug in INSTALL.postfix

2004-09-15 Thread Arnt Gulbrandsen
/dev/rob0 writes: On Wednesday 15 September 2004 11:08, Arnt Gulbrandsen wrote: Oh my heavens! A famous person! :) Did you know that you have been immortalised in the /etc/hosts files of Slackware Linux? Yes ;) People keep mentioning that. Hardly anyone notices e.g. 'man mailaddr', but after

[Dbmail] Local recipient table!!!

2004-09-15 Thread Kirti S. Bajwa
Hello: I am trying to install dbmail-2.0rc8.tgz on a RH9 + MySQL-4.0.21 + Postfix-2.1.4 on server "mail.tibinternet.net". I am struck at creating "local recipient table". I have read Postfix by Kyle D. Kent & have followed INSTALL & INSTALL.postfix (from Postfix tarbal). I would like to read on c