RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-15 Thread Anil Aliyan
Hi Amit,

 

Please create two new files 

/var/qmail/control/domain1   ß Enter  sem-pune.in  in the file and save

 

/var/qmail/control/domain2   ß Enter  sem-pune.co.in  in the file and save

 

Then edit you signconf.xml as below:

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 query=dns 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

  /global

 

   sem-pune.in  domain=/var/qmail/control/domain1 selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  / sem-pune.in

 

   sem-pune.co.in  domain=/var/qmail/control/domain2 selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  / sem-pune.co.in 

 

/dkimsign

 

Regards,

 

Anil Aliyan

 

 



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-15 Thread Amit Dalia
Thanks Anil,

That solves the problem.

Regards,

Amit

At Thursday, 15-04-2010 on 20:34 Anil Aliyan wrote:

Hi Amit,

 

Please create two new files 

/var/qmail/control/domain1   ß Enter  sem-pune.in  in the
file and save

 

/var/qmail/control/domain2   ß Enter  sem-pune.co.in  in
the file and save

 

Then edit you signconf.xml as below:

 

  

  

    

  

 

   sem-pune.in  domain=/var/qmail/control/domain1
selector=dkim1

    

    

  

 

   sem-pune.co.in  domain=/var/qmail/control/domain2
selector=dkim1

    

    

  

 

 

Regards,

 

Anil Aliyan

 

 




RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Rob Wellard
I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: 14 April 2010 05:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT server? I'm 
getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:



Hi Everyone,

Even I was going to post this today. I had got around 15 domains on the same 
toaster. I had configure DKIM as per Jake's Video on How to setup DKIM, but it 
is signing only 1 domain perfectly but other domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com: 180.92.170.125 
is neither permitted nor denied by domain of i...@sem-pune.in 
mailto:a...@vanaz.com ) smtp.mail= mailto:smtp.mail=a...@vanaz.com 
i...@sem-pune.in mailto:a...@vanaz.com ; dkim=neutral (no key)  
mailto:header...@mailserver header...@webapplication.co.in

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit


At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:



I have the latest toaster installed, Everything works beautifully. However i 
seem to be getting a weird problem with the domainkey. I have several domains 
on the one toaster, and i can get the last one working perfectly, however the 
rest come back with bad signature. And it’s always the latest one that seems to 
work. Is there something i am doing wrong.  Please can you help

 



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Anil Aliyan
Dear Amit,

 

Have u published the dkim public in the DNS records of all these domains If 
you are using single key for all the domain then all the domain should have 
same key in the dns records.

 

Regards,

 

Anil Aliyan

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 12:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: 14 April 2010 05:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT server? I'm 
getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on the same 
toaster. I had configure DKIM as per Jake's Video on How to setup DKIM, but it 
is signing only 1 domain perfectly but other domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com: 180.92.170.125 
is neither permitted nor denied by domain of i...@sem-pune.in 
mailto:a...@vanaz.com ) smtp.mail= mailto:smtp.mail=a...@vanaz.com 
i...@sem-pune.in mailto:a...@vanaz.com ; dkim=neutral (no key)  
mailto:header...@mailserver header...@webapplication.co.in

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit


At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully. However i 
seem to be getting a weird problem with the domainkey. I have several domains 
on the one toaster, and i can get the last one working perfectly, however the 
rest come back with bad signature. And it’s always the latest one that seems to 
work. Is there something i am doing wrong.  Please can you help

 



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Anil Aliyan
Hi All,

 

First of all mail server must be configured properly to work everything 
smoothly, such as hostname and other virtual domains etc must exists in the 
/etc/hosts file.

 

Most Importantly RDNS must exist for all the domains.

 

If all the domain share single ip address then all domain must be entered in 
the /etc/hosts file against that ip address.

 Example:

 

1.2.3.1   mail.vanaz.com mail.bbc.com 
mail.cnn.com 

 

