summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export.pm2
-rw-r--r--FS/FS/part_export/vpopmail.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 9645feb98..251184371 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -641,7 +641,7 @@ tie my %infostreet_options, 'Tie::IxHash',
;
tie my %vpopmail_options, 'Tie::IxHash',
- 'machine' => { label=>'vpopmail machine', },
+ #'machine' => { label=>'vpopmail machine', },
'dir' => { label=>'directory', }, # ?more info? default?
'uid' => { label=>'vpopmail uid' },
'gid' => { label=>'vpopmail gid' },
diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm
index c0105c045..cc8136e25 100644
--- a/FS/FS/part_export/vpopmail.pm
+++ b/FS/FS/part_export/vpopmail.pm
@@ -67,7 +67,7 @@ sub vpopmail_queue {
};
$queue->insert(
$exportdir,
- $self->option('machine'),
+ $self->machine,
$self->option('dir'),
$self->option('uid'),
$self->option('gid'),