[Koha] Email status changes failed from pending

Paul Hoffman paul at flo.org
Tue Dec 5 03:50:34 NZDT 2017


On Sun, Dec 03, 2017 at 04:05:23PM +0500, Javed Sahil wrote:
> Hello everyone!
>         I want koha to send emails to patrons for circulation transactions
> like check out, check in, overdue etc. I have installed postfix.
> Everything is set I can send emails from commands line.
> 
> but in patron accounts email status is "pending".
> 
> When I use following commands.
> 
> 1.    koha-shell library
> 2.    export PERL5LIB="/usr/share/koha/lib"
> 3.    export KOHA_CONF="/etc/koha/sites/library/koha-conf.xml"
> 4.    cd /usr/share/koha/bin/cronjobs
> 
> above all go fine, but when i use following command:
> 
> 5.    ./process_message_queue.pl
> 
> this error message appears:
> 
> connect to localhost failed (Connection refused)
> connect to localhost failed
> connect to localhost failed (Connection refused) no (more) retries!
>  at ./process_message_queue.pl line 66.

It sounds as though Postfix is not listening on port 25.  Please run the 
following command (as root) and send us the output: 

    netstat -tnlp | fgrep master

And please send us the output of this command, too:

    uname -a

Paul.

-- 
Paul Hoffman <paul at flo.org>
Software Manager
Fenway Library Organization
550 Huntington Ave.
Boston, MA 02115
(617) 442-2384 (FLO main number)


More information about the Koha mailing list