Secondly, the key that all the domain get signed by the DKIM for all the domain 
is the singconf.xml file. Example given below:

 

The default signconf.xml file contains the first section in brown color below 
with a domain=”/var/qmail/control/me” in it. Remove this line and add 
query=dns. Coz of this the dkim looks for the hostname or domains in the 
“/var/qmail/control/me” file to sign the mails for.  Add your domains 
individually as shown in the example below. 

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 domain=/var/qmail/control/me 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

  /global

 

After modification your signconf.xml file should look like as in example given 
below, and if everything is set accordingly then everything should work:

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 query=dns 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /global

 

  vanaz.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /vanaz.com

 

  bbc.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /bbc.com

 

  cnn.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /cnn.com

 

/dkimsign   

 

Regards,

 

Anil Aliyan   

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 12:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: 14 April 2010 05:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT server? I'm 
getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on the same 
toaster. I had configure DKIM as per Jake's Video on How to setup DKIM, but it 
is signing only 1 domain perfectly but other domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com: 180.92.170.125 
is neither permitted nor denied by domain of i...@sem-pune.in 
mailto:a...@vanaz.com ) smtp.mail= mailto:smtp.mail=a...@vanaz.com 
i...@sem-pune.in mailto:a...@vanaz.com ; dkim=neutral (no key)  
mailto:header...@mailserver header...@webapplication.co.in

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit


At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully. However i 
seem to be getting a weird problem with the domainkey. I have several domains 
on the one toaster, and i can get the last one working perfectly, however the 
rest come back with bad signature. And it’s always the latest one that seems to 
work. Is there something i am doing wrong.  Please can you help

 



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Rob Wellard
Hi Anil 

 

Thanks a million for answering my question, i really appreciate it. 

 

Quick question. Are you referring to domainkeys here or dkim? I am having a 
problem with domainkeys and have not setup dkim, thats my next step. 

 

Thanks

 

Rob

 

 

From: Anil Aliyan [mailto:acali...@gnvfc.net] 
Sent: 14 April 2010 11:15
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi All,

 

First of all mail server must be configured properly to work everything 
smoothly, such as hostname and other virtual domains etc must exists in the 
/etc/hosts file.

 

Most Importantly RDNS must exist for all the domains.

 

If all the domain share single ip address then all domain must be entered in 
the /etc/hosts file against that ip address.

 Example:

 

1.2.3.1   mail.vanaz.com mail.bbc.com 
mail.cnn.com 

 

Secondly, the key that all the domain get signed by the DKIM for all the domain 
is the singconf.xml file. Example given below:

 

The default signconf.xml file contains the first section in brown color below 
with a domain=”/var/qmail/control/me” in it. Remove this line and add 
query=dns. Coz of this the dkim looks for the hostname or domains in the 
“/var/qmail/control/me” file to sign the mails for.  Add your domains 
individually as shown in the example below. 

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 domain=/var/qmail/control/me 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

  /global

 

After modification your signconf.xml file should look like as in example given 
below, and if everything is set accordingly then everything should work:

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 query=dns 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /global

 

  vanaz.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /vanaz.com

 

  bbc.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /bbc.com

 

  cnn.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /cnn.com

 

/dkimsign   

 

Regards,

 

Anil Aliyan   

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 12:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: 14 April 2010 05:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT server? I'm 
getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on the same 
toaster. I had configure DKIM as per Jake's Video on How to setup DKIM, but it 
is signing only 1 domain perfectly but other domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com: 180.92.170.125 
is neither permitted nor denied by domain of i...@sem-pune.in 
mailto:a...@vanaz.com ) smtp.mail= mailto:smtp.mail=a...@vanaz.com 
i...@sem-pune.in mailto:a...@vanaz.com ; dkim=neutral (no key)  
mailto:header...@mailserver header...@webapplication.co.in

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit


