Fixed a variety of issues with file permissions
This commit is contained in:
parent
5293388201
commit
5cea4c47a3
6 changed files with 12 additions and 1 deletions
0
bin/alias.pl
Normal file → Executable file
0
bin/alias.pl
Normal file → Executable file
0
bin/domain.pl
Normal file → Executable file
0
bin/domain.pl
Normal file → Executable file
0
bin/user.pl
Normal file → Executable file
0
bin/user.pl
Normal file → Executable file
11
cpanfile
Normal file
11
cpanfile
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
requires 'Mojolicious';
|
||||||
|
requires 'DBIx::Class';
|
||||||
|
requires 'DBIx::Class::Schema::Config';
|
||||||
|
requires 'String::Random';
|
||||||
|
requires 'Getopt::Long::Descriptive';
|
||||||
|
requires 'DBIx::Class::PassphraseColumn';
|
||||||
|
requires 'SQL::Translator';
|
||||||
|
requires 'Mojolicious::Plugin::Authentication';
|
||||||
|
requires 'Email::Stuffer';
|
||||||
|
requires 'Config::General';
|
||||||
|
requires 'DBD::mysql';
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
secrets => ['thisisonlyatest'],
|
secrets => ['thisisonlyatest'],
|
||||||
db_config => 'MAILSERVER_TESTING',
|
db_config => 'MAILSERVER_MANAGER',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
0
script/my_mailserver
Normal file → Executable file
0
script/my_mailserver
Normal file → Executable file
Loading…
Add table
Reference in a new issue