• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Postfix and Redirect

zeroborg

Basic Pleskian
Hi,

i just updated to PLESK 10.1.1 from 9.5.4.
My OS is OpenSUSE 11.0.
I use postfix as my sendmail.
The problem is that the redirection is not working.
The logs:
Nov 8 11:58:08 s15342249 postfix-local[2235]: call_handlers: PASS during call '/usr/local/psa/handlers/info/10-spam-vLqK7w/executable' handler
Nov 8 11:58:08 s15342249 postfix-local[2235]: files: write buf 0x7fff47fd3a00[992] to fd (7) error - (32) Broken pipe
Nov 8 11:58:08 s15342249 postfix-local[2235]: files: cannot write chuck from 5 to 7 - (32) Broken pipe
Nov 8 11:58:08 s15342249 postfix-local[2235]: LOG Unable to forward message to: [email protected]
Nov 8 11:58:08 s15342249 postfix-local[2235]: LOG found problems in executed program
Nov 8 11:58:08 s15342249 postfix-local[2235]: Unable to send mail for: [email protected]

Please advice.
Thanx,

ZeroBorg
 
...

Thanx Igor for your response, but it didn't work out.
It recreated the handler, and it stills doesn't work.
Logs:
Nov 9 18:36:49 s15342249 postfix-local[26261]: call_handlers: PASS during call '/usr/local/psa/handlers/info/10-spam-jLQ8Ji/executable' handler
Nov 9 18:36:49 s15342249 spamd[20303]: prefork: child states: BIBI
Nov 9 18:36:49 s15342249 postfix-local[26261]: files: write buf 0x7fffd0a30470[4096] to fd (7) error - (32) Broken pipe
Nov 9 18:36:49 s15342249 postfix-local[26261]: files: cannot write chuck from 5 to 7 - (32) Broken pipe
Nov 9 18:36:49 s15342249 postfix-local[26261]: LOG Unable to forward message to: [email protected]
Nov 9 18:36:49 s15342249 postfix-local[26261]: LOG found problems in executed program
Nov 9 18:36:49 s15342249 postfix-local[26261]: Unable to send mail for: [email protected]

Anyway of updating to 10.4 Panel? (it's not available at my Updates)

Thank you!

ZeroBorg
 
Thanx

Igor, thanx for your reply.

I have installed Suse 11.0. The downloads are for 11.3 and later.
Is there a problem? Can i use safely that version of autoinstaller?
Thanx.

ZeroBorg.
 
You should use autoinstaller only for your OS version.
 
Hello, I did some observation and mine problem (http://forum.parallels.com/showthread.php?t=208525) is same. Some new information?
I was make switch from qmail to postfix (qmail didn't send emails to some domains). After switch to postfix redirect is broken.

I have big trouble with mailserver now.
Can I install Plesk 10.4 . What I need for this?


There is a cut from log:

Nov 14 09:07:21 87 postfix-local[5171]: hook_dir = '/usr/local/psa/handlers/before-local'
Nov 14 09:07:21 87 postfix-local[5171]: recipient[3] = '[email protected]'
Nov 14 09:07:21 87 postfix-local[5171]: handlers dir = '/usr/local/psa/handlers/before-local/recipient/[email protected]'
Nov 14 09:07:21 87 postfix-local[5171]: call_handlers: call executable = '/usr/local/psa/handlers/info/10-dd52-domainkeys-m8cC2i/executable'
Nov 14 09:07:21 87 dk_check[5173]: DK_STAT_NOSIG: No signature available in message
Nov 14 09:07:21 87 postfix-local[5171]: handlers_stderr: PASS
Nov 14 09:07:21 87 postfix-local[5171]: call_handlers: PASS during call '/usr/local/psa/handlers/info/10-dd52-domainkeys-m8cC2i/executable' handler
Nov 14 09:07:21 87 postfix-local[5171]: files: write buf 0xbfffba48[4096] to fd (7) error - (32) Broken pipe
Nov 14 09:07:21 87 postfix-local[5171]: files: cannot write chuck from 5 to 7 - (32) Broken pipe
Nov 14 09:07:21 87 postfix-local[5171]: LOG Unable to forward message to: [email protected]
Nov 14 09:07:21 87 postfix-local[5171]: LOG found problems in executed program
Nov 14 09:07:21 87 postfix-local[5171]: Unable to send mail for: [email protected]
Nov 14 09:07:21 87 postfix/bounce[5177]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Nov 14 09:07:21 87 postfix/bounce[5177]: warning: inet_protocols: configuring for IPv4 support only
Nov 14 09:07:21 87 postfix/pipe[30353]: ED3B12410134: to=<[email protected]>, orig_to=<[email protected]>, relay=plesk_virtual, delay=0.66, delays=0.47/0/0/0.19, dsn=4.3.0, status=deferred (temporary failure. Command output: sh: /usr/sbin/sendmail: No such file or directory 4.2.1 Message can not be delivered at this time )


Thank you for any help.
 
Last edited by a moderator:
Hello, yes I did this three times. I have this message:
Checking for: mail_spam_restore... fail.

Others are OK.

When I try "wget -O - http://autoinstall.plesk.com/one-click-installer | sh"

I receive:
You have Plesk v 10.3.1 installed.
Please, use Parallels installer from Web Interface or CLI
 
Last edited by a moderator:
yea, but he should check, if the file exists.
For me (qmail on centOS) it's
Code:
#ls -la sendmail*
lrwxrwxrwx 1 root root   21 Nov  2  2009 sendmail -> /etc/alternatives/mta
lrwxrwxrwx 1 root root    4 Sep 14 22:04 sendmail.exim -> exim
-rwxr-xr-x 1 root root 198K May 31 18:29 sendmail.postfix

so the binary is needed.
 
Back
Top