~dricottone

Trackers

~dricottone/huttese

Last active a month ago

~dricottone/pkgbuilds

Last active 1 year, 3 days ago

~dricottone/container-images

Last active 1 year, 4 months ago

#2 dovecot a month ago

Comment by ~dricottone on ~dricottone/container-images

Never going back to hosting mail.

REPORTED RESOLVED CLOSED

#4 opendkim a month ago

Comment by ~dricottone on ~dricottone/container-images

Never going back to hosting mail

REPORTED RESOLVED CLOSED

#9 test of edit EDIT hi a month ago

Comment by ~dricottone on ~dricottone/huttese

REPORTED RESOLVED CLOSED

#9 test of edit EDIT hi a month ago

Ticket created by ~dricottone on ~dricottone/huttese

test of edit EDIT hi

#1 'aclocal-1.13' is missing on your system 1 year, 3 days ago

Ticket created by ~dricottone on ~dricottone/pkgbuilds

Encountered an autoconf issue when building udunits.

'aclocal-1.13' is missing on your system

As suggested here and here, solution seems to be running:

autoreconf -f -i

I've added this to the PKGBUILD.

#5 Test Opening Issue By Email 1 year, 2 months ago

Comment by ~dricottone on ~dricottone/huttese

test

#5 Test Opening Issue By Email 1 year, 3 months ago

Comment by ~dricottone on ~dricottone/huttese

test2

#5 Test Opening Issue By Email 1 year, 3 months ago

Comment by ~dricottone on ~dricottone/huttese

test

#5 Test Opening Issue By Email 1 year, 4 months ago

Comment by ~dricottone on ~dricottone/huttese

test

#4 opendkim 1 year, 4 months ago

Ticket created by ~dricottone on ~dricottone/container-images

Create registry.intra.dominic-ricottone.com/opendkim:latest

Conf in /etc/opendkim/opendkim.conf.

Configuration like

Domain example.com
Selector myselector

KeyFile /path/to/keys/server1.private
UserID opendkim
Socket inet:8891@localhost

Mode s
Canonicalization relaxed/simple

Postfix needs to be configured like:

smtpd_milters = inet:localhost:8891
non_smtpd_milters = $smtpd_milters
milter_default_action = accept

Keypair would be generated like:

opendkim-genkey -r -s myselector -d example.com

The DKIM record should be like:

myselector._domainkey.example.com "v=DKIM1; k=rsa; p=...................."

A common selector is default.

If using syslog, add:

Syslog Yes
SyslogSuccess Yes
LogWhy Yes

I don't think that logging to stdout is an option.