[Dbmail] avoiding spam-mail with dbmail

2003-02-18 Thread Kuschel Sebastian
Hi everybody, I did install dbmail currently, and it works fine, but how can I prevent my server from being used as a spam-mail source (the server is in a public server-farm). Furthermore I cannot limit the acceptable IP-range, 'cos users from around the world have to have access to the mail se

Re: [Dbmail] avoiding spam-mail with dbmail

2003-02-18 Thread Paul J Stevens
Kuschel Sebastian wrote: Hi everybody, I did install dbmail currently, and it works fine, but how can I prevent my server from being used as a spam-mail source (the server is in a public server-farm). Furthermore I cannot limit the acceptable IP-range, 'cos users from around the world have t

AW: [Dbmail] avoiding spam-mail with dbmail

2003-02-18 Thread Kuschel Sebastian
Thanks for your advices. But how can I set up the application, so that it's using your mentioned pop-before-smtp and sasl. Is there any specific adjustment I've to set? (or dbmail related documentation, where I can dig into the problems) I'm planning to use dbmail 1.0 with mysql. Sebastian

Re: AW: [Dbmail] avoiding spam-mail with dbmail

2003-02-18 Thread Paul J Stevens
Kuschel Sebastian wrote: Thanks for your advices. But how can I set up the application, so that it's using your mentioned pop-before-smtp and sasl. Is there any specific adjustment I've to set? (or dbmail related documentation, where I can dig into the problems) I'm planning to use dbmail 1.0

[Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
Hello Kuschel, This is a summary of how to use the POP/IMAP authentication provided by dbmail with Postfix. I'm also throwing in the method for getting Postfix to use dbmail's aliases table to decide whether or not to accept inbound mail, at the end. - To make POP/IMAP-before-SMTP work with

RE: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jan Pavlík
And what's about -- Jan PAVLIK [EMAIL PROTECTED], [EMAIL PROTECTED] mobil +42 0777/555730 ICQ 6611951 ROOTSHELL.CZ - Make it easy and better! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Brenton Sent: Tuesday, February 18, 2003 3:18 PM To: Kusch

RE: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jan Pavlík
Sorry for last mail... --- I have this solution too and working pop3 & imap with stunnel.. But pop3-before-smtp doesn't work, because stunnel make new connection to dbmail and dbmail receive localhost (127.0.0.1) address and set it in mySQL to relay. How can i resolve this? Thanx -- Jan PAVLIK [

Re[2]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
Hello Jan, JP> I have this solution too and working pop3 & imap with stunnel.. But JP> pop3-before-smtp doesn't work, because stunnel make new connection to dbmail JP> and dbmail receive localhost (127.0.0.1) address and set it in mySQL to JP> relay. If the client is using stunnel to send mail as

[Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread igor
how to fix the following problem? [EMAIL PROTECTED] ~/projects/dbmail]# ./configure --with-mysql loading cache ./config.cache This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD compatibl

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread Ryan Butler
What version of dbmail is this? Patches were posted to update the 1.0 to add more paths to the library checking area. These patches are in the cvs and will be in 1.1 On Tue, 2003-02-18 at 09:10, [EMAIL PROTECTED] wrote: > how to fix the following problem? > > [EMAIL PROTECTED] ~/projects/dbmai

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread igor
> What version of dbmail is this? Patches were posted to update the 1.0 > to add more paths to the library checking area. I'm using the current CVS.

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread Ryan Butler
On Tue, 2003-02-18 at 09:29, [EMAIL PROTECTED] wrote: > > What version of dbmail is this? Patches were posted to update the 1.0 > > to add more paths to the library checking area. > > I'm using the current CVS. > > ___ > Dbmail mailing list > Dbmail@db

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread igor
> On Tue, 2003-02-18 at 09:29, [EMAIL PROTECTED] wrote: >> > What version of dbmail is this? Patches were posted to update the 1.0 >> > to add more paths to the library checking area. >> I'm using the current CVS. > Just where is your libmysqlclient.so at? [EMAIL PROTECTED] /usr/local/lib/mysql]#

[Dbmail] Bynari Insight Connector + DBMail

2003-02-18 Thread Chris Nolan
Hi all, Anyone have experience with the above combination? Any opinions on whether or not this unholy union would work? I have a very impatient client (their weird) who wants Outlook functionality yesterday. They were going to buy Exchange, so money isn't a big deal for them it seems. Chris

RE: Re[2]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jan Pavlík
I try it for two days later... Can you help me what's wrong? mynetworks = 127.0.0.1, mysql:/etc/postfix/pbsp.cf smtpd_sender_restrictions = permit_mynetworks, permit_tls_all_clientcerts -- Jan PAVLIK [EMAIL PROTECTED], [EMAIL PROTECTED] mobil +42 0777/555730 ICQ 6611951 ROOTSHELL.CZ - Make it eas

Re[2]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Tim Uckun
To me the fact that dbmail does not actually act as a smtp server seems like a shortcoming. I Know that it may be a waste of time write yet another SMTP server but does anybody in here this might be a worthwhile effort. I am thinking that it might be relatively short work if it was written in

Re[4]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
Hello Jan, JP> I try it for two days later... Can you help me what's wrong? JP> mynetworks = 127.0.0.1, mysql:/etc/postfix/pbsp.cf smtpd_sender_restrictions JP> = permit_mynetworks, permit_tls_all_clientcerts OK, the next step is to find out WHY Postfix is refusing to relay. This is best done wi

RE: Re[4]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jan Pavlík
Yes, that's it.. When I connect with Stunnel & DBMAIL, stunnel throw my IP and make connection with 127.0.0.1. But when I send mail, I connect to Postfix with my IP. Feb 18 18:01:21 [postfix/smtpd] DFA45201690A: client=unknown[81.30.x.x] I need stunnel work transparent (like Proxy), but It works

Re[6]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
Hello Jan, JP> Yes, that's it.. When I connect with Stunnel & DBMAIL, stunnel throw my IP JP> and make connection with 127.0.0.1. But when I send mail, I connect to JP> Postfix with my IP. What client are you using? I ask because some of them DO have work-arounds for this. Both Outlook and The B

RE: Re[6]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jan Pavlík
What client are you using? Outlook || Outlook XP || telnet :) --- >>I ask because some of them DO have work-arounds for this. Both Outlook and The >>Bat!, for instance, can be set to "log into" the SMTP server prior to sending >>mail. Not sure if this would bypass your stunnel, though, since the