At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully. However i 
seem to be getting a weird problem with the domainkey. I have several domains 
on the one toaster, and i can get the last one working perfectly, however the 
rest come back with bad signature. And it’s always the latest one that seems to 
work. Is there something i am doing wrong.  Please can you help

 



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Anil Aliyan
Hi Rob,

 

My answer are regarding DKIM which signs mails for both DKIM and Domainkeys.

 

Regards,

 

Anil Aliyan

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 4:25 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Anil 

 

Thanks a million for answering my question, i really appreciate it. 

 

Quick question. Are you referring to domainkeys here or dkim? I am having a 
problem with domainkeys and have not setup dkim, thats my next step. 

 

Thanks

 

Rob

 

 

From: Anil Aliyan [mailto:acali...@gnvfc.net] 
Sent: 14 April 2010 11:15
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi All,

 

First of all mail server must be configured properly to work everything 
smoothly, such as hostname and other virtual domains etc must exists in the 
/etc/hosts file.

 

Most Importantly RDNS must exist for all the domains.

 

If all the domain share single ip address then all domain must be entered in 
the /etc/hosts file against that ip address.

 Example:

 

1.2.3.1   mail.vanaz.com mail.bbc.com 
mail.cnn.com 

 

Secondly, the key that all the domain get signed by the DKIM for all the domain 
is the singconf.xml file. Example given below:

 

The default signconf.xml file contains the first section in brown color below 
with a domain=”/var/qmail/control/me” in it. Remove this line and add 
query=dns. Coz of this the dkim looks for the hostname or domains in the 
“/var/qmail/control/me” file to sign the mails for.  Add your domains 
individually as shown in the example below. 

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 domain=/var/qmail/control/me 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

  /global

 

After modification your signconf.xml file should look like as in example given 
below, and if everything is set accordingly then everything should work:

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 query=dns 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /global

 

  vanaz.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /vanaz.com

 

  bbc.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /bbc.com

 

  cnn.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /cnn.com

 

/dkimsign   

 

Regards,

 

Anil Aliyan   

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 12:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: 14 April 2010 05:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT server? I'm 
getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on the same 
toaster. I had configure DKIM as per Jake's Video on How to setup DKIM, but it 
is signing only 1 domain perfectly but other domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com: 180.92.170.125 
is neither permitted nor denied by domain of i...@sem-pune.in 
mailto:a...@vanaz.com ) smtp.mail= mailto:smtp.mail=a...@vanaz.com 
i...@sem-pune.in mailto:a...@vanaz.com ; dkim=neutral (no key)  
mailto:header...@mailserver header...@webapplication.co.in

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit


At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully. However i 
seem to be getting a weird problem with the domainkey. I have several domains 
on the one toaster, and i can get the last one working perfectly, however the 
rest come back with bad signature. And it’s always the latest one that seems to 
work. Is there something i am doing wrong.  Please can you help

 



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Amit Dalia
Hi Anil,

Thanks a lot. Will try this and if any query will get back.

Thanks and regards,

Amit

At Wednesday, 14-04-2010 on 16:46 Anil Aliyan wrote:

Hi Rob,

 

My answer are regarding DKIM which signs mails for both DKIM and
Domainkeys.

 

Regards,

 

Anil Aliyan

 

FROM: Rob Wellard [mailto:r...@brainiacmedia.net] 
SENT: Wednesday, April 14, 2010 4:25 PM
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Anil 

 

Thanks a million for answering my question, i really appreciate it. 

 

Quick question. Are you referring to domainkeys here or dkim? I am
having a problem with domainkeys and have not setup dkim, thats my
next step. 

 

Thanks

 

Rob

 

 

FROM: Anil Aliyan [mailto:acali...@gnvfc.net] 
SENT: 14 April 2010 11:15
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi All,

 

First of all mail server must be configured properly to work
everything smoothly, such as hostname and other virtual domains etc
must exists in the /etc/hosts file.

 

Most Importantly RDNS must exist for all the domains.

 

