forked from pool/courier-imap
Accepting request 717390 from server:mail
OBS-URL: https://build.opensuse.org/request/show/717390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=53
This commit is contained in:
commit
c4b484209a
@ -1,17 +0,0 @@
|
||||
## Name: courier-imapd
|
||||
## Description: Opens ports for courier-imapd.
|
||||
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="imaps pop3s"
|
||||
|
||||
# space separated list of allowed UDP ports
|
||||
UDP=""
|
||||
|
||||
# space separated list of allowed RPC services
|
||||
RPC=""
|
||||
|
||||
# space separated list of allowed IP protocols
|
||||
IP=""
|
||||
|
||||
# space separated list of allowed UDP broadcast ports
|
||||
BROADCAST=""
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 09:50:17 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
- removal of SuSEfirewall2 services, since SuSEfirewall2 has been replaced by
|
||||
firewalld, see [1].
|
||||
|
||||
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 12:38:44 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,17 +0,0 @@
|
||||
## Name: courier-imapd
|
||||
## Description: Opens ports for courier-imapd.
|
||||
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="imap pop3"
|
||||
|
||||
# space separated list of allowed UDP ports
|
||||
UDP=""
|
||||
|
||||
# space separated list of allowed RPC services
|
||||
RPC=""
|
||||
|
||||
# space separated list of allowed IP protocols
|
||||
IP=""
|
||||
|
||||
# space separated list of allowed UDP broadcast ports
|
||||
BROADCAST=""
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package courier-imap
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: courier-imap
|
||||
Summary: An IMAP and POP3 Server for Maildir MTAs
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Networking/Email/Servers
|
||||
Version: 4.18.2
|
||||
Release: 0
|
||||
@ -27,8 +27,6 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-%{version}.tar.bz2.sig
|
||||
Source2: pop3.pamd
|
||||
Source3: imap.pamd
|
||||
Source4: %{name}.firewall
|
||||
Source5: %{name}-ssl.firewall
|
||||
Source11: courier-imap.init
|
||||
Source12: courier-imap-ssl.init
|
||||
Source13: courier-pop.init
|
||||
@ -195,9 +193,6 @@ done
|
||||
%{_sysconfdir}/courier/pop3d.dist
|
||||
%{_sysconfdir}/courier/pop3d-ssl.dist
|
||||
EOF
|
||||
#firewall script
|
||||
%{__install} -D -m 644 %{S:4} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||
%{__install} -D -m 644 %{S:5} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
||||
|
||||
%pre
|
||||
%if 0%{?has_systemd}
|
||||
@ -269,8 +264,6 @@ done
|
||||
%config %attr(600,root,root) %{_sysconfdir}/courier/imapd*
|
||||
%config %attr(600,root,root) %{_sysconfdir}/courier/pop3*
|
||||
%config %{_sysconfdir}/courier/quotawarnmsg.example
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
||||
%dir %{_prefix}/lib/%{name}
|
||||
%{_prefix}/lib/%{name}/makedatprog
|
||||
%{_prefix}/lib/%{name}/couriertcpd
|
||||
|
Loading…
Reference in New Issue
Block a user