Brandon Mercer wrote:
>M. J. [Mike] O'Brien wrote:
>
>
>
>>Install Subversion
>>http://subversion.tigris.org/
>>(I believe someone was creating a Subversion binary port for OpenBSD
>>last year but I can't find it right now.)
>>
>>and then:
>>svn checkout
>>https://svn.ic-s.nl/svn/dbmail/branches/dbmail_2_0_branch/dbmailgood
>>luck... :o)Mike
>>
>>
Excellent, I was able to get that compiled in there and setup... I
checked out the latest 2.0 branch as you said, it compiled and all was
well. :-) I had some trouble figuring out how to make the mail get to
the dbmail-smtp service though. I have to use the pipe method because
I'm using qmail and it doesn't have support for LMTP yet. I setup my
virtualdomains file following the INSTALL.qmail and the .qmail-dbmail
file with the pipe method (|/usr/local/sbin/dbmail-smtp -d
${RECIPIENT:7}). My understanding is that this takes the message, pipes
it to dbmail-smtp and tries to delivery it to the recipient i.e.
([EMAIL PROTECTED]) minus the first seven characters.... so
[EMAIL PROTECTED] The last thing I ran up against is I uninstalled
the mysql-server package on OpenBSD and it couldn't find the
libmysqlclient.so. files so I'll have to put that back into place and
try again. Thanks for all your help.
Brandon