If all the domain share single ip address then all domain must be
entered in the /etc/hosts file against that ip address.

 Example:

 

1.2.3.1  
mail.vanaz.com mail.bbc.com
mail.cnn.com 

 

Secondly, the key that all the domain get signed by the DKIM for all
the domain is the SINGCONF.XML file. Example given below:

 

The default signconf.xml file contains the first section in brown
color below with a domain=”/var/qmail/control/me” in it. Remove
this line and add QUERY=DNS. Coz of this the dkim looks for the
hostname or domains in the “/var/qmail/control/me” file to sign
the mails for.  Add your domains individually as shown in the example
below. 

 

  

  

    

  

 

AFTER MODIFICATION YOUR SIGNCONF.XML FILE SHOULD LOOK LIKE AS IN
EXAMPLE GIVEN BELOW, AND IF EVERYTHING IS SET ACCORDINGLY THEN
EVERYTHING SHOULD WORK:

 

  

  

    

    

  

 

  

    

    

  

 

  

    

    

  

 

  

    

    

  

 

   

 

Regards,

 

Anil Aliyan   

 

FROM: Rob Wellard [mailto:r...@brainiacmedia.net] 
SENT: Wednesday, April 14, 2010 12:56 PM
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

FROM: Amit Dalia [mailto:a...@ikf.co.in] 
SENT: 14 April 2010 05:40
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT
server? I'm getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on
the same toaster. I had configure DKIM as per Jake's Video on How to
setup DKIM, but it is signing only 1 domain perfectly but other
domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com:
180.92.170.125 is neither permitted nor denied by domain of
i...@sem-pune.in [1]) smtp.mail= [2]i...@sem-pune.in [1]; dkim=neutral
(no key) header...@webapplication.co.in [3]

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit

At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully.
However i seem to be getting a weird problem with the domainkey. I
have several domains on the one toaster, and i can get the last one
working perfectly, however the rest come back with bad signature. And
it’s always the latest one that seems to work. Is there something i
am doing wrong.  Please can you help

 



Links:
--
[1] mailto:a...@vanaz.com
[2] mailto:smtp.mail=a...@vanaz.com
[3] MAILTO:header...@mailserver



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Amit Dalia
Dear Anil,

I tried what you had told but seems like its not working. Its just
picking domain from file /var/qmail/control/me.

Any help?

Regards,

Amit

At Wednesday, 14-04-2010 on 16:46 Anil Aliyan wrote:

Hi Rob,

 

My answer are regarding DKIM which signs mails for both DKIM and
Domainkeys.

 

Regards,

 

Anil Aliyan

 

FROM: Rob Wellard [mailto:r...@brainiacmedia.net] 
SENT: Wednesday, April 14, 2010 4:25 PM
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Anil 

 

Thanks a million for answering my question, i really appreciate it. 

 

Quick question. Are you referring to domainkeys here or dkim? I am
having a problem with domainkeys and have not setup dkim, thats my
next step. 

 

Thanks

 

Rob

 

 

FROM: Anil Aliyan [mailto:acali...@gnvfc.net] 
SENT: 14 April 2010 11:15
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi All,

 

First of all mail server must be configured properly to work
everything smoothly, such as hostname and other virtual domains etc
must exists in the /etc/hosts file.

 

Most Importantly RDNS must exist for all the domains.

 

If all the domain share single ip address then all domain must be
entered in the /etc/hosts file against that ip address.

 Example:

 

1.2.3.1  
mail.vanaz.com mail.bbc.com
mail.cnn.com 

 

Secondly, the key that all the domain get signed by the DKIM for all
the domain is the SINGCONF.XML file. Example given below:

 

The default signconf.xml file contains the first section in brown
color below with a domain=”/var/qmail/control/me” in it. Remove
this line and add QUERY=DNS. Coz of this the dkim looks for the
hostname or domains in the “/var/qmail/control/me” file to sign
the mails for.  Add your domains individually as shown in the example
below. 

 

  

  

    

  

 

