Koozali.org: home of the SME Server

SMTP Error

cosmin

SMTP Error
« on: May 31, 2007, 03:44:21 PM »
I get:

An unknown error has occurred. Protocol: SMTP, Server Response: '451 Queuing declined or disabled; try again later', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC6A

in qsmtpd.log i found this:
2007-05-31 16:42:52.857233500 5486 running plugin (queue): queue::qmail_2dqueue
2007-05-31 16:42:52.862309500 5488 queue::qmail_2dqueue plugin: (for 5486 ) Queuing qp 5488 to /var/qmail/bin/qmail-queue
2007-05-31 16:42:52.864802500 5486 FATAL PLUGIN ERROR:  SIGPIPE at /usr/share/qpsmtpd/plugins/queue/qmail-queue line 45, <GEN7> line 1236.
2007-05-31 16:42:52.864810500
2007-05-31 16:42:52.865108500 5486 451 Queuing declined or disabled; try again later
2007-05-31 16:42:52.868911500 5486 dispatching RSET

What can I do to send e-mail`s again?

I have FIX IT ! It was a queue problem and i use qfixq script to correct it.

cirkit

SMTP Error
« Reply #1 on: June 03, 2007, 06:36:03 PM »
i am a newbieto sme server and linux. I have installed the server and its working fine , just wanted to know how can we access shell and isse regular linux commands from there. logging in as admin staright takes us to server manager on the console and does not give any option to install driver or any shell access. please help

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
SMTP Error
« Reply #2 on: June 03, 2007, 07:54:24 PM »
cirkit don't hijack other people's posts and wait fort he answer on your own posts.
"It should just work" if it doesn't report it. Thanks!

cosmin

SMTP Error
« Reply #3 on: June 04, 2007, 09:57:53 AM »
First enable SSH in server-manager:

In Security at Remote Access:
Secure shell access - Allow public access (entire Internet)
Administrative command line access - NO (specially if you are NEWBIE)

Now you can logon over internet with normal accounts and do whatever you need to do. Get root with "su -" command.
On internal network you are allowed direct login with admin (which give you the text variant of server-manager) and root. Also it is a good thing to secure your ssh connection with key pairs (search forum for PPK)

You should note that SME Server use an server-manager module which keep it`s settings into a database and when you issue an reconfigure command it re-create those settings, so you must use custom-templates and/or  "config setprop" commands if you want them to be remembered. (search the forum for more info)