X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=blobdiff_plain;f=PerlMail%2FConfig.pm;fp=PerlMail%2FConfig.pm;h=435a3f4f412bd05b377e2e434e4416f4c9c54ad7;hp=66644aee3357bf27fad37dae39d4ce8613b25b88;hb=eb0536a2f186d02a2f460a8f488767b8be8f64e3;hpb=4fd59ddcad3f1a9c3b574dee0c3afdcf4d3c7577 diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index 66644ae..435a3f4 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -89,7 +89,7 @@ our $clamscan_waitpid_timeout=3; # Global system lock for exclusive $DB_table access: our $Lock_pathname="/tmp/PerlMail.lock"; # 'workstation' hostname and port. Hostname may be dyndns: -our $PeerAddr="exuhome.dyn.jankratochvil.net.:852"; +our $PeerAddr="kashome.dyn.jankratochvil.net.:852"; #our $PeerAddr="127.0.0.1:2852"; # 15sec is NOT enough as the remote peer must complete mail store: our $Socket_timeout=7600;