diff --git a/lib/configfiles/gentoo.xml b/lib/configfiles/gentoo.xml
index 68d539e6..fbe8118f 100644
--- a/lib/configfiles/gentoo.xml
+++ b/lib/configfiles/gentoo.xml
@@ -1670,7 +1670,6 @@ smtpd_tls_session_cache_timeout = 3600s
#virtual_transport = virtual
## Generate maildirsize files or not
#virtual_create_maildirsize = yes
-## I use Courier IMAP compatibles files.
#virtual_mailbox_extended = yes
## Limits only INBOX part (useful when
## using when you have IMAP users)
@@ -1823,7 +1822,6 @@ virtual_mailbox_limit = 0
#virtual_transport = virtual
## Generate maildirsize files or not
#virtual_create_maildirsize = yes
-## I use Courier IMAP compatibles files.
#virtual_mailbox_extended = yes
## Limits only INBOX part (useful when
## using when you have IMAP users)
@@ -1848,134 +1846,6 @@ debugger_command =
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -d ${recipient}
-]]>
-
-
- //service[@type='smtp']/general/commands[@index=3]
-
-
-
-
- //service[@type='smtp']/general/commands[@index=1]
-
- > /etc/portage/package.use/froxlor]]>
- //service[@type='smtp']/general/installs[@index=1]
-
- //service[@type='smtp']/general/commands[@index=2]
-
-
-
-
-# should be different from $mydomain eg. "mail.$mydomain"
-myhostname = mail.$mydomain
-
-mydestination = $myhostname,
- $mydomain,
- localhost.$myhostname,
- localhost.$mydomain,
- localhost
-mynetworks = 127.0.0.0/8
-inet_interfaces = all
-append_dot_mydomain = no
-biff = no
-
-# Postfix performance settings
-default_destination_concurrency_limit = 20
-local_destination_concurrency_limit = 2
-
-# SMTPD Settings
-smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
-smtpd_helo_required = yes
-smtpd_recipient_restrictions = permit_mynetworks,
- permit_sasl_authenticated,
- reject_unauth_destination,
- reject_unauth_pipelining,
- reject_non_fqdn_recipient
-smtpd_sender_restrictions = permit_mynetworks,
- reject_sender_login_mismatch,
- permit_sasl_authenticated,
- reject_unknown_hostname,
- reject_unknown_recipient_domain,
- reject_unknown_sender_domain
-smtpd_client_restrictions = permit_mynetworks,
- permit_sasl_authenticated,
- reject_unknown_hostname
-smtpd_relay_restrictions = permit_mynetworks,
- permit_sasl_authenticated,
- defer_unauth_destination
-
-# Maximum size of Message in bytes (512MB)
-message_size_limit = 536870912
-
-## SASL Auth Settings
-smtpd_sasl_auth_enable = yes
-smtpd_sasl_local_domain = $myhostname
-broken_sasl_auth_clients = yes
-
-# Virtual delivery settings
-virtual_mailbox_base = /
-virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf
-virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_domains.cf
-virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_alias_maps.cf
-smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql-virtual_sender_permissions.cf
-virtual_uid_maps = proxy:mysql:/etc/postfix/mysql-virtual_uid_maps.cf
-virtual_gid_maps = proxy:mysql:/etc/postfix/mysql-virtual_gid_maps.cf
-
-# Local delivery settings
-local_transport = local
-alias_database = hash:/etc/mail/aliases
-alias_maps = $alias_database
-
-# Default Mailbox size, is set to 0 which means unlimited!
-mailbox_size_limit = 0
-virtual_mailbox_limit = 0
-
-### TLS settings
-###
-## TLS for outgoing mails from the server to another server
-#smtp_tls_security_level = may
-#smtp_tls_note_starttls_offer = yes
-## TLS for email client
-#smtpd_tls_security_level = may
-#smtpd_tls_cert_file = /etc/ssl/postfix/server.pem
-#smtpd_tls_key_file = /etc/ssl/postfix/server.key
-#smtpd_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
-#smtpd_tls_loglevel = 1
-#smtpd_tls_received_header = yes
-
-debugger_command =
- PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
- ddd $daemon_directory/$process_name $process_id & sleep 5
-]]>
-
-
- //service[@type='smtp']/general/files[@index=0]
-
-
-sql_user:
-sql_passwd:
-sql_database:
-sql_select: SELECT password_enc FROM mail_users WHERE username='%u@%r' OR email='%u@%r'
]]>
@@ -2347,1047 +2217,6 @@ plugin {
-
-
-
-
-
-
-
-
-
-MYSQL_USERNAME
-MYSQL_PASSWORD
-MYSQL_PORT 0
-MYSQL_DATABASE
-MYSQL_USER_TABLE mail_users
-MYSQL_CRYPT_PWFIELD password_enc
-MYSQL_UID_FIELD uid
-MYSQL_GID_FIELD gid
-MYSQL_LOGIN_FIELD username
-MYSQL_HOME_FIELD homedir
-MYSQL_MAILDIR_FIELD maildir
-MYSQL_QUOTA_FIELD (quota*1024*1024)
-MYSQL_AUXOPTIONS_FIELD CONCAT("allowimap=",imap,",allowpop3=",pop3)
-]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-