Re: [Postfixadmin-devel] Help - vacation not working
Brought to you by:
christian_boltz,
gingerdog
|
From: Tanstaafl <tan...@li...> - 2013-05-02 17:09:31
|
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?
>
> Anyone have any ideas where to start looking? Perms for vacation.pl are
> correct...
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Postfixadmin-devel mailing list
> Pos...@li...
> https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel
>
|