initial commit of file from CVS for e-smith-email on Wed 12 Jul 08:53:55 BST 2023
This commit is contained in:
1
root/etc/e-smith/db/accounts/defaults/abuse/Account
Normal file
1
root/etc/e-smith/db/accounts/defaults/abuse/Account
Normal file
@@ -0,0 +1 @@
|
||||
admin
|
1
root/etc/e-smith/db/accounts/defaults/abuse/Removable
Normal file
1
root/etc/e-smith/db/accounts/defaults/abuse/Removable
Normal file
@@ -0,0 +1 @@
|
||||
no
|
1
root/etc/e-smith/db/accounts/defaults/abuse/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/abuse/type
Normal file
@@ -0,0 +1 @@
|
||||
pseudonym
|
1
root/etc/e-smith/db/accounts/defaults/anonymous/Account
Normal file
1
root/etc/e-smith/db/accounts/defaults/anonymous/Account
Normal file
@@ -0,0 +1 @@
|
||||
admin
|
@@ -0,0 +1 @@
|
||||
no
|
1
root/etc/e-smith/db/accounts/defaults/anonymous/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/anonymous/type
Normal file
@@ -0,0 +1 @@
|
||||
pseudonym
|
1
root/etc/e-smith/db/accounts/defaults/devnull/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/devnull/type
Normal file
@@ -0,0 +1 @@
|
||||
alias
|
1
root/etc/e-smith/db/accounts/defaults/everyone/Account
Normal file
1
root/etc/e-smith/db/accounts/defaults/everyone/Account
Normal file
@@ -0,0 +1 @@
|
||||
shared
|
@@ -0,0 +1 @@
|
||||
no
|
1
root/etc/e-smith/db/accounts/defaults/everyone/Removable
Normal file
1
root/etc/e-smith/db/accounts/defaults/everyone/Removable
Normal file
@@ -0,0 +1 @@
|
||||
no
|
1
root/etc/e-smith/db/accounts/defaults/everyone/Visible
Normal file
1
root/etc/e-smith/db/accounts/defaults/everyone/Visible
Normal file
@@ -0,0 +1 @@
|
||||
internal
|
1
root/etc/e-smith/db/accounts/defaults/everyone/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/everyone/type
Normal file
@@ -0,0 +1 @@
|
||||
pseudonym
|
@@ -0,0 +1 @@
|
||||
admin
|
@@ -0,0 +1 @@
|
||||
no
|
1
root/etc/e-smith/db/accounts/defaults/mailer-daemon/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/mailer-daemon/type
Normal file
@@ -0,0 +1 @@
|
||||
pseudonym
|
1
root/etc/e-smith/db/accounts/defaults/postmaster/Account
Normal file
1
root/etc/e-smith/db/accounts/defaults/postmaster/Account
Normal file
@@ -0,0 +1 @@
|
||||
admin
|
@@ -0,0 +1 @@
|
||||
no
|
1
root/etc/e-smith/db/accounts/defaults/postmaster/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/postmaster/type
Normal file
@@ -0,0 +1 @@
|
||||
pseudonym
|
13
root/etc/e-smith/db/accounts/migrate/20migrate_typo
Normal file
13
root/etc/e-smith/db/accounts/migrate/20migrate_typo
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
# Migrate any value from Visisble property. :)
|
||||
my $everyone = $DB->get('everyone');
|
||||
if ($everyone)
|
||||
{
|
||||
my $visible = $everyone->prop('Visisble');
|
||||
if ($visible)
|
||||
{
|
||||
$everyone->set_prop('Visible', $visible);
|
||||
$everyone->delete_prop('Visisble');
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user