Skocz do zawartości
YuuiOut

Directadmin i domena

Polecane posty

Witam potrzebuje pomocy dot. zmiany z ip:2222 na domena:2222 i tutaj się rozwodzę nad tym problemem i szukam pomocy :) Jeżeli ktoś chetny proszę o pomoc :) i ps. jeszcze jedno pytanie adres hostingowy w directadmin ?? aby nie musieli podpinać domeny tylko korzystali z adresu np hosting.domena.pl ??

Edytowano przez YuuiOut (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

@up frontpage_on=0
apache_ver=2.0
dovecot=1
pureftp=0
language=pl
force_hostname=s1.xxx.eu i tak mam wpisane i to 2 z subdomena tworzona też mam ustawione na 1 i dalej domena nie mam hostingu jako wybor zeby robila sie subdomena bez domeny

Edytowano przez YuuiOut (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Kamikadze

A zrestartowałeś directadmina?


Pewnie masz po SSL wymuszenie jeszcze na IP?

 

Ustaw:

 

ssl_redirect_host=s1.xxx.eu

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

@up tak zrobiłem to :) service directadmin restart po zmianie tego dziala tylko teraz nie znaleziono hosta czyli trzeba poczekac na propaganacje dns tak ? i jak z tymi hosting.domena.pl

Edytowano przez YuuiOut (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

@up tak dodane tylko teraz
Przekroczono limit czasu połączenia

Serwer xxx.eu zbyt długo nie odpowiada.

 

trzeba poczekac na propaganacje dns ?


i jeszcze pytanie do ustawien własnych DNS aby nie bylo problemow podpinania domen u dostawców jak zrobić serwer mam w mintshost

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Dobrze wszystko już działa tylko teraz chodzi o hosting jak żeby dla konta tworzyły się subdomeny typu hosting.xxx.pl czyli tzw podstawowa subdomena bez domeny aby przy zamówieniu hostingu np było już od razu z hostingiem i wg bo nie każdy ma domenę a potrzebował by hosting

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Kamikadze

To już jest obsługiwane przez panel billingowy, w którym wybierasz sobie subdomenę, przechodzisz przez proces i generujesz dane.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

A jeżeli bedę posiadał panel Bilingowy to bez problemu zakladanie subdomeny automatycznie jako hosting nie bedzie problemem?


i jeszcze w poczcie posiadam o taki malutki problemik :

Błąd SMTP (504): Uwierzytelnianie nie powiodło się.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Kamikadze

Zależy od panelu billingowego. Ale powinno się dać. WHMCS ma taką możliwość.

 

odnośnie SMTP to masz problem z autoryzacją. Sprawdź hasło i czy port jest otwarty.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Kamikadze

Jeśli robisz już taki hosting i nie potrafisz tego znaleźć to raczej nie wróżę świetlanej przyszłości.

 

Musisz sam rozwiązywać takie problemy a w google wszystko znajdziesz.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Tu nie chodzi o to czy otwieram hosting czy coś po prostu się ucze i ogarniam wszystko dlatego też potrzebował bym pomocy o to mi chodzi

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Tu nie chodzi o to czy otwieram hosting czy coś po prostu się ucze i ogarniam wszystko dlatego też potrzebował bym pomocy o to mi chodzi

 

To się ucz. Z google, tutorialami, nawet książkami. Grzeb sam, szukaj, sprawdzaj. Jeśli się uczysz i rozwiązujesz problemy na forum przeklepując gotowe rozwiązania bez nawet rozumienia ich, zamiast wykazać własna inicjatywę i uruchomić zdolności analityczne to zgadzam się z przedmówcami - nie osiągniesz wielkiego sukcesu w przyszłości.

 

I nie ogarniaj wszystkiego tylko po kolei.

Edytowano przez nnd_newbie (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

<?php

/*
+-----------------------------------------------------------------------+
| Local configuration for the Roundcube Webmail installation. |
| |
| This is a sample configuration file only containing the minimum |
| setup required for a functional installation. Copy more options |
| from defaults.inc.php to this file to override the defaults. |
| |
| This file is part of the Roundcube Webmail client |
| Copyright © 2005-2013, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
| See the README file for a full license statement. |
+-----------------------------------------------------------------------+
*/

$config = array();

// Database connection string (DSN) for read+write operations
// Format (compatible with PEAR MDB2): db_provider://user:password@host/database
// Currently supported db_providers: mysql, pgsql, sqlite, mssql, sqlsrv, oracle
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
// NOTE: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
// or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
$config['db_dsnw'] = 'mysql://da_roundcube:7zKxXMYV@localhost/da_roundcube';

// The mail host chosen to perform the log-in.
// Leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// Supported replacement variables:
// %n - hostname ($_SERVER['SERVER_NAME'])
// %t - hostname without the first part
// %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
// %s - domain name after the '@' from e-mail address provided at login screen
// For example %n = mail.domain.tld, %t = domain.tld
$config['default_host'] = 'xxxxx';

// SMTP server host (for sending mails).
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// If left blank, the PHP mail() function is used
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - hostname ($_SERVER['SERVER_NAME'])
// %t - hostname without the first part
// %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %t = domain.tld
$config['smtp_server'] = 'xxxx';

// SMTP port (default is 25; use 587 for STARTTLS or 465 for the
// deprecated SSL over SMTP (aka SMTPS))
$config['smtp_port'] = 25;

// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$config['smtp_user'] = '%u';

// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$config['smtp_pass'] = '%p';

// provide an URL where a user can get support for this Roundcube installation
// PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE!
$config['support_url'] = '';

// Name your service. This is displayed on the login screen and in the window title
$config['product_name'] = 'Roundcube Webmail';

// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is enabled).
// please provide a string of exactly 24 chars.
// YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS
$config['des_key'] = 'pEBQOrgNJdFSkURI2dNvM1p6';

// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
'password',
'archive',
'zipdownload',
);

// skin name: folder from skins/
$config['skin'] = 'larry';
$config['drafts_mbox'] = 'INBOX.Drafts';
$config['junk_mbox'] = 'INBOX.spam';
$config['sent_mbox'] = 'INBOX.Sent';
$config['trash_mbox'] = 'INBOX.Trash';
$config['default_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'INBOX.spam', 'INBOX.Trash');
$config['smtp_auth_type'] = 'LOGIN';
$config['create_default_folders'] = true;
$config['login_autocomplete'] = 2;
$config['quota_zero_as_unlimited'] = true;
$config['enable_spellcheck'] = false;
$config['email_dns_check'] = true;
$config['mime_types'] = '/var/www/html/roundcube/config/mime.types';

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się


×