nix geht *heul*
Posted: 2009-01-06 23:33
hallo zusammen...
habe postfix und dovecot installiert.. jedoch ist der server weder über smtp noch über pop zu erreichen..
meine main.cf in /etc/postfix
inhalt von /etc/dovecot/dovecot.conf
was hab ich falsch gemacht???
firewall hab ich im moment keine laufen..
habe postfix und dovecot installiert.. jedoch ist der server weder über smtp noch über pop zu erreichen..
meine main.cf in /etc/postfix
Code: Select all
allow_percent_hack = no
biff = no
broken_sasl_auth_clients = yes
disable_vrfy_command = yes
home_mailbox = Maildir/
mailbox_size_limit = 102400000
masquerade_exceptions = root
message_size_limit = 20480000
mydestination = $myhostname, $mydomain, localhost
mydomain = blue-media-content.de
myhostname = mail.hierstehtmeinedomain.de
mynetworks_style = host
myorigin = $mydomain
#receive_override_options = no_address_mappings
smtpd_client_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
# reject_unknown_client_hostname,
reject_unknown_reverse_client_hostname,
permit
smtpd_data_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_pipelining,
permit
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_helo_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname,
# reject_unknown_helo_hostname,
permit
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
check_recipient_mx_access cidr:/etc/postfix/mx_access,
reject_unauth_destination,
check_recipient_access pcre:/etc/postfix/recipient_checks.pcre,
### check_policy_service inet:127.0.0.1:12525,
permit
smtpd_sasl_auth_enable = yes
#smtpd_sasl_local_domain = $myhostname
smtpd_sender_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit
smtpd_tls_auth_only = yes
smtpd_tls_CAfile = /etc/postfix/ssl/demoCA/cacert.pem
smtpd_tls_cert_file = /etc/postfix/ssl/server-crt.pem
smtpd_tls_dh1024_param_file = /etc/postfix/ssl/dh_1024.pem
smtpd_tls_dh512_param_file = /etc/postfix/ssl/dh_512.pem
smtpd_tls_key_file = /etc/postfix/ssl/server-key.pem
smtpd_tls_session_cache_database = btree:/var/run/smtpd_tls_session_cache
smtpd_tls_security_level = may
smtpd_use_tls = yes
Code: Select all
protocols = imap pop3
listen = [::]
ssl_listen = [::]
ssl_disable = yes
mail_location = maildir:~/Maildir
protocol imap {
mail_plugin_dir = /usr/lib64/dovecot/modules/imap
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
mail_plugin_dir = /usr/lib64/dovecot/modules/pop3
}
protocol lda {
postmaster_address = postmaster@example.com
mail_plugin_dir = /usr/lib64/dovecot/modules/lda
}
auth default {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
user = root
}
dict {
}
plugin {
}
firewall hab ich im moment keine laufen..