summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/vpopmail.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-12-29 08:25:53 +0000
committerivan <ivan>2006-12-29 08:25:53 +0000
commit1f78e4d77521e4dab6d1e34d1768204484ec50af (patch)
tree69936122ba58a6fe70384e77e108938cfb95a3e9 /FS/FS/part_export/vpopmail.pm
parentfe6328ed8b7fb7081937aee1eeed46a9002c9c0e (diff)
didn't get checked in with configurable target dirs, oops
Diffstat (limited to 'FS/FS/part_export/vpopmail.pm')
-rw-r--r--FS/FS/part_export/vpopmail.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm
index bf558e3..4cda657 100644
--- a/FS/FS/part_export/vpopmail.pm
+++ b/FS/FS/part_export/vpopmail.pm
@@ -87,7 +87,7 @@ sub _export_delete {
sub vpopmail_queue {
my( $self, $svcnum, $method ) = (shift, shift, shift);
- my $exportdir = "%%%FREESIDE_CONF%%%/export." . datasrc;
+ my $exportdir = "%%%FREESIDE_EXPORT%%%/export." . datasrc;
mkdir $exportdir, 0700 or die $! unless -d $exportdir;
$exportdir .= "/vpopmail";
mkdir $exportdir, 0700 or die $! unless -d $exportdir;