Referência Debian v2.124
sobre a rede entre máquinas diferentes. Os dois mais comuns são o socket de Internet e o socket de domínio Unix. Dica ”netstat -an” dá uma visão geral, muito útil, dos sockets que estão abertos num determinado em ”/etc/hostname”. Este ficheiro deve conter apenas o nome de máquina do sistema e não um nome de domínio totalmente qualificado. Para escrever o nome de máquina atual corra hostname(1) sem argumentos outros métodos. • Integração de utilizador e grupo com o sistema Windows. – Aceda a serviços de domínio Windows com os pacotes winbind e libpam_winbind. – Veja winbindd(8) e Integrar Redes MS Windows0 码力 | 281 页 | 1.39 MB | 1 年前3Apache HTTP Server Documentation Version 2.0
RewriteEngine on RewriteCond /your/docroot/%{REQUEST_FILENAME} !-f RewriteRule ˆ(.+) http://webserverB.dom/$1 The problem here is that this will only work for pages inside the DOCUMENTROOT. While you can add better variant: RewriteEngine on RewriteCond %{REQUEST_URI} !-U RewriteRule ˆ(.+) http://webserverB.dom/$1 This uses the URL look-ahead feature of MOD REWRITE. The result is that this will work for all ˆ/CxAN/(.*) %{REMOTE_HOST}::$1 [C] RewriteRule ˆ.+\.([a-zA-Z]+)::(.*)$ ${multiplex:$1|ftp.default.dom}$2 [R,L] 2.20. URL REWRITING GUIDE 95 ## ## map.cxan -- Multiplexing Map for CxAN ## de ftp://ftp0 码力 | 682 页 | 2.05 MB | 1 年前3This Debian Reference (version 2.109)
”Machines to relay mail for:”. Set ”IP address or host name of the outgoing smarthost:” to ”smtp.hostname.dom:587”. Select ”No” for ”Hide local mail name in outgoing mail?”. (Use ”/etc/email-addresses” as in sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configure exim4(8) with ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’”, etc the real host name with the following. $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 I use regex in ”/etc/exim4/passwd0 码力 | 266 页 | 1.25 MB | 1 年前3Barrierefreiheit von Jenkins
wahrnehmen. Abbildung 3-15: Fehlermeldung ist nicht verknüpft (Bsp. Benutzerlink > Zugangsdaten > Domäne hinzufügen) Jenkins Freigabedatum: 18.12.2014 Version: 1.0 Prüfbericht_Barrierefreiheit_Jenkins_v1 hin. Abbildung 3-45: Kontrastabstand ist nicht ausreichend (Bsp. Benutzerlink > Zugangsdaten > Domäne hinzufügen) Des Weiteren weist die graue Schrift der Registerkartennamen auf dem weißen Hintergrund ausfüllen. Abbildung 3-47: Pflichtfelder sind nicht ausgezeichnet (Bsp. Benutzerlink > Zugangsdaten > Domäne hinzufügen) BITV 2.0, 3.3.2 Beschriftungen Für notwendige Eingaben der Nutzerinnen und Nutzer0 码力 | 61 页 | 3.91 MB | 1 年前3Debian Referenz v2.124
Wert. Diese Datei sollte nur den Rechnernamen des Systems enthalten, nicht einen vollqualifizierten Domänennamen. Um den derzeitigen Rechnernamen auszugeben, führen Sie hostname(1) ohne ein Argument aus Setzen Sie ”IP-Adresse oder Rechnername der Sendezentrale für ausgehende E-Mails” auf ”smtp.hostname.dom:587”. Wählen Sie ”Nein” bei der Frage ”Lokalen E-Mail-Namen in ausgehenden E-Mails verbergen?”. (Nutzen sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Konfigurieren Sie exim4(8) mit ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’”0 码力 | 289 页 | 1.44 MB | 1 年前3Debian 参考手册(版本 2.109)
选项留空。 Debian 参考手册 109 / 233 设置”IP address or host name of the outgoing smarthost:” 为”smtp.hostname.dom:587”。 设置”Hide local mail name in outgoing mail?” 选项为”NO”。(或者像第 6.2.4.3 节描述的那样使用 /etc/email-addresses” sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password 配置 exim4(8),在”/etc/default/exim4” 文件中写入”QUEUERUNNER=’queueonly’”,”QUEUERUNNER=’nodaemon’” client” 文件中的主机名不应该是别名,你应该按如下所示的检查真正的主机名。 $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 我在”/etc/exim4/passwd.client” 文件中使用正则表达式来绕过别名问题。即使0 码力 | 261 页 | 1.39 MB | 1 年前3Debian Reference v2.124
Impostare l’”Indirizzo IP o nome host dello smarthost per la posta in uscita:” a ”smtp.hostname.dom:587”. Selezionare ”No” per ”Omettere il mail name locale dai messaggi in uscita?”. (Usare invece sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configurare exim4(8) con ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’ ecc controllare il vero nome host nel modo seguente. $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 Per aggirare il problema degli alias0 码力 | 283 页 | 1.40 MB | 1 年前3Guía de referencia de Debian v2.124
Asigne «Direcciones de IP o nombre de equipos para correo inteligente de salida:« a «smtp.hostname.dom:587«. Selecciona ”No” para ”¿Ocultar el nombre del correo local en el correo saliente?”. (Use ”/etc/email-addresses” sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configura exim4(8) con ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’”, etc Compruebe el nombre real del equipo como sigue. $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 Yo utilizo las expresiones regulares0 码力 | 285 页 | 1.43 MB | 1 年前3Debian 參考手冊(第 2.109 版)
選項留空。 Debian 參考手冊 109 / 232 設定”IP address or host name of the outgoing smarthost:” 為”smtp.hostname.dom:587”。 設定”Hide local mail name in outgoing mail?” 選項為”NO”。(或者像節 6.2.4.3描述的那樣使用 /etc/email-addresses” sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password 配置 exim4(8),在”/etc/default/exim4” 檔案中寫入”QUEUERUNNER=’queueonly’”,”QUEUERUNNER=’nodaemon’” client” 檔案中的主機名不應該是別名,你應該按如下所示的檢查真正的主機名。 $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 我在”/etc/exim4/passwd.client” 檔案中使用正規表達式來繞過別名問題。即使0 码力 | 260 页 | 1.41 MB | 1 年前3Référence Debian v2.124
Référence Debian 116 / 251 Définir « dresse IP ou nom d’hôte du relais sortant : à « smtp.hostname.dom:587 ». Sélectionner « Non » pour « Faut-il cacher le nom local de courriel dans les courriels sortants sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configurez exim4(8) avec « QUEUERUNNER=’queueonly’ », « QUEUERUNNER=’nodaemon’ Vérifiez le nom de machine réel comme suit : $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 J’utilise une expression rationnelle0 码力 | 279 页 | 1.47 MB | 1 年前3
共 56 条
- 1
- 2
- 3
- 4
- 5
- 6