fix imap user name (not imapd) in sysusers file [release 3.8.3-2mamba;Sun Jun 23 2024]
This commit is contained in:
parent
32e649a821
commit
ec908743dd
@ -1,8 +1,8 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 3.8.2
|
Version: 3.8.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An IMAP server
|
Summary: An IMAP server
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -264,6 +264,12 @@ fi
|
|||||||
%{_mandir}/man3/Cyrus::SIEVE*.3pm*
|
%{_mandir}/man3/Cyrus::SIEVE*.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.3-2mamba
|
||||||
|
- fix imap user name (not imapd) in sysusers file
|
||||||
|
|
||||||
|
* Wed Jun 05 2024 Automatic Build System <autodist@openmamba.org> 3.8.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 16 2024 Automatic Build System <autodist@openmamba.org> 3.8.2-1mamba
|
* Sat Mar 16 2024 Automatic Build System <autodist@openmamba.org> 3.8.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
g imap -
|
g imap -
|
||||||
u imapd 64910 "Cyrus IMAP server" /var/imap
|
u imap 64910 "Cyrus IMAP server" /var/imap
|
||||||
m imap imap
|
m imap imap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user