I have an SMTP server:
- Dovecot as its IMAP server
- Postfix as its MTA
- OpenDKIM to sign the emails.
When I send mail it throws this error:
Jan 01 10:46:01 example.com dovecot[211047]: lmtp(219823): Error: lmtp-server: conn unix:pid=219911,uid=113 [10]: rcpt opendkim@example.com: Failed to initialize user: Mail access for users with UID 114 not permitted (see first_valid_uid in config file, uid from userdb lookup).
I should note that I can connect to my server to read emails, but cannot send. This relates to a previous question: Postfix doesn't send mail; example.com loops back to myself & Connection timed out