Visualizzazione dei risultati da 1 a 4 su 4

Discussione: POSTFIX...

  1. #1
    Utente di HTML.it L'avatar di Andre00
    Registrato dal
    Mar 2003
    Messaggi
    371

    POSTFIX...

    Avrei bisogno di un vostro parere....
    ho installato postfix... e se do
    nmap localhost

    ho il server smtp attivo sulla porta 25.

    Perchè però se do
    telnet localhost 25

    Ottengo

    Trying 192.168.1.100...
    Connected to localhost
    Escape character is '^]'.

    Non posso interloquire con il server via telnet... eppure tutto sembra ben configurato.Il server non dovrebbe almeno presentarsi, tanto più che è presente l'opzione smtpd_banner?

    VI posto il main.cf

    smtpd_banner = $myhostname ESMTP $mail_name
    biff = no

    # appending .domain is the MUA's job.
    append_dot_mydomain = no

    # Uncomment the next line to generate "delayed mail" warnings
    #delay_warning_time = 4h

    myhostname = clementino
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    myorigin = /etc/mailname
    mydestination = clementino
    relayhost =
    mynetworks = 127.0.0.0/8 192.168.1.0/24
    mailbox_command = procmail -a "$EXTENSION"
    mailbox_size_limit = 0
    recipient_delimiter = +
    inet_interfaces = all
    header_checks = regexp:/etc/postfix/header_checks



    CIAO e GRazie a tutti!!
    L'incubo peggiore è non poter più sognare...

  2. #2
    Utente di HTML.it L'avatar di cacao74
    Registrato dal
    Jan 2005
    Messaggi
    2,570
    vedi se e' presente l'interfaccia di loopback con
    $ ifconfig lo
    slack? smack!

  3. #3
    Utente di HTML.it L'avatar di Andre00
    Registrato dal
    Mar 2003
    Messaggi
    371
    si è presente...

    PS il mio host ovviamente si chiama clementino...

    Strano perchè se attivo il server ftp ad esempio
    e do telnet clementino 21 funziona bene...

    Non capisco cosa manca a postfix....

    CIAO!
    L'incubo peggiore è non poter più sognare...

  4. #4
    I log cosa dicono? (mail.log)

    Ciao.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.