diff --git a/befehl.txt b/befehl.txt deleted file mode 100644 index 3f3fb94..0000000 --- a/befehl.txt +++ /dev/null @@ -1,55 +0,0 @@ -# Altes Zertifikat finden und entfernen (falls vorhanden) -Get-ChildItem Cert:\LocalMachine\My | Where-Object { $_.Subject -like "*byte.trail*" } | Remove-Item -Force - -# Neues Zertifikat mit korrekten Einstellungen fuer AD LDAPS -$cert = New-SelfSignedCertificate ` - -Subject "CN=SRV-DC01.byte.trail" ` - -DnsName "SRV-DC01.byte.trail","byte.trail","10.10.10.10" ` - -CertStoreLocation "Cert:\LocalMachine\My" ` - -KeyAlgorithm RSA ` - -KeyLength 2048 ` - -KeyExportPolicy Exportable ` - -NotAfter (Get-Date).AddYears(10) ` - -Provider "Microsoft RSA SChannel Cryptographic Provider" ` - -KeyUsage DigitalSignature, KeyEncipherment ` - -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.1") - -# NTDS neu starten - nimmt das Zertifikat automatisch auf -Restart-Service NTDS -Force -Start-Sleep -Seconds 5 - -# Pruefen ob LDAPS jetzt funktioniert -$tcp = New-Object System.Net.Sockets.TcpClient -$tcp.Connect("localhost", 636) -$ssl = New-Object System.Net.Security.SslStream($tcp.GetStream(), $false, {$true}) -$ssl.AuthenticateAsClient("SRV-DC01.byte.trail") -Write-Host "LDAPS funktioniert! Zertifikat: $($ssl.RemoteCertificate.Subject)" -ForegroundColor Green -$ssl.Close(); $tcp.Close() - - - - - - - -# Thumbprint holen -$thumb = (Get-ChildItem Cert:\LocalMachine\My | Where-Object { $_.Subject -like "*byte.trail*" }).Thumbprint -Write-Host "Thumbprint: $thumb" - -# Pruefen ob der Private Key vorhanden ist -$cert = Get-ChildItem Cert:\LocalMachine\My\$thumb -Write-Host "Hat Private Key: $($cert.HasPrivateKey)" - -# In den NTDS Personal Store legen -$ntdsStore = New-Object System.Security.Cryptography.X509Certificates.X509Store("NTDS\Personal","LocalMachine") -$ntdsStore.Open("ReadWrite") -$ntdsStore.Add($cert) -$ntdsStore.Close() -Write-Host "Zertifikat in NTDS Store abgelegt" - -# NTDS neu starten -Restart-Service NTDS -Force -Start-Sleep -Seconds 5 - -# Verifizieren -certutil -verifystore "NTDS\Personal" \ No newline at end of file diff --git a/docker-data/dms/ssl/ldap-ca.pem b/docker-data/dms/ssl/ldap-ca.pem deleted file mode 100644 index c02e405..0000000 Binary files a/docker-data/dms/ssl/ldap-ca.pem and /dev/null differ diff --git a/error.txt b/error.txt deleted file mode 100644 index 3a10c9d..0000000 --- a/error.txt +++ /dev/null @@ -1,631 +0,0 @@ -PS C:\Users\Administrator\dms> .\Setup-ByteTrail-AD.ps1 - -=== ByteTrail AD Setup gestartet === - -[1/3] Erstelle OU-Struktur... -New-ADOrganizationalUnit : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:34 char:9 -+ New-ADOrganizationalUnit -Name $OUName -Path $DomainDN -Prote ... -+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (OU=Geschaeftsfu...etrail,DC=local:String) [New-ADOrganizational - Unit], ADException - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADOrg - anizationalUnit - - [+] OU erstellt: Geschaeftsfuehrung -New-ADOrganizationalUnit : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:34 char:9 -+ New-ADOrganizationalUnit -Name $OUName -Path $DomainDN -Prote ... -+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (OU=Sales,DC=bytetrail,DC=local:String) [New-ADOrganizationalUni - t], ADException - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADOrg - anizationalUnit - - [+] OU erstellt: Sales -New-ADOrganizationalUnit : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:34 char:9 -+ New-ADOrganizationalUnit -Name $OUName -Path $DomainDN -Prote ... -+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (OU=Marketing,DC=bytetrail,DC=local:String) [New-ADOrganizationa - lUnit], ADException - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADOrg - anizationalUnit - - [+] OU erstellt: Marketing -New-ADOrganizationalUnit : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:34 char:9 -+ New-ADOrganizationalUnit -Name $OUName -Path $DomainDN -Prote ... -+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (OU=Service,DC=bytetrail,DC=local:String) [New-ADOrganizationalU - nit], ADException - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADOrg - anizationalUnit - - [+] OU erstellt: Service -New-ADOrganizationalUnit : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:34 char:9 -+ New-ADOrganizationalUnit -Name $OUName -Path $DomainDN -Prote ... -+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (OU=Server,DC=bytetrail,DC=local:String) [New-ADOrganizationalUn - it], ADException - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADOrg - anizationalUnit - - [+] OU erstellt: Server -New-ADOrganizationalUnit : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:34 char:9 -+ New-ADOrganizationalUnit -Name $OUName -Path $DomainDN -Prote ... -+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (OU=Gruppen,DC=bytetrail,DC=local:String) [New-ADOrganizationalU - nit], ADException - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADOrg - anizationalUnit - - [+] OU erstellt: Gruppen - -[2/3] Erstelle AD-Gruppen... -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-GF-VOLLZ...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-GF-VOLLZUGRIFF -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-GF-VPN,O...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-GF-VPN -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-GF-ERP,O...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-GF-ERP -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-SALES-ER...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-SALES-ERP -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-SALES-VP...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-SALES-VPN -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-SALES-FI...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-SALES-FILES -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-MKT-FILE...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-MKT-FILES -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-SVC-FILE...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-SVC-FILES -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-SVC-ERP,...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-SVC-ERP -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-ALL-EMAI...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-ALL-EMAIL -New-ADGroup : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:62 char:9 -+ New-ADGroup ` -+ ~~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=GRP-ADMINS,O...etrail,DC=local:String) [New-ADGroup], ADExce - ption - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADGro - up - - [+] Gruppe erstellt: GRP-ADMINS - -[3/3] Erstelle Benutzer... -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Thomas Maier...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: thomas.maier (Geschaeftsfuehrung) -WARNING: Gruppe 'GRP-GF-VOLLZUGRIFF' konnte nicht zugewiesen werden: Cannot find an object with identity: -'thomas.maier' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-GF-VPN' konnte nicht zugewiesen werden: Cannot find an object with identity: -'thomas.maier' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-GF-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'thomas.maier' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'thomas.maier' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Anna Huber,O...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: anna.huber (Sales) -WARNING: Gruppe 'GRP-SALES-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'anna.huber' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SALES-VPN' konnte nicht zugewiesen werden: Cannot find an object with identity: -'anna.huber' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SALES-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'anna.huber' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'anna.huber' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Markus Reite...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: markus.reiter (Sales) -WARNING: Gruppe 'GRP-SALES-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'markus.reiter' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SALES-VPN' konnte nicht zugewiesen werden: Cannot find an object with identity: -'markus.reiter' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SALES-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'markus.reiter' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'markus.reiter' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Julia Wagner...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: julia.wagner (Marketing) -WARNING: Gruppe 'GRP-MKT-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'julia.wagner' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'julia.wagner' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Stefan Bauer...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: stefan.bauer (Marketing) -WARNING: Gruppe 'GRP-MKT-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'stefan.bauer' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'stefan.bauer' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Klaus Schnei...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: klaus.schneider (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'klaus.schneider' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SVC-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'klaus.schneider' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'klaus.schneider' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Peter Fische...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: peter.fischer (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'peter.fischer' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SVC-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'peter.fischer' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'peter.fischer' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Michael Webe...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: michael.weber (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'michael.weber' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SVC-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'michael.weber' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'michael.weber' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Andreas Mül...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: andreas.mueller (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'andreas.mueller' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SVC-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'andreas.mueller' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'andreas.mueller' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Christian Sc...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: christian.schmidt (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'christian.schmidt' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-SVC-ERP' konnte nicht zugewiesen werden: Cannot find an object with identity: -'christian.schmidt' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'christian.schmidt' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=David Hoffma...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: david.hoffmann (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'david.hoffmann' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'david.hoffmann' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Felix Schäf...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: felix.schaefer (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'felix.schaefer' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'felix.schaefer' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Georg Koch,O...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: georg.koch (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'georg.koch' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'georg.koch' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Hans Becker,...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: hans.becker (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'hans.becker' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'hans.becker' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Josef Wolf,O...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: josef.wolf (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'josef.wolf' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'josef.wolf' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Karl Braun,O...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: karl.braun (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'karl.braun' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'karl.braun' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Leon Schwarz...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: leon.schwarz (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'leon.schwarz' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'leon.schwarz' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Martin Zimme...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: martin.zimmermann (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'martin.zimmermann' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'martin.zimmermann' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Nico Krause,...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: nico.krause (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'nico.krause' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'nico.krause' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Oliver Richt...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: oliver.richter (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'oliver.richter' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'oliver.richter' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Paul Klein,O...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: paul.klein (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'paul.klein' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'paul.klein' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Robert Werne...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: robert.werner (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'robert.werner' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'robert.werner' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Simon Neuman...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: simon.neumann (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'simon.neumann' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'simon.neumann' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Thomas Lange...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: thomas.lange (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'thomas.lange' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'thomas.lange' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Ulrich Schol...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: ulrich.scholz (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'ulrich.scholz' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'ulrich.scholz' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Viktor Peter...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: viktor.peters (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'viktor.peters' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'viktor.peters' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Walter Vogel...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: walter.vogel (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'walter.vogel' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'walter.vogel' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Xaver Keller...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: xaver.keller (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'xaver.keller' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'xaver.keller' under: 'DC=byte,DC=trail'. -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:168 char:9 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Yannick Fran...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] User erstellt: yannick.frank (Service) -WARNING: Gruppe 'GRP-SVC-FILES' konnte nicht zugewiesen werden: Cannot find an object with identity: -'yannick.frank' under: 'DC=byte,DC=trail'. -WARNING: Gruppe 'GRP-ALL-EMAIL' konnte nicht zugewiesen werden: Cannot find an object with identity: -'yannick.frank' under: 'DC=byte,DC=trail'. - -[4/4] Erstelle Service-Account für Mailserver... -New-ADUser : The server is unwilling to process the request -At C:\Users\Administrator\dms\Setup-ByteTrail-AD.ps1:209 char:5 -+ New-ADUser ` -+ ~~~~~~~~~~~~ - + CategoryInfo : NotSpecified: (CN=Mailserver S...etrail,DC=local:String) [New-ADUser], ADExcep - tion - + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.NewADUse - r - - [+] Service-Account erstellt: svc-mailserver - -=== Setup abgeschlossen === -OUs: 6 erstellt -Gruppen: 11 erstellt -User: 29 erstellt (+ 1 Service-Account) - -Standard-Passwort User: ByteTrail2026! (Benutzer muessen es beim ersten Login aendern) -Service-Account Mailserver: svc-mailserver / Mail$3rv!ceAcc2026 -Mail-Domain: byte.trail -AD-Domaene: bytetrail.local - -PS C:\Users\Ad \ No newline at end of file diff --git a/mailserver error.txt b/mailserver error.txt deleted file mode 100644 index 7b593b6..0000000 --- a/mailserver error.txt +++ /dev/null @@ -1,164 +0,0 @@ -2026-04-28 06:43:42.905 | 2026-04-28 13:43:42+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:43:43.010 | 2026-04-28 13:43:43+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:43:43.050 | 2026-04-28 13:43:43+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:43:45.277 | 2026-04-28 13:43:45+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:43:45.288 | 2026-04-28 13:43:45+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:43:45.313 | 2026-04-28 13:43:45+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:43:46.327 | 2026-04-28 13:43:46,325 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:43:46.329 | 2026-04-28 13:43:46,325 WARN received SIGTERM indicating exit request -2026-04-28 06:43:49.768 | 2026-04-28 13:43:49+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:43:49.856 | 2026-04-28 13:43:49+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:43:49.889 | 2026-04-28 13:43:49+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:43:49.929 | 2026-04-28 13:43:49+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:43:50.009 | 2026-04-28 13:43:50+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:43:50.055 | 2026-04-28 13:43:50+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:43:50.104 | 2026-04-28 13:43:50+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:43:50.175 | 2026-04-28 13:43:50+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:43:51.971 | 2026-04-28 13:43:51+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:43:51.995 | 2026-04-28 13:43:51+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:43:52.015 | 2026-04-28 13:43:52+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:43:53.025 | 2026-04-28 13:43:53,024 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:43:53.025 | 2026-04-28 13:43:53,025 WARN received SIGTERM indicating exit request -2026-04-28 06:43:57.916 | 2026-04-28 13:43:57+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:43:58.079 | 2026-04-28 13:43:58+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:43:58.114 | 2026-04-28 13:43:58+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:43:58.210 | 2026-04-28 13:43:58+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:43:58.326 | 2026-04-28 13:43:58+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:43:58.410 | 2026-04-28 13:43:58+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:43:58.481 | 2026-04-28 13:43:58+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:43:58.537 | 2026-04-28 13:43:58+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:00.736 | 2026-04-28 13:44:00+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:44:00.750 | 2026-04-28 13:44:00+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:44:00.767 | 2026-04-28 13:44:00+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:44:01.784 | 2026-04-28 13:44:01,778 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:44:01.784 | 2026-04-28 13:44:01,779 WARN received SIGTERM indicating exit request -2026-04-28 06:44:06.119 | 2026-04-28 13:44:06+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:44:06.212 | 2026-04-28 13:44:06+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:44:06.260 | 2026-04-28 13:44:06+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:44:06.322 | 2026-04-28 13:44:06+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:44:06.386 | 2026-04-28 13:44:06+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:44:06.463 | 2026-04-28 13:44:06+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:06.566 | 2026-04-28 13:44:06+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:44:06.632 | 2026-04-28 13:44:06+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:08.769 | 2026-04-28 13:44:08+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:44:08.795 | 2026-04-28 13:44:08+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:44:08.796 | 2026-04-28 13:44:08+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:44:09.805 | 2026-04-28 13:44:09,804 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:44:09.805 | 2026-04-28 13:44:09,805 WARN received SIGTERM indicating exit request -2026-04-28 06:44:14.474 | 2026-04-28 13:44:14+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:44:14.625 | 2026-04-28 13:44:14+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:44:14.666 | 2026-04-28 13:44:14+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:44:14.733 | 2026-04-28 13:44:14+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:44:14.808 | 2026-04-28 13:44:14+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:44:14.871 | 2026-04-28 13:44:14+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:14.920 | 2026-04-28 13:44:14+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:44:14.988 | 2026-04-28 13:44:14+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:16.743 | 2026-04-28 13:44:16+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:44:16.753 | 2026-04-28 13:44:16+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:44:16.767 | 2026-04-28 13:44:16+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:44:17.773 | 2026-04-28 13:44:17,772 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:44:17.773 | 2026-04-28 13:44:17,773 WARN received SIGTERM indicating exit request -2026-04-28 06:44:21.628 | 2026-04-28 13:44:21+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:44:21.750 | 2026-04-28 13:44:21+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:44:21.793 | 2026-04-28 13:44:21+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:44:21.833 | 2026-04-28 13:44:21+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:44:21.899 | 2026-04-28 13:44:21+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:44:21.944 | 2026-04-28 13:44:21+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:21.985 | 2026-04-28 13:44:21+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:44:22.034 | 2026-04-28 13:44:22+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:23.434 | 2026-04-28 13:44:23+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:44:23.444 | 2026-04-28 13:44:23+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:44:23.456 | 2026-04-28 13:44:23+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:44:24.464 | 2026-04-28 13:44:24,463 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:44:24.464 | 2026-04-28 13:44:24,463 WARN received SIGTERM indicating exit request -2026-04-28 06:44:29.658 | 2026-04-28 13:44:29+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:44:29.745 | 2026-04-28 13:44:29+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:44:29.783 | 2026-04-28 13:44:29+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:44:29.814 | 2026-04-28 13:44:29+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:44:29.876 | 2026-04-28 13:44:29+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:44:29.928 | 2026-04-28 13:44:29+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:29.975 | 2026-04-28 13:44:29+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:44:30.022 | 2026-04-28 13:44:30+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:31.355 | 2026-04-28 13:44:31+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:44:31.366 | 2026-04-28 13:44:31+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:44:31.377 | 2026-04-28 13:44:31+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:44:32.391 | 2026-04-28 13:44:32,391 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:44:32.392 | 2026-04-28 13:44:32,391 WARN received SIGTERM indicating exit request -2026-04-28 06:44:40.787 | 2026-04-28 13:44:40+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:44:40.868 | 2026-04-28 13:44:40+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:44:40.899 | 2026-04-28 13:44:40+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:44:40.945 | 2026-04-28 13:44:40+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:44:41.014 | 2026-04-28 13:44:41+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:44:41.065 | 2026-04-28 13:44:41+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:41.108 | 2026-04-28 13:44:41+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:44:41.170 | 2026-04-28 13:44:41+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:42.723 | 2026-04-28 13:44:42+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:44:42.733 | 2026-04-28 13:44:42+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:44:42.742 | 2026-04-28 13:44:42+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:44:43.751 | 2026-04-28 13:44:43,750 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:44:43.751 | 2026-04-28 13:44:43,751 WARN received SIGTERM indicating exit request -2026-04-28 06:44:59.135 | 2026-04-28 13:44:59+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:44:59.212 | 2026-04-28 13:44:59+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:44:59.229 | 2026-04-28 13:44:59+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:44:59.285 | 2026-04-28 13:44:59+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:44:59.361 | 2026-04-28 13:44:59+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:44:59.438 | 2026-04-28 13:44:59+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:44:59.482 | 2026-04-28 13:44:59+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:44:59.556 | 2026-04-28 13:44:59+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:45:01.259 | 2026-04-28 13:45:01+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:45:01.267 | 2026-04-28 13:45:01+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:45:01.280 | 2026-04-28 13:45:01+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:45:02.294 | 2026-04-28 13:45:02,290 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:45:02.295 | 2026-04-28 13:45:02,291 WARN received SIGTERM indicating exit request -2026-04-28 06:45:30.674 | 2026-04-28 13:45:30+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:45:30.777 | 2026-04-28 13:45:30+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:45:30.813 | 2026-04-28 13:45:30+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:45:30.867 | 2026-04-28 13:45:30+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:45:30.958 | 2026-04-28 13:45:30+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:45:31.019 | 2026-04-28 13:45:31+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:45:31.069 | 2026-04-28 13:45:31+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:45:31.131 | 2026-04-28 13:45:31+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:45:33.125 | 2026-04-28 13:45:33+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:45:33.142 | 2026-04-28 13:45:33+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:45:33.172 | 2026-04-28 13:45:33+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:45:34.173 | 2026-04-28 13:45:34,172 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:45:34.173 | 2026-04-28 13:45:34,172 WARN received SIGTERM indicating exit request -2026-04-28 06:46:27.561 | 2026-04-28 13:46:27+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:46:27.661 | 2026-04-28 13:46:27+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:46:27.689 | 2026-04-28 13:46:27+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:46:27.736 | 2026-04-28 13:46:27+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:46:27.789 | 2026-04-28 13:46:27+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:46:27.835 | 2026-04-28 13:46:27+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:46:27.886 | 2026-04-28 13:46:27+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:46:27.932 | 2026-04-28 13:46:27+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:46:29.389 | 2026-04-28 13:46:29+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:46:29.403 | 2026-04-28 13:46:29+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:46:29.423 | 2026-04-28 13:46:29+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:46:30.421 | 2026-04-28 13:46:30,418 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:46:30.422 | 2026-04-28 13:46:30,422 WARN received SIGTERM indicating exit request -2026-04-28 06:47:32.641 | 2026-04-28 13:47:32+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:47:32.757 | 2026-04-28 13:47:32+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:47:32.797 | 2026-04-28 13:47:32+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:47:32.843 | 2026-04-28 13:47:32+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:47:32.916 | 2026-04-28 13:47:32+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:47:32.975 | 2026-04-28 13:47:32+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:47:33.015 | 2026-04-28 13:47:33+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:47:33.078 | 2026-04-28 13:47:33+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:47:34.510 | 2026-04-28 13:47:34+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:47:34.519 | 2026-04-28 13:47:34+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:47:34.530 | 2026-04-28 13:47:34+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:47:35.537 | 2026-04-28 13:47:35,536 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:47:35.537 | 2026-04-28 13:47:35,537 WARN received SIGTERM indicating exit request -2026-04-28 06:48:38.101 | 2026-04-28 13:48:38+00:00 INFO start-mailserver.sh: Welcome to docker-mailserver v15.1.0 -2026-04-28 06:48:38.229 | 2026-04-28 13:48:38+00:00 INFO start-mailserver.sh: Checking configuration -2026-04-28 06:48:38.265 | 2026-04-28 13:48:38+00:00 INFO start-mailserver.sh: Configuring mail server -2026-04-28 06:48:38.328 | 2026-04-28 13:48:38+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|include_try /usr/share/dovecot/protocols.d|include_try /etc/dovecot/protocols.d|g /etc/dovecot/dovecot.conf) -2026-04-28 06:48:38.415 | 2026-04-28 13:48:38+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -r -e s|^(\s*)#?(mail_plugins =).*|\1\2 $mail_plugins sieve| -e s|^#?(lda_mailbox_autocreate =).*|\1 yes| -e s|^#?(lda_mailbox_autosubscribe =).*|\1 yes| -e s|^#?(postmaster_address =).*|\1 postmaster@byte.trail| -e s|^#?(hostname =).*|\1 mail.byte.trail| /etc/dovecot/conf.d/15-lda.conf) -2026-04-28 06:48:38.504 | 2026-04-28 13:48:38+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = yes|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:48:38.589 | 2026-04-28 13:48:38+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#ssl = yes|ssl = required|g /etc/dovecot/conf.d/10-ssl.conf) -2026-04-28 06:48:38.685 | 2026-04-28 13:48:38+00:00 ERROR sedfile: No difference after call to 'sed' in 'sedfile' (sed -i -e s|#port = 993|port = 993|g /etc/dovecot/conf.d/10-master.conf) -2026-04-28 06:48:41.859 | 2026-04-28 13:48:41+00:00 ERROR start-mailserver.sh: Cannot find a valid DOMAIN for '/etc/letsencrypt/live//', tried: '', 'mail.byte.trail', 'byte.trail' -2026-04-28 06:48:41.874 | 2026-04-28 13:48:41+00:00 ERROR start-mailserver.sh: _find_letsencrypt_domain | LETSENCRYPT_DOMAIN appears to be misconfigured, please verify. -2026-04-28 06:48:41.896 | 2026-04-28 13:48:41+00:00 ERROR start-mailserver.sh: Shutting down -2026-04-28 06:48:42.900 | 2026-04-28 13:48:42,899 WARN exited: mailserver (exit status 1; not expected) -2026-04-28 06:48:42.900 | 2026-04-28 13:48:42,900 WARN received SIGTERM indicating exit request \ No newline at end of file