Hi!

Thanks a lot!
Just one question more: does your implementation uses secure imap
(imaps) and secure pop (pop3s) implemented with stunnel? I ask because
I found this:

http://www.dbmail.org/dokuwiki/doku.php?id=stunnel
"You can use STunnel to provide an SSL encrypted connection to the
DBmail POP3 and IMAP servers. ......This breaks pop-before-smtp
functionality. All SSL connections will show up as 127.0.0.1 in your
dbmail_pbsp table. DBMail does not yet support STARTTLS."

Thanks!

Lorna.

On 4/20/05, Tommi Latti <[EMAIL PROTECTED]> wrote:
> Lorna Sanchez M. wrote:
> 
> > Where is the pop-before-smtp table? Is there a imap-before-smtp table?
> > Because they're not in the dbmail tar I downloaded and installed....
> > and they're not part of the database.
> > Do I have to change some parameters in postfix?
> > Has someone done this before?
> 
> Works quite nicely for me:
> 
> $ cat relay.mysql
> hosts = unix:/tmp/mysql.sock
> user = REMOVED
> password = REMOVED
> dbname = dbmail
> table = dbmail_pbsp
> select_field = ipnumber
> where_field = ipnumber
> 
> $ cat main.cf|grep relay.mysql
> mynetworks = 127.0.0.0/8, 193.66.203.225,
> mysql:/usr/local/etc/postfix/relay.mysql
> 
> of course postfix needs to be compiled with mysql support as well
> 
> ...there might be more elegant place in postfix to tell it which ip's
> are allowed to relay mail. But this works for me :)
> 
> --
> br,
> Sty
>

Reply via email to