LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 03-01-2011, 10:00 AM   #16
XXLRay
Member
 
Registered: May 2010
Posts: 133

Original Poster
Rep: Reputation: 16

I think this hint worked. At least my mails are signed now and I hope I did not mess anything with the settings I made in my amavisd.conf (I just used a subset of your parameters):
Code:
# policy bank to have mails DKIM signed
$policy_bank{'ORIGINATING'} = {
  # indicates client is ours, allows signing
  originating => 1,
  # force MTA to convert mail to 7-bit before DKIM signing
  # to avoid later conversions which could destroy signature:
  smtpd_discard_ehlo_keywords => ['8BITMIME'],
  # forward to a smtpd service providing DKIM signing service
  # (if using a signing milter instead of signing by amavisd):
  forward_method => 'smtp:[127.0.0.1]:10025',
  virus_admin_maps => ["virusalert\@$mydomain"],
  spam_admin_maps => ["spamalert\@$mydomain"],
};

# Use ORIGINATING policy to enable DKIM signing
$interface_policy{'10024'} = 'ORIGINATING';
Can anybody confirm that I did not make a big mistake by chosing these parameters.
 
Old 03-03-2011, 07:27 AM   #17
XXLRay
Member
 
Registered: May 2010
Posts: 133

Original Poster
Rep: Reputation: 16
I removed the spam_admin_maps as I do not have a valid email address to receive messages for spamalert@example.subdomain.domain

Furthermore the amavisd mailing list confirmed that the "originating" tag has be set to one.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] DKIM doesn't Sign emails from external hosts raghugs Linux - Server 2 10-08-2009 08:35 AM
LXer: Set Up DKIM For Multiple Domains On Postfix With dkim-milter 2.8.x (CentOS 5.3) LXer Syndicated Linux News 0 09-07-2009 06:20 PM
LXer: Set Up DKIM On Postfix With dkim-milter (CentOS 5.2) LXer Syndicated Linux News 0 04-06-2009 12:30 PM
How to set up and configure perl Module Mail-DKIM for amavisd-new & postfix homyangcha Linux - Newbie 1 09-12-2008 12:36 AM
how to set up perl-mail-dkim with postfix using amavisd in centos 5.2 homyangcha Linux - Newbie 1 09-08-2008 05:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration