kommt keine Fehlermeldung ?
Ich habe nun diese Einstellungen aus 18.04 in die main.cf hinzugefügt:
smtpd_tls_auth_only = yes
smtpd_tls_mandatory_ciphers = medium
smtpd_tls_mandatory_protocols = SSLv3, TLSv1
smtpd_tls_received_header = yes
tls_random_source = dev:/dev/urandom
broken_sasl_auth_clients = yes
mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}"
home_mailbox = Maildir/
message_size_limit = 0
smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/dovecot-auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = reject_unknown_sender_domain
Ein "service postfix restart" bringt keinen Fehler und vorsichtshalber gab es auch einen Reboot. Im Mail-Log tut sich nichts.
Ein neuerliches Testmail und jetzt wird es gesprächiger:
Nov 6 12:03:36 svneu dovecot: lda(ab)<3087><ENJHOYiowl0PDAAAhzphDw>: Error: setegid(privileged) failed: Operation not permitted
Nov 6 12:03:36 svneu dovecot: lda(ab)<3087><ENJHOYiowl0PDAAAhzphDw>: Error: Mailbox INBOX: open(/var/mail/ab) failed: Permission denied (euid=1000(ab) egid=1000(ab) missing +w perm: /var/mail, we're not in group 8(mail), dir owned by 0:8 mode=0775)
Nov 6 12:03:36 svneu dovecot: lda(ab)<3087><ENJHOYiowl0PDAAAhzphDw>: Error: Mailbox INBOX: Failed to autocreate mailbox: Mailbox INBOX: open(/var/mail/ab) failed: Permission denied (euid=1000(ab) egid=1000(ab) missing +w perm: /var/mail, we're not in group 8(mail), dir owned by 0:8 mode=0775)
Hmmh, /var/mail ist in 18.04 leer
# in 19.10:
~# ls -lda /var/mail
drwxrwsr-x 2 root mail 32 Nov 6 02:03 /var/mail
Das ist in 18.04 in group
amavis:x:148:
clamav:x:131:
dovecot:x:149:
dovenull:x:150:
mail:x:8:
postfix:x:145:
Das ist in 19.10
amavis:x:149:
clamav:x:141:
dovecot:x:147:
dovenull:x:148:
mail:x:8:
postfix:x:137:
Für "gehobenen Email" Versand per Konsole finde ich sendmail einfacher. -Geschmackssache-
Es geht nur ums testen.
Die Pros zu dieser Problematik würde ich eher unter "Serverdienste" suchen.
Hier geht es weiter:
https://forum.ubuntuusers.de/topic/permission-denied-missing-w-perm-var-mail-we-r/