mail/fetchmail: cleanups and sync

This commit is contained in:
Franco Fichtner
2021-04-12 08:50:33 +02:00
parent 94351ebddf
commit 8beadebc55
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ dns/dnscrypt-proxy -- Flexible DNS proxy supporting DNSCrypt and DoH
dns/dyndns -- Dynamic DNS Support
dns/rfc2136 -- RFC-2136 Support
emulators/qemu-guest-agent -- QEMU Guest Agent for OPNsense (development only)
mail/fetchmail -- Remote-mail retrieval utility (development only)
mail/postfix -- SMTP mail relay
mail/rspamd -- Protect your network from spam
misc/theme-cicada -- The cicada theme - dark grey
@@ -24,7 +24,7 @@
*ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
namespace OPNsense\Fetchmail;
use OPNsense\Base\BaseModel;
@@ -38,7 +38,7 @@
<sslfingerprint type="TextField">
<Required>N</Required>
<mask>/^[A-Fa-f0-9\:]$/</mask>
</sslfingerprint>
</sslfingerprint>
</mailbox>
</mailboxes>
</items>
View File