Page 1 of 1
Sendmail Konfiguration
Posted: 2007-06-27 12:56
by majka
Hallo,
ich musste senmail konfigurieren, leider ist was falsch- er antwortet nicht und ich bekomme folgendes Fehler:
Code:
Code: Select all
pc1:~ # telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
und die richtige Antowrt soll so ein:
Code:
Code: Select all
pc2:/ # telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK pc2 Cyrus IMAP4 v2.2.12-Gentoo server ready
Hat jemand eine Idee?
Im Voraus vielen Dank,
Maja
Re: Sendmail Konfiguration
Posted: 2007-06-27 13:02
by Joe User
1) Für IMAP ist nicht Sendmail, sondern Cyrus-IMAP zuständig.
2) Du versuchst Dich auf pc1 und nicht auf pc2 einzuloggen.
Re: Sendmail Konfiguration
Posted: 2007-06-27 13:13
by majka
Für IMAP ist nicht Sendmail, sondern Cyrus-IMAP zuständig.
ok, dann warum Cyrus IMAP falsch funktioniert, was muss ich bei mir prüfen?
Du versuchst Dich auf pc1 und nicht auf pc2 einzuloggen.
ja, ich bin auf beiden angemeldet.
Auf pc1 ist alles in Ordnung, und auf pc2 muss ich sendmail erst konfigurieren.
Kannst Du mir sagen, was bei mir falsch ist...warum cyrus nicht antwortet?
Re: Sendmail Konfiguration
Posted: 2007-06-27 13:17
by Roger Wilco
Majka wrote:Kannst Du mir sagen, was bei mir falsch ist...warum cyrus nicht antwortet?
Schau in deine Logdateien.
Re: Sendmail Konfiguration
Posted: 2007-06-27 13:30
by majka
unter var/log/ mail.err steht:
Code: Select all
Jan 3 12:57:07 linux postfix/postfix-script: fatal: the Postfix mail system is
not running
Jan 3 15:01:20 linux postfix/postfix-script: fatal: the Postfix mail system is
not running
Jan 3 15:01:25 linux postfix/postfix-script: fatal: the Postfix mail system is
not running
Jan 3 15:02:37 linux postfix/postfix-script: fatal: the Postfix mail system is
not running
Jan 9 13:20:51 pc2 sendmail[4010]: NOQUEUE: SYSERR(root): can not chdir(/v
ar/spool/clientmqueue/): Permission denied
Jan 9 13:21:32 pc2 sendmail[6790]: NOQUEUE: SYSERR(root): can not chdir(/v
ar/spool/clientmqueue/): Permission denied
Jan 9 14:36:35 pc2 sendmail[3333]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 168: readcf: map virtuser: class hash not available
Jan 9 14:36:37 pc2 sendmail[3333]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 171: readcf: map mailertable: class hash not available
Jan 9 14:36:37 pc2 sendmail[3333]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 174: readcf: map domaintable: class hash not available
Jan 9 14:36:38 pc2 sendmail[3333]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 177: readcf: map access: class hash not available
Jan 9 14:38:18 pc2 sendmail-client[5580]: NOQUEUE: SYSERR(root): can not c
hdir(/var/spool/clientmqueue/): Permission denied
1,1 Top
il.cf: line 171: readcf: map mailertable: class hash not available
Jan 9 15:47:38 pc2 sendmail[4887]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 174: readcf: map domaintable: class hash not available
Jan 9 15:47:38 pc2 sendmail[4887]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 177: readcf: map access: class hash not available
Jan 9 15:47:38 pc2 sendmail[4887]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 168: readcf: map virtuser: class hash not available
Jan 9 15:47:38 pc2 sendmail[4887]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 171: readcf: map mailertable: class hash not available
Jan 9 15:47:38 pc2 sendmail[4887]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 174: readcf: map domaintable: class hash not available
Jan 9 15:47:38 pc2
sendmail[4887]: NOQUEUE: SYSERR(root): /etc/mail/sendma
il.cf: line 177: readcf: map access: class hash not available
15,1 Bot
15,1 Bot
Kannst du auf grund der Code mir sagen, was falsch ist?
Re: Sendmail Konfiguration
Posted: 2007-06-27 15:17
by timeless2
da dein CyrusIMAP nicht reingeschrieben hat, duerfte das schwierig sein. Schau mal, ob du in einer anderen Logdatei was findest.
Laeuft dein Cyrus ueberhaupt (ps -aux)? Und wenn ja, wo erwartet er etwas: netstat -ulaptne
Re: Sendmail Konfiguration
Posted: 2007-07-17 09:53
by majka
Laeuft dein Cyrus ueberhaupt (ps -aux)?
mhh, glaube ich icht, siehe:
Code: Select all
cyrus 1153 0.0 0.0 16036 1688 ? S 09:52 0:00 imapd
cyrus 1154 0.0 0.0 16036 1688 ? S 09:52 0:00 imapd -s
mhh, was soll ich tun, wie kann ich ihm starten?