Public bug reported:

```
$ sudo ufw status
WARN: Duplicate profile 'Dovecot IMAP', using last found
WARN: Duplicate profile 'Dovecot Secure IMAP', using last found
WARN: Duplicate profile 'Dovecot POP3', using last found
WARN: Duplicate profile 'Dovecot Secure POP3', using last found
Status: inactive
```

```
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.6 LTS
Release:        18.04
Codename:       bionic

$ dpkg -l|grep dovecot
ii  dovecot-core                           1:2.2.33.2-1ubuntu4.7                
           amd64        secure POP3/IMAP server - core files
ii  dovecot-imapd                          1:2.2.33.2-1ubuntu4.7                
           amd64        secure POP3/IMAP server - IMAP daemon
ii  dovecot-pop3d                          1:2.2.33.2-1ubuntu4.7                
           amd64        secure POP3/IMAP server - POP3 daemon
$ for a in dovecot-core dovecot-imapd dovecot-pop3d; do echo $a:; dpkg -L $a 
|grep ufw|grep d/; done
dovecot-core:
/etc/ufw/applications.d/dovecot-core
dovecot-imapd:
/etc/ufw/applications.d/dovecot-imapd
dovecot-pop3d:
/etc/ufw/applications.d/dovecot-pop3d

$ for a in /etc/ufw/applications.d/dovecot-*; do echo $a:; cat $a; done
/etc/ufw/applications.d/dovecot-core:
[Dovecot POP3]
title=Secure mail server (POP3)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=110/tcp

[Dovecot Secure POP3]
title=Secure mail server (POP3S)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=995/tcp

[Dovecot IMAP]
title=Secure mail server (IMAP)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=143/tcp

[Dovecot Secure IMAP]
title=Secure mail server (IMAPS)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=993/tcp
/etc/ufw/applications.d/dovecot-imapd:
[Dovecot IMAP]
title=Secure mail server (IMAP)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=143/tcp

[Dovecot Secure IMAP]
title=Secure mail server (IMAPS)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=993/tcp
/etc/ufw/applications.d/dovecot-pop3d:
[Dovecot POP3]
title=Secure mail server (POP3)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=110/tcp

[Dovecot Secure POP3]
title=Secure mail server (POP3S)
description=Dovecot is a mail server whose major goals are security and extreme
 reliability.
ports=995/tcp
```

** Affects: dovecot (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: postfix (Ubuntu) => dovecot (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1976395

Title:
  Duplicate ufw rules installed by dovecot packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1976395/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to