diff options
author | ivan <ivan> | 2004-05-10 09:38:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-10 09:38:53 +0000 |
commit | cad82e8f74f77442172b1d5327d2289a09fc717f (patch) | |
tree | 6c9558b87e0b39ed111ef0d1e46452917993142c /bin/sendmail.import | |
parent | 61fd0c2eabbd8de6577e1a3f1395e71b01b457f6 (diff) |
ach 5.005
Diffstat (limited to 'bin/sendmail.import')
-rw-r--r-- | bin/sendmail.import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sendmail.import b/bin/sendmail.import index 8a9de9fd3..c6ed434cd 100644 --- a/bin/sendmail.import +++ b/bin/sendmail.import @@ -28,7 +28,7 @@ $forward_svcpart = 4; use vars qw($spooldir); $spooldir = "/usr/local/etc/freeside/export.". datasrc. "/sendmail"; -mkdir $spooldir unless -d $spooldir; +mkdir($spooldir, 0755) unless -d $spooldir; print "\n\n", <<END; Enter the location and name of your Sendmail aliases file, for example |