T-Offline Rufnummern
Vertrieb: 0800-3301000
Technik: 0800-3302000
Kundenbetreuung: 0180-5305000
Störungsstelle Privatkunden: 0800-3302000
Störungsstelle Geschäftskunden: 0800-3301172
Vertrieb: 0800-3301000
Technik: 0800-3302000
Kundenbetreuung: 0180-5305000
Störungsstelle Privatkunden: 0800-3302000
Störungsstelle Geschäftskunden: 0800-3301172
Die Farbkodierung für Patch- und Crossoverkabel:
Für ein Patchkabel an beiden Enden folgende Belegung:
1. weiss/orange
2. orange
3. weiss/grün
4. blau
5. weiss/blau
6. grün
7. weiss/braun
8. braun
Ein Crossoverkabel unterscheidet sich an einem der Enden:
1. weiss/grün
2. grün
3. weiss/orange
4. blau
5. weiss/blau
6. orange
7. weiss/braun
8. braun
Nur mal so zum nachlesen, die DNS-Server für
M-Net: 212.18.0.5 und 212.18.3.5
T-Online: 217.237.151.33 und 194.25.2.129
Arcor: 145.253.2.11 und 145.253.2.75
Space Net: 195.30.0.2 und 195.30.0.10
Planet 33: 212.202.215.1 und 212.202.215.2
POP3 Authentifizierung:
USER name
PASS string
QUIT
POP3 Übermittlung:
STAT
LIST [msg]
RETR msg
DELE msg
NOOP
RSET
IMAP
. login USER PASSWORD
SMTP Befehle:
HELO
MAIL FROM:
RCPT TO:
DATA
RSET
SEND FROM:
SOML FROM:
SAML FROM:
VRFY
EXPN
HELP [ ]
NOOP
QUIT
TURN
SMTP Meldungen:
211 System status, or system help reply
214 Help message
220 Service ready
221 Service closing transmission channel
250 Requested mail action okay, completed
251 User not local; will forward to
252 Administrative prohibition
354 Start mail input; end with .
421 Service not available, closing transmission channel
450 Requested mail action not taken: mailbox unavailable
451 Requested action aborted: local error in processing
452 Requested action not taken: insufficient system storage
500 Syntax error, command unrecognized
501 Syntax error in parameters or arguments
502 Command not implemented
503 Bad sequence of commands
504 Command parameter not implemented
550 Requested action not taken: mailbox unavailable
551 User not local; please try
552 Requested mail action aborted: exceeded storage allocation
553 Requested action not taken: mailbox name not allowed
554 Transaction failed
Weiterleiten und lokal ausliefern:
Set-Mailbox -Identity "VORNAME NACHNAME" -DeliverToMailboxAndForward $true -ForwardingSMTPAddress "USER@DOMAIN.DOM"
Nur Weiterleiten
Set-Mailbox -Identity "VORNAME NACHNAME" -ForwardingSMTPAddress "USER@DOMAIN.DOM"
Überrpüfen
Get-Mailbox "VORNAME NACHNAME" | fl ForwardingSMTPAddress,DeliverToMailboxandForward
# sudo -s
# vi /etc/smb.conf
[default]
streams=no
soft=yes
notify_off=yes
# vi /etc/nsmb.conf
[default]
streams=no
soft=yes
notify_off=yes
# vi /etc/sysctl.conf
net.inet.tcp.delayed_ack=0
net.inet.tcp.mssdflt=1460
net.inet.tcp.sendspace=65535
net.inet.tcp.recvspace=65535
net.inet.tcp.newreno=1
# vi /etc/hosts
XXX.XXX.XXX.XXX SERVER.DOMAIN.LOCAL SERVER
# reboot
Diese Finder Feature kann man auch mit dem Path Finder umgehen.