Hi All:
OpenSuse 11.2x64
IspConfig 3.0.2.1
I used The perfect server guide for OpenSuse 11.2x64
When try send email from my email client (outlook, etc.), client loop answer name user and password.
Attach log's
/var/log/mail:
Code:
May 1 17:54:39 ns1 postfix/smtpd[15342]: warning: pc-36-199-120-200.cm.vtr.net[nn.nn.nn.nn]: SASL LOGIN authentication failed: authentication failure
May 1 17:54:39 ns1 postfix/smtpd[15342]: lost connection after AUTH from pc-nn-nn-nn-nn.cm.cc.net[nn.nn.nn.nn]
May 1 17:54:39 ns1 postfix/smtpd[15342]: disconnect from pc-nn-nn-nn-nn.cm.cc.net[nn.nn.nn.nn]
/var/log/mail.err:
Code:
May 1 13:16:23 ns1 postfix/postqueue[13435]: fatal: Flush service is not configured for destination "domain.cl"
May 1 13:16:32 ns1 postfix/postqueue[13437]: fatal: Flush service is not configured for destination "ns1.domain.cl"
/var/log/mail.info:
Code:
May 1 18:13:10 ns1 postfix/smtpd[17218]: connect from pc-nn-nn-nn-nn.cm.cc.net[nn.nn.nn.nn]
May 1 18:13:11 ns1 postfix/smtpd[17218]: warning: pc--nn-nn-nn-nn.cm.cc.net[nn.nn.nn.nn]: SASL LOGIN authentication failed: authentication failure
May 1 18:13:11 ns1 postfix/smtpd[17218]: lost connection after AUTH from pc--nn-nn-nn-nn.cm.cc.net[nn.nn.nn.nn]
May 1 18:13:11 ns1 postfix/smtpd[17218]: disconnect from pc--nn-nn-nn-nn.cm.cc.net[nn.nn.nn.nn]
/etc/postfix/main.cf:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 550
relay_domains = mysql:/etc/postfix/
mysql-virtual_relaydomains.cf
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
html_directory = /usr/share/doc/packages/postfix-doc/html
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix-doc/samples
readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES
virtual_alias_maps = proxy:mysql:/etc/postfix/
mysql-virtual_forwardings.cf, mysql:/etc/postfix/
mysql-virtual_email2email.cf
relay_domains = mysql:/etc/postfix/
mysql-virtual_relaydomains.cf
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_domains =
relocated_maps = hash:/etc/postfix/relocated
transport_maps = proxy:mysql:/etc/postfix/
mysql-virtual_transports.cf
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = ns1.domain.cl
delay_warning_time = 1h
message_strip_characters = \0
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = ns1.domain.cl, localhost, localhost.localdomain
defer_transports =
mynetworks_style = subnet
disable_dns_lookups = no
relayhost =
content_filter = amavis:[127.0.0.1]:10024
mailbox_command =
mailbox_transport =
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/
mysql-virtual_sender.cf
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/
mysql-virtual_client.cf
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/
mysql-virtual_recipient.cf, reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = yes
smtpd_use_tls = yes
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 0
mynetworks = 127.0.0.0/8 [::1]/128
virtual_mailbox_domains = proxy:mysql:/etc/postfix/
mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/
mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_tls_security_level = may
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
relay_recipient_maps = mysql:/etc/postfix/
mysql-virtual_relayrecipientmaps.cf
virtual_create_maildirsize = yes
virtual_maildir_extended = yes
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/
mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = "The user you are trying to reach is over quota."
virtual_overquota_bounce = yes
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
maildrop_destination_concurrency_limit = 1
maildrop_destination_recipient_limit = 1
virtual_transport = maildrop
header_checks = regexp:/etc/postfix/header_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
nested_header_checks = regexp:/etc/postfix/nested_header_checks
body_checks = regexp:/etc/postfix/body_checks
receive_override_options = no_address_mappings
/etc/postfix/mysql-virtual_relaydomains.cf:
Quote:
user = *******
password = **********
dbname = dbispconfig
table = mail_transport
select_field = domain
where_field = domain
additional_conditions = and active = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_transport is empty
|
/etc/postfix/mysql-virtual_forwardings.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_forwarding
select_field = destination
where_field = source
additional_conditions = and active = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_forwarding has data
|
/etc/postfix/mysql-virtual_email2email.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_user
select_field = email
where_field = email
additional_conditions = and postfix = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_user has data
|
/etc/postfix/mysql-virtual_transports.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_transport
select_field = transport
where_field = domain
additional_conditions = and active = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_transport is empty
|
/etc/postfix/mysql-virtual_sender.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'sender' and active = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_access is empty
|
/etc/postfix/mysql-virtual_client.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'client' and active = 'y'
hosts = 127.0.0.1
table mail_access is empty
|
/etc/postfix/mysql-virtual_recipient.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'client' and active = 'y'
hosts = 127.0.0.1
table mail_access is empty
|
/etc/postfix/mysql-virtual_domains.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_domain
select_field = domain
where_field = domain
additional_conditions = and active = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_domain has data
|
/etc/postfix/mysql-virtual_mailboxes.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_user
select_field = CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
where_field = email
additional_conditions = and postfix = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_user has data
|
/etc/postfix/mysql-virtual_relayrecipientmaps.cf:
Quote:
user = ***
password = ***
dbname = dbispconfig
table = mail_relay_recipient
select_field = access
where_field = source
additional_conditions = and active = 'y' and server_id = 1
hosts = 127.0.0.1
table mail_relay_recipient is empty
|
/etc/postfix/mysql-virtual_mailbox_limit_maps.cf:
Quote:
user = postfix
password = postfix
hosts = localhost
#hosts = 127.0.0.1
dbname = postfix
table = mailbox
select_field = quota
where_field = username
additional_conditions = and active = '1'
|
/etc/sasl2/smtpd.conf:
Quote:
pwcheck_method: saslauthd
mech_list: plain login
|
I need help hurry...this system has running this monday at 8:00am
Regards
David Lagos S.
Coquimbo
Chile
Recent comments
1 day 6 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 8 hours ago
2 days 9 hours ago
2 days 13 hours ago