changed newsletter-transport.pl: configuration for this server
This commit is contained in:
parent
36a51a17a3
commit
79c2f93d07
1 changed files with 1 additions and 2 deletions
|
|
@ -16,11 +16,10 @@ use List::MoreUtils qw{ any };
|
||||||
my $NO_SUCH_USER = 67;
|
my $NO_SUCH_USER = 67;
|
||||||
my $webguiRoot = '/data/WebGUI';
|
my $webguiRoot = '/data/WebGUI';
|
||||||
my %configs = (
|
my %configs = (
|
||||||
'martintwee.oqapi.nl' => 'martintwee.oqapi.nl.conf',
|
'lom.lom.st.unitedknowledge.org' => 'www.lomcongres.nl.conf',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
my ( $domain, $user ) = @ARGV;
|
my ( $domain, $user ) = @ARGV;
|
||||||
my ( $mailId, $command ) = $user =~ m{^(.+)-([^-]+)$}i;
|
my ( $mailId, $command ) = $user =~ m{^(.+)-([^-]+)$}i;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue