[opensuse-buildservice] DKIM-milter addon for postfix
Hi all, this is my first mail to this mail-list. Before try to reinvent the wheel, is there any project to build DKIM-milter rpm package for openSUSE which can be used by postfix?. I'm afraid I will need soon to implement DKIM in my postfix sever, and a rpm providing this would make my life easy. Till the moment I just tried to build, and to achieve it I've had to install sendmail-devel. Thanks, Guillermo -- Guillermo Ballester Valor gbv@oxixares.com http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hello Guillermo, On Thu, Feb 28, 2008 at 11:31:21AM +0000, Guillermo Ballester Valor wrote:
Hi all, this is my first mail to this mail-list.
Before try to reinvent the wheel, is there any project to build DKIM-milter rpm package for openSUSE which can be used by postfix?.
I usually use the 'webpin' commandline tool when I have questions like that. Alternatively, entering the word into http://software.opensuse.org/search could find something, unfortunately it doesn't in this case. So it doesn't look like anyone has started building a dkim library yet, or stuff around it.
I'm afraid I will need soon to implement DKIM in my postfix sever, and a rpm providing this would make my life easy.
Till the moment I just tried to build, and to achieve it I've had to install sendmail-devel.
I am maintaining exim, which recently got dkim support, so if you happen to package a library, I might be able to use it as well. And it would probably be interesting to get in contact with the postfix maintainers (varkoly, darix, choeger) to talk to them about their plans. Hope that helps, Peter -- "WARNING: This bug is visible to non-employees. Please be respectful!" SUSE LINUX Products GmbH Research & Development
Hello Peter, I'm afraid I didn't read your reply till today, because just on 5 march I got some problems in my server. El Wednesday 05 March 2008 15:14:36 Dr. Peter Poeml escribió:
Hello Guillermo,
On Thu, Feb 28, 2008 at 11:31:21AM +0000, Guillermo Ballester Valor wrote:
Hi all, this is my first mail to this mail-list.
Before try to reinvent the wheel, is there any project to build DKIM-milter rpm package for openSUSE which can be used by postfix?.
I usually use the 'webpin' commandline tool when I have questions like that.
I'm new in all buildservice stuff
Alternatively, entering the word into http://software.opensuse.org/search could find something, unfortunately it doesn't in this case.
So it doesn't look like anyone has started building a dkim library yet, or stuff around it.
So is the reason I asked to the list. I couldn't find anything. Today I've built a rpm package in buildserver but is actually a postfix plugin. Well, it creates a socket daemon that can be used by other clients, but the problem here is that the (user:group) is (postfix:postfix). I guess it is no hard to change this permission stuff for other MTA.
I'm afraid I will need soon to implement DKIM in my postfix sever, and a rpm providing this would make my life easy.
Till the moment I just tried to build, and to achieve it I've had to install sendmail-devel.
I am maintaining exim, which recently got dkim support, so if you happen to package a library, I might be able to use it as well.
When trying to build the package, I could not to compile a shared lib, so the binaries are still linked statically and no libraries in it till the moment.
And it would probably be interesting to get in contact with the postfix maintainers (varkoly, darix, choeger) to talk to them about their plans.
Yes, it is a good idea. Thanks, Guillemo
Hope that helps, Peter
-- Guillermo Ballester Valor gbv@oxixares.com http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hello Guillermo, Sorry for not replying earlier; I just returned from vacation.
Today I've built a rpm package in buildserver but is actually a postfix plugin. Well, it creates a socket daemon that can be used by other clients, but the problem here is that the (user:group) is (postfix:postfix). I guess it is no hard to change this permission stuff for other MTA. [...]
When trying to build the package, I could not to compile a shared lib, so the binaries are still linked statically and no libraries in it till the moment.
Okay, good to know. Should you build the library later, you can let me know and I can see if I can use it (for Exim) as well. Postfix/server:mail maintainers, do you want to move Guillermos plugin to server:mail? Peter -- "WARNING: This bug is visible to non-employees. Please be respectful!" SUSE LINUX Products GmbH Research & Development
On Tue, Apr 01, Peter Pöml wrote:
Today I've built a rpm package in buildserver but is actually a postfix plugin. Well, it creates a socket daemon that can be used by other clients, but the problem here is that the (user:group) is (postfix:postfix). I guess it is no hard to change this permission stuff for other MTA. [...]
When trying to build the package, I could not to compile a shared lib, so the binaries are still linked statically and no libraries in it till the moment.
Okay, good to know.
Should you build the library later, you can let me know and I can see if I can use it (for Exim) as well.
Postfix/server:mail maintainers, do you want to move Guillermos plugin to server:mail?
As nobody else seems to care, I say I've no problem to move that plugin to server:mail, although I am just a member of server:mail but do not have any time to maintain those packages since ages anymore. -- With best regards, Carsten Hoeger
Hello Peter, El Tuesday 01 April 2008 08:26:40 Dr. Peter Poeml escribió:
Hello Guillermo,
Sorry for not replying earlier; I just returned from vacation.
Sorry, these things usually happens :-)
Today I've built a rpm package in buildserver but is actually a postfix plugin. Well, it creates a socket daemon that can be used by other clients, but the problem here is that the (user:group) is (postfix:postfix). I guess it is no hard to change this permission stuff for other MTA.
[...]
When trying to build the package, I could not to compile a shared lib, so the binaries are still linked statically and no libraries in it till the moment.
Okay, good to know.
Should you build the library later, you can let me know and I can see if I can use it (for Exim) as well.
I've improved the package since first versions. Now there is a 'devel' subpackage with include 'dkim.h' file an a static library 'libdkim.a' . It seems that is rather hard to get a shared library, in dkim-milter docs they say that shared libraries don't work for 'open source' version :(. It also have support for POPAUTH and QUERY_CACHE options, which includes a dependency from Berkeley Database.
Postfix/server:mail maintainers, do you want to move Guillermos plugin to server:mail?
What I should do then ? Guillermo
Peter
-- Guillermo Ballester Valor gbv@oxixares.com http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hello Guillermo, On Tue, Apr 01, 2008 at 05:24:46PM +0000, Guillermo Ballester Valor wrote:
When trying to build the package, I could not to compile a shared lib, so the binaries are still linked statically and no libraries in it till the moment.
Okay, good to know.
Should you build the library later, you can let me know and I can see if I can use it (for Exim) as well.
I've improved the package since first versions. Now there is a 'devel' subpackage with include 'dkim.h' file an a static library 'libdkim.a' . It seems that is rather hard to get a shared library, in dkim-milter docs they say that shared libraries don't work for 'open source' version :(.
It also have support for POPAUTH and QUERY_CACHE options, which includes a dependency from Berkeley Database.
Postfix/server:mail maintainers, do you want to move Guillermos plugin to server:mail?
What I should do then ?
I am a maintainer of server:mail, so I can copy the package from your home into there, and give you permissions. I'd say, contact me in private and we'll sort it out. Thanks, Peter -- "WARNING: This bug is visible to non-employees. Please be respectful!" SUSE LINUX Products GmbH Research & Development
Hello again, El Wednesday 05 March 2008 15:14:36 Dr. Peter Poeml escribió:
I am maintaining exim, which recently got dkim support, so if you happen to package a library, I might be able to use it as well.
I've build a devel package , just with 'dkim.h' and 'libdkim.a'. Something is wrong in source and cannot build dynamic libraries. Happy weekend Guillermo -- Guillermo Ballester Valor gbv@oxixares.com http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Carsten Hoeger
-
Dr. Peter Poeml
-
Guillermo Ballester Valor