summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/acct_sql.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm
index 2f65dc18b..1092ee606 100644
--- a/FS/FS/part_export/acct_sql.pm
+++ b/FS/FS/part_export/acct_sql.pm
@@ -32,7 +32,8 @@ tie my %vpopmail_map, 'Tie::IxHash',
'pw_gid' => 'gid',
'pw_gecos' => 'finger',
'pw_dir' => 'dir',
- 'pw_shell' => 'shell',
+ #'pw_shell' => 'shell',
+ 'pw_shell' => 'quota',
;
my $vpopmail_map = join('\n', map "$_ $vpopmail_map{$_}", keys %vpopmail_map );