Configuration emails

Discussion in 'Installation/Configuration' started by gillesdevals, Nov 4, 2007.

  1. gillesdevals

    gillesdevals Member

    Je poursuis les paramétrages et tests de mon serveur.

    Dans les manuels proposés, je n'ai pas trouvé comment paramétrer un client de messagerie (comme outlook).
    Après quelques tests, j'ai découvert que le serveur pop est devals.net, je m'attendais à pop.devals.net ou pop3.devals.net

    Celà pose t-il un probleme ? Est-il possible d'avoir tout de même une adresse type pop.domain.tld ?

    Autres question :
    Concernant l'dentifiant sur ledit serveur pop. J'ai découvert qu'il s'agit du nom d'utilisateur (par défaut avec un préfixe comme WEB1_.....), j'ai vu comment supprimer le préfixe. Ce préfixe est-il indispensable ? Je préfèrerais que ce soit l'adresse email comme identifiant.
    Est-ce possible ?


    D'avance merci.


    Gilles
     
  2. edge

    edge Active Member Moderator

    核心版本相同(例如,SMTP 到 POP3),就可以更新旧版本. 您只要将所需的 新版本下载到伺服器内,全部重新安装即可,不须要更新, 安装的时候 邮件系统,邮件服务器,邮件技术的专业网站,提供邮件原理协议,系统选型,软件下载,系统安装,管理,维护的资讯.

    English please.
     
  3. gillesdevals

    gillesdevals Member

    I continue to parameter settings and tests of my server.

    In the proposed manua, I did not how find to parametrize a email software (as outlook).
    After some tests, I discovered that the pop server is devals.net, I expected pop.devals.net or pop3.devals.net
    Is it a problem ? Is it possible to have all the same an address pop.domain.tld ?

    Other question :
    Concerning the identifiant on the mentioned pop server. I discovered that it is about user's name (by default with a prefix as WEB1_), I saw how eliminating the prefix. Is this prefix necessary ? I prefer whether it is the address email as identifier.

    Is it possible? If yes, how ?


    Thank in advance.


    Gilles
     
  4. edge

    edge Active Member Moderator

    It is no problem. If you want to have a pop3.devals.net you will need to create an A-record named "pop3" for devals.net. It's the same thing for smtp.devals.net.
    Yes you can. You can set this in ISPconfig under Management > Settings > ISPmanager > User Prefix (remove the web[WEBID]_)
    When you do this than please note that you can only have 1 person with it's name.

    So if you have a mrX (at) devals.net, you can NOT have a mrX (at) any_other_otherdomain.tld
     
  5. gillesdevals

    gillesdevals Member

    email address as username

    Thanks edge for your response,

    How could I create a A-record ?

    It's OK to eliminate the prefix WEB... and I understood that only one user can have a unique username, but is it possible to use email address (normally only one person have each email address) as username ?
    I tried it but ISPConfig return to me an error message (in german).

    Thanks in advance.


    Gilles
     
  6. falko

    falko Super Moderator Howtoforge Staff

    The authoritative name servers for your domain are:

    Code:
    mh1:~# dig ns devals.net
    
    ; <<>> DiG 9.2.1 <<>> ns devals.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54587
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;devals.net.                    IN      NS
    
    ;; ANSWER SECTION:
    devals.net.             172800  IN      NS      [B][COLOR="Red"]ks32189.kimsufi.com[/COLOR][/B].
    devals.net.             172800  IN      NS      [B][COLOR="Red"]ns.kimsufi.com[/COLOR][/B].
    
    ;; ADDITIONAL SECTION:
    ns.kimsufi.com.         83612   IN      A       213.186.33.199
    
    ;; Query time: 68 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Mon Nov  5 18:48:18 2007
    ;; MSG SIZE  rcvd: 94
    
    mh1:~#
    That's where you must create the A record. If these are nameservers of your domain registrar, then he most probably has a web interface where you can configure the DNS records.


    No, that's currently not possible because ISPConfig uses system users, not virtual users. This will change in ISPConfig 3.
     

Share This Page