L
LiquidD
Guest
This is what i did. I upgraded to Plesk 8.4 (Fedora Core is the OS) and was getting the
"553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)" error in Outlook...Everyone was.
Everything was working fine up until the upgrade, so I knew there was an authentication issue somewhere.
I went to /etc/xinetd.d/smtp_psa and verified this:
"env = SMTPAUTH=1 SHORTNAMES=1"
I remembered that I created a smtp_psa_alt file for my alternate port. Inside that file, I looked for the following:
"env = SMTPAUTH=1 SHORTNAMES=1"
But it WAS NOT there. So I added it under "instances = UNLIMITED"
Restarted xinetd.d and I can send without the error. Nothing in Outlook or Plesk was changed except that file.
I assume that if you change the Relay options the ALT file will not update itself. This "env" must be new to this file??
Nonetheless, I hope this works for someone out there.
To update:
I found out later that clients somehow stopped getting mail as the email would bounce back the the sender would get a 553 error. I used this command and all is working now.
/usr/local/psa/admin/bin/mchk --with-spam
Hopefully all these problems will stop.
"553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)" error in Outlook...Everyone was.
Everything was working fine up until the upgrade, so I knew there was an authentication issue somewhere.
I went to /etc/xinetd.d/smtp_psa and verified this:
"env = SMTPAUTH=1 SHORTNAMES=1"
I remembered that I created a smtp_psa_alt file for my alternate port. Inside that file, I looked for the following:
"env = SMTPAUTH=1 SHORTNAMES=1"
But it WAS NOT there. So I added it under "instances = UNLIMITED"
Restarted xinetd.d and I can send without the error. Nothing in Outlook or Plesk was changed except that file.
I assume that if you change the Relay options the ALT file will not update itself. This "env" must be new to this file??
Nonetheless, I hope this works for someone out there.
To update:
I found out later that clients somehow stopped getting mail as the email would bounce back the the sender would get a 553 error. I used this command and all is working now.
/usr/local/psa/admin/bin/mchk --with-spam
Hopefully all these problems will stop.