search for: dovecot_data

Displaying 4 results from an estimated 4 matches for "dovecot_data".

2012 Aug 08
1
[PATCH] sysprep: remove the process accounting log files
...peration_puppet_data_log.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index c52a65f..50c6e11 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -42,8 +42,8 @@ operations = \ abrt_data bash_history blkid_tab ca_certificates cron_spool \ dhcp_client_state dhcp_server_state dovecot_data flag_reconfiguration \ hostname kerberos_data lvm_uuids logfiles machine_id mail_spool \ - net_hwaddr package_manager_cache pam_data puppet_data_log random_seed \ - rhn_systemid samba_db_log script smolt_uuid ssh_hostkeys \ + net_hwaddr pacct_log package_manager_cache pam_data puppet_data_log \ +...
2023 Jan 12
0
director: pass different username to proxy than the one that is used for hashing
...= SELECT \ ??? username as user, \ # -> this is used for hashing if destuser is not present. = OK ??? NULL as password, \ ??? 'y' as proxy, \ ??? 'y' as nopassword, \ ?? '%n@%d' as destuser \ # -> but as soon as I add this, this is used for hashing = !OK ? FROM dovecot_data('%n', '%d') Anyone know any clever tricks to accomplish this? Thanks! Alex (background: I've inherited a mail setup where mailboxes have multiple logins. (those all share the same 'home' for their maildirs). I need all of these to go to the same server. Most ideal w...
2013 Sep 05
1
[PATCH V2] sysprep: remove firewall rules
...+++++ 2 files changed, 55 insertions(+) create mode 100644 sysprep/sysprep_operation_firewall_rules.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index ec6c2bc..fcd17fc 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -40,6 +40,7 @@ operations = \ dhcp_server_state \ dovecot_data \ flag_reconfiguration \ + firewall_rules \ firstboot \ fs_uuids \ hostname \ diff --git a/sysprep/sysprep_operation_firewall_rules.ml b/sysprep/sysprep_operation_firewall_rules.ml new file mode 100644 index 0000000..598b2e1 --- /dev/null +++ b/sysprep/sysprep_operation_firewall_rules.ml @@...
2012 Aug 16
5
[PATCH 0/4] Add customization capabilities to virt-sysprep
In the TODO file there's a discussion of perhaps writing a new 'virt-customize' tool. I think it's probably better (or at any rate, easier) to just add this functionality into virt-sysprep. That is what this small series of patches aims to achieve. Note these are not very well tested at the moment. The first patch adds a generic and useful '--firstboot' flag. The