ubuntuusers.de

Hardy Update Cyrus zerschossen

Status: Ungelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

Paddy159

Anmeldungsdatum:
18. Januar 2007

Beiträge: 121

Nachdem ich auf Hardy upgedatet habe, ist mein Cyrus IMAP Server nicht mehr erreichbar !
Außerdem erscheint dies, wenn ich saslauthd restarte:

SERVER:~$ sudo /etc/init.d/saslauthd restart
sudo: unable to resolve host SERVER
SERVER.paddy159.homelinux.net
 * Short name (NAME) undefined in /etc/default/saslauthd, using default
 * No run directory defined for default, cannot stop
 * Starting  default                                                                                                     
* No run directory defined for default, not starting
patrick@SERVER

Woran kann es liegen ?!

Lg Patrick

€dit :

Außerdem ist Dnsmasq auch nicht mehr Startbar :

SERVER:~$ sudo /etc/init.d/dnsmasq restart
sudo: unable to resolve host SERVER
SERVER.paddy159.homelinux.net
 * Restarting DNS forwarder and DHCP server dnsmasq                                                                     
dnsmasq: failed to create listening socket: Address already in use
 * failed to start
                                                                                                                 [fail]
patrick@SERVER

Paddy159

(Themenstarter)

Anmeldungsdatum:
18. Januar 2007

Beiträge: 121

Das saslauthd Problem is am Wichtigsten ...
Wodran kann das liegen, wie kann ich das ändern ?
Kann jemand mal eine /etc/default/saslauthd posten ?

Hoffe auf Hilfe

Patrick

dozemode

Avatar von dozemode

Anmeldungsdatum:
22. Juni 2006

Beiträge: Zähle...

Wohnort: Donauwörth

Hallo,

Paddy159 hat geschrieben:

Das saslauthd Problem is am Wichtigsten ...
Wodran kann das liegen, wie kann ich das ändern ?
Kann jemand mal eine /etc/default/saslauthd posten ?

Ich hatte das gleiche Problem.
Im Verzeichnis /etc/default legt das Hardy-Update eine Datei ab, die saslauthd-dpkg o.ä. heißt.

Der Inhalt:

#
# Settings for saslauthd daemon
# Please read /usr/share/doc/sasl2-bin/README.Debian for details.
#

# Should saslauthd run automatically on startup? (default: no)
START=yes

# Description of this saslauthd instance. Recommended.
# (suggestion: SASL Authentication Daemon)
DESC="SASL Authentication Daemon"

# Short name of this saslauthd instance. Strongly recommended.
# (suggestion: saslauthd)
NAME="saslauthd"

# Which authentication mechanisms should saslauthd use? (default: pam)
#
# Available options in this Debian package:
# getpwent  -- use the getpwent() library function
# kerberos5 -- use Kerberos 5
# pam       -- use PAM
# rimap     -- use a remote IMAP server
# shadow    -- use the local shadow password file
# sasldb    -- use the local sasldb database file
# ldap      -- use LDAP (configuration is in /etc/saslauthd.conf)
#
# Only one option may be used at a time. See the saslauthd man page
# for more information.
#
# Example: MECHANISMS="pam"
MECHANISMS="shadow"

# Additional options for this mechanism. (default: none)
# See the saslauthd man page for information about mech-specific options.
MECH_OPTIONS=""

# How many saslauthd processes should we run? (default: 5)
# A value of 0 will fork a new process for each connection.
THREADS=5

# Other options (default: -c -m /var/run/saslauthd)
# Note: You MUST specify the -m option or saslauthd won't run!
#
# See /usr/share/doc/sasl2-bin/README.Debian for Debian-specific information.
# See the saslauthd man page for general information about these options.
#
# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
OPTIONS="-c -m /var/run/saslauthd"

Bei mir hat es gereicht, meine Original saslauthd in saslauthd.orig und dafür obige Datei in saslauthd umzubenennen. Außerdem muss noch die verwendete Authentifizierung (bei mir MECHANISMS="shadow") eingestellt und der Start-Parameter (START=yes) entsprechend gesetzt werden.
Danach ließ sich saslauthd wieder starten. 8)

HTH,
Uli

Antworten |