Need help with DKIM format

SYSTEM INFORMATION
OS type and version Ubuntu 24.04
Virtualmin version 7.20.2

Hi,

I’m trying to set up DKIM on my server.

I’m not using the DNS server on Virtualmin, but use an external DNS host, and then point the records to my virtualmin server

The DKIM look like this in virtualmin:

But should the code have all those “” “” “” “” in it

Should the code not look like this:

v=DKIM1;t=s;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn4a/xHPdO+UB8/ne1r3K10M4tG1UOloXwNXfIsPuJNj3OUi2lehr51t6La+S8et9H6chdisERSS/euWSYgKdtYjFzAWYi7YVeNE7VxUAo2/10J/eJqHLRpBx6YEXMLJw0MyIUdkdFvswHeii6d04gvNNGCl2JQLA6qZ066uc6/RC3MdIWXfESSZxnKdK4IcGnmIiosHcdrGDu+FIVgPgGN+HMb3dMDupd6Ja4KYcnfAeL9ye1LvcKfFQRs0MVtgAQzLYoNb3dBS7jvfdPdRdqCcJAR6fXmtd1A6/AAGizQqru7XRAphhHU1IfkXyLGYW77zLe/EwGePP0NKlQEa+MwIDAQAB

Yes im a noob :slight_smile:

// Thomas

Your not a noob :slight_smile: you are correct, some dns servers have starting and ending quotes but anything between should be removed.

Hi

Thanks for the reply :slight_smile:

It seems to work fine now.

Am new to Virtualmin… I have used ispconfig before :slight_smile: - But i like virtualmin.

Thanks for the help.

Valid question, no worries. DNS servers have a maximum allowed string length of 255 characters (however, more than 255 are allowed in the entire record). The portions that exceed the threshold have to be split into double quoted strings (and will be properly put together after import).

Okay :slight_smile:

Thanks for explaining this to me…

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.