Aktív témák

  • Gondur

    újonc

    Sziasztok!

    Már jó régóta próbálom rendesen beüzemelni a postfix-dovecot-mysql szentháromságból, és egy squirrelmailből álló levelezőszerveremet, de mind hiába, teljesen tanácstalan vagyok, pedig szinte az összes fellelhető angol nyelvű leírást/fórumot elolvasgattam, ami kapcsolódik a problémámhoz.

    A lényeg: maildir formátumú mailboxot csináltam, maildir:/var/vmail/%d/%n/Maildir elérési útvonallal. minden tökéletesen működik, azt a cseppet sem elhanyagolható apróságot kivéve, hogy amikor kapnék egy levelet, akkor sehol semmi hibát nem jelez, a logok szerint minden tökjól ment, viszont ahelyett, hogy a /cur (azaz az inbox) mappába rakná, helyette a /var/vmail-be (szóval a levelesláda gyökérkönyvtárába) egy 1 nevű fájlba ömleszti össze az összes eddig kapott üzenetet. Halvány sejtésem sincs, hogy ez mitől lehet. A többi könyvtár (sent, trash, draft) kifogástalan.

    postfix main.cf:
    # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
    # information on enabling SSL in the smtp client.

    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    dovecot_destination_recipient_limit = 1
    myhostname = netprofesszor.hu
    myorigin = netprofesszor.hu
    mydestination = localhost.netprofesszor.hu, localhost
    mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
    message_size_limit = 0
    inet_protocols = all

    smtpd_sasl_type = dovecot
    smtpd_sasl_path = private/auth
    smtpd_sasl_auth_enable = yes
    broken_sasl_auth_clients = yes
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_authenticated_header = yes
    recipient_delimiter = +
    # minden interface-en fogad leveleket
    inet_interfaces = all
    virtual_mailbox_base = /var/vmail
    virtual_uid_maps = static:5000
    virtual_gid_maps = static:5000
    #elvárjuk hogy küldjön a kilens HELO-t
    smtpd_helo_required = yes
    #spammerek idejét pocsékoljuk
    #és a smtpd_helo_restrictions elfogad smtpd_recipient_restrictions és smtpd_relay_restrictions elemeket, mivel később is lefuthat az ellenőrzés
    virtual_transport = dovecot
    dovecot_destination_recipient_limit = 1
    smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination permit_sasl_authenticated
    home_mailbox = Maildir/

    queue_directory = /var/spool/postfix
    virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
    virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
    mailbox_command = /usr/lib/dovecot/deliver
    disable_vrfy_command = yes
    smtpd_recipient_limit = 250

    postfix master.cf
    #
    # Postfix master process configuration file. For details on the format
    # of the file, see the master(5) manual page (command: "man 5 master").
    #
    # Do not forget to execute "postfix reload" after editing this file.
    #
    # ==========================================================================
    # service type private unpriv chroot wakeup maxproc command + args
    # (yes) (yes) (yes) (never) (100)
    # ==========================================================================
    smtp inet n - - - - smtpd
    #submission inet n - - - - smtpd
    # -o smtpd_tls_security_level=encrypt
    # -o smtpd_sasl_auth_enable=yes
    # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    # -o milter_macro_daemon_name=ORIGINATING
    #smtps inet n - - - - smtpd
    # -o smtpd_tls_wrappermode=yes
    # -o smtpd_sasl_auth_enable=yes
    # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    # -o milter_macro_daemon_name=ORIGINATING
    #628 inet n - - - - qmqpd
    pickup fifo n - - 60 1 pickup
    cleanup unix n - - - 0 cleanup
    qmgr fifo n - n 300 1 qmgr
    #qmgr fifo n - - 300 1 oqmgr
    tlsmgr unix - - - 1000? 1 tlsmgr
    rewrite unix - - - - - trivial-rewrite
    bounce unix - - - - 0 bounce
    defer unix - - - - 0 bounce
    trace unix - - - - 0 bounce
    verify unix - - - - 1 verify
    flush unix n - - 1000? 0 flush
    proxymap unix - - n - - proxymap
    proxywrite unix - - n - 1 proxymap
    smtp unix - - - - - smtp
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay unix - - - - - smtp
    -o smtp_fallback_relay=
    # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq unix n - - - - showq
    error unix - - - - - error
    retry unix - - - - - error
    discard unix - - - - - discard
    local unix - n n - - local
    virtual unix - n n - - virtual
    lmtp unix - - - - - lmtp
    anvil unix - - - - 1 anvil
    scache unix - - - - 1 scache
    #
    # ====================================================================
    # Interfaces to non-Postfix software. Be sure to examine the manual
    # pages of the non-Postfix software to find out what options it wants.
    #
    # Many of the following services use the Postfix pipe(8) delivery
    # agent. See the pipe(8) man page for information about ${recipient}
    # and other message envelope options.
    # ====================================================================
    #
    # maildrop. See the Postfix MAILDROP_README file for details.
    # Also specify in main.cf: maildrop_destination_recipient_limit=1
    #
    # maildrop unix - n n - - pipe
    # flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
    #
    # ====================================================================
    #
    # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
    #
    # Specify in cyrus.conf:
    # lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
    #
    # Specify in main.cf one or more of the following:
    # mailbox_transport = lmtp:inet:localhost
    # virtual_transport = lmtp:inet:localhost
    #
    # ====================================================================
    #
    # Cyrus 2.1.5 (Amos Gouaux)
    # Also specify in main.cf: cyrus_destination_recipient_limit=1
    #
    #cyrus unix - n n - - pipe
    # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
    #
    # ====================================================================
    # Old example of delivery via Cyrus.
    #
    #old-cyrus unix - n n - - pipe
    # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
    #
    # ====================================================================
    #
    # See the Postfix UUCP_README file for configuration details.
    #
    uucp unix - n n - - pipe
    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    #
    # Other external delivery methods.
    #
    ifmail unix - n n - - pipe
    flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp unix - n n - - pipe
    flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
    scalemail-backend unix - n n - 2 pipe
    flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
    mailman unix - n n - - pipe
    flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
    ${nexthop} ${user}

    # Dovecot LDA
    dovecot unix - n n - - pipe
    flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver
    -f ${sender} -d ${recipient}

    dovecot.conf
    ## Dovecot configuration file
    #
    base_dir = /var/run/dovecot/
    #
    # imap imaps pop3 pop3s (use imaps and pop3s if configured for SSL)
    protocols = imap pop3
    #
    # Uncomment the ssl_listen statements and comment out listen if using SSL
    protocol imap {
    listen = *:143
    #ssl_listen = *:993
    }
    protocol pop3 {
    listen = *:110
    #ssl_listen = *:995
    }
    #
    log_timestamp = "%Y-%m-%d %H:%M:%S "
    syslog_facility = mail
    #
    # Uncomment these if using SSL
    #ssl_cert_file = /etc/ssl/mycompany/mailserver/mail-cert.pem
    #ssl_key_file = /etc/ssl/mycompany/mailserver/mail-key.pem
    #ssl_ca_file = /etc/ssl/mycompany/ca/mycompany.pem
    #ssl_verify_client_cert = yes
    #ssl_parameters_regenerate = 168
    #verbose_ssl = no
    #
    # Where the mailboxes are located
    mail_location = maildir:/var/vmail/%d/%n/Maildir
    mbox_write_locks = fcntl dotlock
    mail_process_size = 512
    imap_client_workarounds = tb-extra-mailbox-sep
    #
    #mail_extra_groups = mail
    #mail_debug = no
    first_valid_uid = 5000
    last_valid_uid = 5000
    first_valid_gid=5000
    last_valid_gid=5000
    mail_privileged_group = vmail
    maildir_copy_with_hardlinks = yes
    maildir_very_dirty_syncs = yes
    #
    protocol imap {
    login_executable = /usr/lib/dovecot/imap-login
    mail_executable = /usr/lib/dovecot/imap
    imap_max_line_length = 65536
    }
    protocol pop3 {
    login_executable = /usr/lib/dovecot/pop3-login
    mail_executable = /usr/lib/dovecot/pop3
    pop3_uidl_format = %08Xu%08Xv
    }
    # protocol lda {
    # postmaster_address = postmaster@mydomain.com
    # sendmail_path = /usr/lib/sendmail
    # auth_socket_path = /var/run/dovecot/auth-master
    # }
    #
    auth_executable = /usr/lib/dovecot/dovecot-auth
    auth_verbose = yes
    auth_debug = no
    auth_debug_passwords = no
    #
    auth default {
    mechanisms = plain login
    passdb sql {
    args = /etc/dovecot/dovecot-sql.conf
    }
    userdb static {
    args = uid=5000 gid=5000 home=/var/vmail/%d/%n allow_all_users=yes
    }
    user = nobody
    socket listen {
    master {
    path = /var/run/dovecot/auth-master
    mode = 0660
    user = vmail
    }
    client {
    path = /var/spool/postfix/private/auth
    mode = 0660
    user = postfix
    group = postfix
    }
    }
    #
    # If you want client certificates, use these lines
    # ssl_require_client_cert = yes
    # ssl_username_from_cert = yes
    }

    #protocol lda {
    # log_path = /var/vmail/dovecot-deliver.log
    # auth_socket_path = /var/run/dovecot/auth-master
    # postmaster_address = ???@???.com
    # sendmail_path = /usr/lib/sendmail
    # mail_plugins = cmusieve
    #}

    disable_plaintext_auth = no

    Szerintem a többi fájl nem igen tartozik ide ehhez a részhez, de ha mégis, szóljatok és küldöm! Előre is köszönöm a segítsget, borzasztóan fontos lenne!

    [ Szerkesztve ]

  • club1

    veterán

    válasz Gondur #1 üzenetére

    Tetesd át moderátorral az OS, alkalmazások alá a topicot, itt ui. rossz helyen van!

Aktív témák