[Postfixadmin-devel] SOLVED - Re: Help - vacation not working
Brought to you by:
christian_boltz,
gingerdog
From: Tanstaafl <tan...@li...> - 2013-05-02 17:31:04
|
Ok, was/is a bug in Mail-Sender-0.8.22, downgrading to 0.8.21 fixed it... reporting bug to gentoo package maintainer (don't know if it is a generic bug in Mail-Sender or just gentoo's package)... On 2013-05-02 1:09 PM, Tanstaafl <tan...@li...> wrote: > Still struggling with this... > > Anyone? > > On 2013-05-02 9:58 AM, Tanstaafl <tan...@li...> wrote: >> 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? |