• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Qmail Problem

F

flave

Guest
Since i've updated to V 8.1 I get en strange message by sending mail with oder to my server:

Remote host said: 451 qq unable to read configuration (#4.3.0)
I'm not going to try again; this message has been in the queue too long.

in the maillog i found the entry:
Dec 1 xxxx:xx myservername relaylock: /var/qmail/bin/relaylock: mail from xx.xx.xx.xx.9452 (gw.myip.some.ch.host.com) (while try sending a message from my mailaccount)

i tried it from several ip's but i havent got any success till now.

Any ideas?
 
Check flag "set group ID on execution"
on
/usr/local/psa/qmail/bin/qmail-queue
 
sorry havent got a folder in the /usr/local/psa/ dir called qmail, but /var/qmail/bin.

But my problem is, i don't understand what do you mean with Check flag "set group ID on execution"
 
Yes. it must look as:
Code:
-------------------------- Chmod command --------------------------┐
│   - Permission -------------------┐  - File -----------------┐   │
│   │ [x] set user ID on execution  │  │ Name                  │   │
│   │ [x] set group ID on execution │  │ qmail-queue           │   │
│   │ [ ] sticky bit                │  │ Permissions (Octal)   │   │
│   │ [x] read by owner             │  │ 106511                │   │
│   │ [ ] write by owner            │  │ Owner name            │   │
│   │ [x] execute/search by owner   │  │ qmailq                │   │
│   │ [ ] read by group             │  │ Group name            │   │
│   │ [ ] write by group            │  │ qmail                 │   │
│   │ [x] execute/search by group   │  L------------------------   │
│   │ [ ] read by others            │  Use SPACE to change         │
│   │ [ ] write by others           │  an option, ARROW KEYS       │
│   │ [x] execute/search by others  │  to move between options     │
│   L--------------------------------  and T or INS to mark        │
│                                                                  │
│                     [< Set >]       [ Cancel ]                   │
L-------------------------------------------------------------------
 
i have same problem, but i cant send mail from outlook too.
Task 'mymail@mydomain - Sending' reported error (0x800CCC92) : 'Your e-mail server rejected your login. Verify your user name and password in your account properties. Under Tools, click E-mail accounts.'


i try your solution and solutions from kb (include mchk) but without success.

any solutions, i mad from this.

PS
my os is Debian
 
hy silebis

try to reinstall the qmail rpm with rpm -i --force. if you have updated with the plesk updater you should find the files in /home/psa/PSA_8_1_0/something/

i dont know excactly the installaion on debian. maybe you have to make a .deb with alien, and install it with dpkg -i --force . but im not sure
 
Originally posted by flave
hy silebis

try to reinstall the qmail rpm with rpm -i --force. if you have updated with the plesk updater you should find the files in /home/psa/PSA_8_1_0/something/

i dont know excactly the installaion on debian. maybe you have to make a .deb with alien, and install it with dpkg -i --force . but im not sure

i tried remove it just now, but i get this

apt-get --purge remove psa-qmail
The following packages will be upgraded:
libmysqlclient14 mysql-client-4.1 mysql-common-4.1
3 upgraded, 0 newly installed, 79 to remove and 109 not upgraded.
1 not fully installed or removed.
Need to get 2286kB of archives.
After unpacking 964MB disk space will be freed.
Do you want to continue? [Y/n] Y
Get:1 http://ftp.cz.debian.org sarge/main mysql-common-4.1 4.1.11a-4sarge7 [36.7kB]
Get:2 http://ftp.cz.debian.org sarge/main libmysqlclient14 4.1.11a-4sarge7 [1418kB]
Get:3 http://ftp.cz.debian.org sarge/main mysql-client-4.1 4.1.11a-4sarge7 [831kB]
Fetched 2286kB in 0s (5347kB/s)
(Reading database ... 75561 files and directories currently installed.)
Removing mailman ...
dpkg: error processing mailman (--remove):
cannot remove `/usr/sbin/mmarch': Permission denied
Errors were encountered while processing:
mailman
E: Sub-process /usr/bin/dpkg returned an error code (1)

Idont know why im permission denied, beacuse im loged as root
 
hm.. Im not sure you have understud me. I know my english is rubbish.

I only tried help you to overwrite de existing package. i think if you try to remove qmail, all dependend files wont removed too.
 
:) my english is ugly too.

I try install/reinstall and always i get error with f* mailman that i permission denied.

Maybe this is creator of all my problems. Who knows.
 
Originally posted by silebis
i have same problem, but i cant send mail from outlook too.



i try your solution and solutions from kb (include mchk) but without success.

any solutions, i mad from this.

PS
my os is Debian


Use the full email address as the outgoing username. It used to accept just the username, but since the upgrade this no longer works.
 
silebis,
I had the same problem right after changing to a new ISP. I found out that my new ISP doesn't allow outbound smtp traffic unless its pointed to one of their mail servers and you have a valid username and password.

Once I found this out, I changed my outbound smtp server config to my new ISP server with their username and password, and I was able to send fine again.

Just a thought ...

NorthLANs
 
Back
Top