AFTER MODIFICATION YOUR SIGNCONF.XML FILE SHOULD LOOK LIKE AS IN
EXAMPLE GIVEN BELOW, AND IF EVERYTHING IS SET ACCORDINGLY THEN
EVERYTHING SHOULD WORK:

 

  

  

    

    

  

 

  

    

    

  

 

  

    

    

  

 

  

    

    

  

 

   

 

Regards,

 

Anil Aliyan   

 

FROM: Rob Wellard [mailto:r...@brainiacmedia.net] 
SENT: Wednesday, April 14, 2010 12:56 PM
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

FROM: Amit Dalia [mailto:a...@ikf.co.in] 
SENT: 14 April 2010 05:40
TO: qmailtoaster-list@qmailtoaster.com
SUBJECT: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT
server? I'm getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on
the same toaster. I had configure DKIM as per Jake's Video on How to
setup DKIM, but it is signing only 1 domain perfectly but other
domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com:
180.92.170.125 is neither permitted nor denied by domain of
i...@sem-pune.in [1]) smtp.mail= [2]i...@sem-pune.in [1]; dkim=neutral
(no key) header...@webapplication.co.in [3]

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit

At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully.
However i seem to be getting a weird problem with the domainkey. I
have several domains on the one toaster, and i can get the last one
working perfectly, however the rest come back with bad signature. And
it’s always the latest one that seems to work. Is there something i
am doing wrong.  Please can you help

 



Links:
--
[1] mailto:a...@vanaz.com
[2] mailto:smtp.mail=a...@vanaz.com
[3] MAILTO:header...@mailserver



RE: [qmailtoaster] domainkeys mulitple domain issue

2010-04-14 Thread Anil Aliyan
Please read my previous mail and edit your signconfig.xml file accordingly

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: Wednesday, April 14, 2010 5:53 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Dear Anil,

I tried what you had told but seems like its not working. Its just picking 
domain from file /var/qmail/control/me.

Any help?

Regards,

Amit

At Wednesday, 14-04-2010 on 16:46 Anil Aliyan wrote:



Hi Rob,

 

My answer are regarding DKIM which signs mails for both DKIM and Domainkeys.

 

Regards,

 

Anil Aliyan

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 4:25 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Anil 

 

Thanks a million for answering my question, i really appreciate it. 

 

Quick question. Are you referring to domainkeys here or dkim? I am having a 
problem with domainkeys and have not setup dkim, thats my next step. 

 

Thanks

 

Rob

 

 

From: Anil Aliyan [mailto:acali...@gnvfc.net] 
Sent: 14 April 2010 11:15
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

Hi All,

 

First of all mail server must be configured properly to work everything 
smoothly, such as hostname and other virtual domains etc must exists in the 
/etc/hosts file.

 

Most Importantly RDNS must exist for all the domains.

 

If all the domain share single ip address then all domain must be entered in 
the /etc/hosts file against that ip address.

 Example:

 

1.2.3.1   mail.vanaz.com mail.bbc.com 
mail.cnn.com 

 

Secondly, the key that all the domain get signed by the DKIM for all the domain 
is the singconf.xml file. Example given below:

 

The default signconf.xml file contains the first section in brown color below 
with a domain=”/var/qmail/control/me” in it. Remove this line and add 
query=dns. Coz of this the dkim looks for the hostname or domains in the 
“/var/qmail/control/me” file to sign the mails for.  Add your domains 
individually as shown in the example below. 

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 domain=/var/qmail/control/me 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

  /global

 

After modification your signconf.xml file should look like as in example given 
below, and if everything is set accordingly then everything should work:

 

dkimsign

  !-- per default sign all mails using dkim --

  global algorithm=rsa-sha1 query=dns 
keyfile=/var/qmail/control/dkim/global.key method=simple selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /global

 

  vanaz.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /vanaz.com

 

  bbc.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /bbc.com

 

  cnn.com selector=dkim1

