Current time: 05-22-2024, 03:07 AM Hello There, Guest! (LoginRegister)


Post Reply 
Mail / Webmail funktioniert nicht
Author Message
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #11
RE: Mail / Webmail funktioniert nicht
hmm mal abgesehen davon dass ich nur die dovecot-sasl implemetierung kenne und nicht die von cyrus probiere ich hier auch mal zu helfen...

also erstmal was ist das für ein system (debian / ubuntu / etc...)

was steht in der datei /etc/default/saslauthd...

das paket sasl2-bin ist installiert oder?
12-08-2007 09:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Hannibal Offline
Junior Member
*

Posts: 15
Joined: Nov 2007
Reputation: 0
Post: #12
RE: Mail / Webmail funktioniert nicht
rbtux Wrote:hmm mal abgesehen davon dass ich nur die dovecot-sasl implemetierung kenne und nicht die von cyrus probiere ich hier auch mal zu helfen...

also erstmal was ist das für ein system (debian / ubuntu / etc...)

was steht in der datei /etc/default/saslauthd...

das paket sasl2-bin ist installiert oder?


Das system ist installiert Debian 4.0 Etch

packet ist drauf jep..

und in der datei steht folgendes:
Code:
#
# Settings for saslauthd daemon
#

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

# 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="pam"

# 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)
# See the saslauthd man page for information about these options.
#
# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
# Note: See /usr/share/doc/sasl2-bin/README.Debian
OPTIONS="-c"
[/code]
(This post was last modified: 12-09-2007 03:23 AM by Hannibal.)
12-09-2007 03:21 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #13
RE: Mail / Webmail funktioniert nicht
hmm

kanst du mal in der ersten (nicht kommentierten) zeile der master.cf:
von
Quote:smtp inet n - - - - smtpd
nach
Quote:smtp inet n - - - - smtpd -vvv
ändern, danach ein meldung versenden und die entsprechenden logeinträge posten?
12-09-2007 03:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hannibal Offline
Junior Member
*

Posts: 15
Joined: Nov 2007
Reputation: 0
Post: #14
RE: Mail / Webmail funktioniert nicht
Ok Danke für den Tipp, werde ich gleich versuchen.

Jetzt würde ich drigend noch einen anderen Tipp brauchen.

Weil die Domains nichtmehr hinzugefügt werden konnten etc. hab ich den ordner in Virtual in _offline umbenannt und nochmal versucht.

Dann ging es, doch nun hab ich den alten ordner wieder streetridez.net genannt. Wenn ich nun versuche auf die Seite zu kommen habe ich nur Error 500

Nehme ich den neuen Ordner ist alles ok. kopiere ich die Files vom alten ordner da hinein wieder Error 500.

Was für ein Userrecht oder sonst ein Befehl muss da noch ausgeführt werden?
12-09-2007 03:55 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #15
RE: Mail / Webmail funktioniert nicht
chown -R vu2xxx:vu2xxx .../streetridez.net

vu2xxx durch den dazugehörigen user ersetzen (findest du in der tabelle admin der datenbank ispcp)
12-09-2007 04:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hannibal Offline
Junior Member
*

Posts: 15
Joined: Nov 2007
Reputation: 0
Post: #16
RE: Mail / Webmail funktioniert nicht
rbtux Wrote:chown -R vu2xxx:vu2xxx .../streetridez.net

vu2xxx durch den dazugehörigen user ersetzen (findest du in der tabelle admin der datenbank ispcp)

Danke vielmals..

also die ID des Users?

in meinem Fall wäre es vu23

oder müssen es 3 Zeichen sein?
12-09-2007 04:03 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #17
RE: Mail / Webmail funktioniert nicht
vu2003 oder vu2023 je nach dem wie die uid ist...
(This post was last modified: 12-09-2007 04:09 AM by rbtux.)
12-09-2007 04:09 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hannibal Offline
Junior Member
*

Posts: 15
Joined: Nov 2007
Reputation: 0
Post: #18
RE: Mail / Webmail funktioniert nicht
rbtux Wrote:vu2003 oder vu2023 je nach dem wie die uid ist...

also nach vu2004 und vu2003 hab ich nun die normale apache fehlermeldung kein zugriff

in der tabelle domain hab ich unter domain_uid

2004 und 2005

versuche jetzt noch so

meinst du doch mit uid oder?
12-09-2007 04:22 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #19
RE: Mail / Webmail funktioniert nicht
Sonst kannst du auch in /etc/passwd nachsehen - das Home-Verzeichnis der User sollte die Domain beinhalten...
12-09-2007 04:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hannibal Offline
Junior Member
*

Posts: 15
Joined: Nov 2007
Reputation: 0
Post: #20
RE: Mail / Webmail funktioniert nicht
joximu Wrote:Sonst kannst du auch in /etc/passwd nachsehen - das Home-Verzeichnis der User sollte die Domain beinhalten...

hmm diese sieht so aus und verwirrt mich nur noch mehr..

Code:
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/bin/sh
man:x:6:12:man:/var/cache/man:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
news:x:9:9:news:/var/spool/news:/bin/sh
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
proxy:x:13:13:proxy:/bin:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
Debian-exim:x:102:102::/var/spool/exim4:/bin/false
administrator:x:1000:1000:administrator,,,:/home/administrator:/bin/bash
identd:x:100:65534::/var/run/identd:/bin/false
sshd:x:101:65534::/var/run/sshd:/usr/sbin/nologin
statd:x:103:65534::/var/lib/nfs:/bin/false
proftpd:x:104:65534::/var/run/proftpd:/bin/false
ftp:x:105:65534::/home/ftp:/bin/false
bind:x:106:104::/var/cache/bind:/bin/false
postgrey:x:107:105::/var/lib/postgrey:/bin/false
mysql:x:108:106:MySQL Server,,,:/var/lib/mysql:/bin/false
postfix:x:109:108::/var/spool/postfix:/bin/false
vmail:x:1001:8:vmail-user:/home/vmail:/bin/false
vu2000:x:2000:2000:vu-master:/var/www/fcgi/master:/bin/false
vu2001:x:2001:2001:virtual-user:/var/www/virtual/streetstylez.ch:/bin/false
vu2002:x:2002:2002:virtual-user:/var/www/virtual/streetridez.net:/bin/false
vu2003:x:2003:2003:virtual-user:/var/www/virtual/streetridez.de:/bin/false
ntp:x:110:110::/home/ntp:/bin/false
vu2004:x:2004:2004:virtual-user:/var/www/virtual/streetridez.net:/bin/false
vu2005:x:2005:2005:virtual-user:/var/www/virtual/streetstylez.ch:/bin/false
12-09-2007 04:29 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)