[Postfixadmin-devel] Help - vacation not working
Brought to you by:
christian_boltz,
gingerdog
From: Tanstaafl <tan...@li...> - 2013-05-02 13:58:39
|
Hello, Ok, something must have happened recently that broke vacation, but I can't figure out what it is... Everything works up until it comes time to send the actual message, which fails with: > ERROR> /var/spool/vacation/vacation.pl:469 main::send_vacation_email - Failed to send vacation response: Connection not established vacation.pl line 469 is in this block of code: $Mail::Sender::NO_X_MAILER = 1; my $sender = new Mail::Sender({%smtp_connection}); $sender->Open({%mail}); $sender->SendLineEnc($body); $sender->Close() or $logger->error("Failed to send vacation response: " . $sender->{'error_msg'}); $logger->debug("Vacation response sent to $to, from $from"); } So... what does this mean? Am I somehow missing a perl module? Anyone have any ideas where to start looking? Perms for vacation.pl are correct... |