types id=dkim /

types id=domainkey method=nofws /

  /cnn.com

 

/dkimsign   

 

Regards,

 

Anil Aliyan   

 

From: Rob Wellard [mailto:r...@brainiacmedia.net] 
Sent: Wednesday, April 14, 2010 12:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] domainkeys mulitple domain issue

 

I Guess nobody knows the answer, if i work it out, ill let you know. 

 

Rob

 

From: Amit Dalia [mailto:a...@ikf.co.in] 
Sent: 14 April 2010 05:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] domainkeys mulitple domain issue

 

Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT server? I'm 
getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on the same 
toaster. I had configure DKIM as per Jake's Video on How to setup DKIM, but it 
is signing only 1 domain perfectly but other domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com: 180.92.170.125 
is neither permitted nor denied by domain of i...@sem-pune.in 
mailto:a...@vanaz.com ) smtp.mail= mailto:smtp.mail=a...@vanaz.com 
i...@sem-pune.in mailto:a...@vanaz.com ; dkim=neutral (no key)  
mailto:header...@mailserver header...@webapplication.co.in

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit


At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully. However i 
seem to be getting a weird problem with the domainkey. I have several domains 
on the one toaster, and i can get the last one working perfectly, however the 
rest come back with bad signature. And it’s always the latest one that seems to 
work. Is there something i am doing wrong.  Please can you help

 



Re: [qmailtoaster] domainkeys mulitple domain issue

2010-04-13 Thread Amit Dalia
Hi Everyone,

Even I was going to post this today. I had got around 15 domains on
the same toaster. I had configure DKIM as per Jake's Video on How to
setup DKIM, but it is signing only 1 domain perfectly but other
domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com:
180.92.170.125 is neither permitted nor denied by domain of
i...@sem-pune.in [1]) smtp.mail= [2]i...@sem-pune.in [2]; dkim=neutral
(no key) header...@webapplication.co.in [3]

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit

At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully.
However i seem to be getting a weird problem with the domainkey. I
have several domains on the one toaster, and i can get the last one
working perfectly, however the rest come back with bad signature. And
it’s always the latest one that seems to work. Is there something i
am doing wrong.  Please can you help

 



Links:
--
[1] mailto:a...@vanaz.com
[2] mailto:smtp.mail=a...@vanaz.com
[3] MAILTO:header...@mailserver



Re: [qmailtoaster] domainkeys mulitple domain issue

2010-04-13 Thread Amit Dalia
Hi Everyone,

Any help on how to setup DKIM for multiple domains on the same QMT
server? I'm getting below error.

Regards,

Amit

At Tuesday, 13-04-2010 on 15:46 Amit Dalia wrote:

Hi Everyone,

Even I was going to post this today. I had got around 15 domains on
the same toaster. I had configure DKIM as per Jake's Video on How to
setup DKIM, but it is signing only 1 domain perfectly but other
domains are getting bad signature.

Authentication-Results: mx.google.com; spf=neutral (google.com:
180.92.170.125 is neither permitted nor denied by domain of
i...@sem-pune.in [1]) smtp.mail= [2] [2]i...@sem-pune.in [1];
dkim=neutral (no key) header...@webapplication.co.in [3]

My server hostname is mail.webapplication.co.in.

How do I replace header.i value for respective domain.

Thanks and regards,

Amit

At Tuesday, 13-04-2010 on 13:57 Rob Wellard wrote:

I have the latest toaster installed, Everything works beautifully.
However i seem to be getting a weird problem with the domainkey. I
have several domains on the one toaster, and i can get the last one
working perfectly, however the rest come back with bad signature. And
it’s always the latest one that seems to work. Is there something i
am doing wrong.  Please can you help

 



Links:
--
[1] mailto:a...@vanaz.com
[2] mailto:smtp.mail=a...@vanaz.com
[3] MAILTO:header...@mailserver