Hello i have configured one email server and dns server into my server. the dns resolvs well: if i make: server:/etc # nslookup
set type=any gmail.com
Server: 127.0.0.1 Address: 127.0.0.1#53
Non-authoritative answer: gmail.com mail exchanger = 50 gsmtp183.google.com. gmail.com mail exchanger = 5 gmail-smtp-in.l.google.com. gmail.com mail exchanger = 10 alt1.gmail-smtp-in.l.google.com. gmail.com mail exchanger = 10 alt2.gmail-smtp-in.l.google.com. gmail.com mail exchanger = 50 gsmtp163.google.com. gmail.com nameserver = ns4.google.com. gmail.com nameserver = ns1.google.com. gmail.com nameserver = ns2.google.com. gmail.com nameserver = ns3.google.com. Authoritative answers can be found from: gmail.com nameserver = ns3.google.com. gmail.com nameserver = ns4.google.com. gmail.com nameserver = ns1.google.com. gmail.com nameserver = ns2.google.com. gmail-smtp-in.l.google.com internet address = 66.249.91.27 alt1.gmail-smtp-in.l.google.com internet address = 209.85.147.114 alt1.gmail-smtp-in.l.google.com internet address = 209.85.147.27 alt2.gmail-smtp-in.l.google.com internet address = 64.233.179.27 gsmtp163.google.com internet address = 64.233.163.27 gsmtp183.google.com internet address = 64.233.183.27 it resolvs well. if i send from the server one email send as this: for example : ls|mail [EMAIL PROTECTED] it is sent well. but if i connect from one email client for sendding one email appears one dns error: Dec 24 16:14:24 server postfix/smtpd[4132]: connect from unknown[192.168.1.2] Dec 24 16:14:24 server postfix/smtpd[4132]: E8F47EF4F: client=unknown[192.168.1.2], sasl_method=LOGIN, sasl_username=carlos Dec 24 16:14:24 server postfix/cleanup[4135]: E8F47EF4F: message-id=<[EMAIL PROTECTED]> Dec 24 16:14:25 server postfix/qmgr[3535]: E8F47EF4F: from=<[EMAIL PROTECTED]>, size=672, nrcpt=1 (queue active) Dec 24 16:14:25 server postfix/smtpd[4132]: disconnect from unknown[192.168.1.2] Dec 24 16:14:25 server postfix/smtp[4136]: E8F47EF4F: to=<[EMAIL PROTECTED]>, relay=none, delay=1, status=bounced (Host or domain name not found. Name service error for name=localhost type=AAAA: Host not found) Dec 24 16:14:25 server postfix/cleanup[4135]: 1A98A25F1F: message-id=<[EMAIL PROTECTED]> Dec 24 16:14:25 server postfix/qmgr[3535]: 1A98A25F1F: from=<>, size=2437, nrcpt=1 (queue active) Dec 24 16:14:25 server postfix/qmgr[3535]: E8F47EF4F: removed Dec 24 16:14:25 server postfix/lmtp[4139]: 1A98A25F1F: to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=/var/lib/imap/socket/lmtp[/var/lib/imap/socket/lmtp], delay=0, status=sent (250 2.1.5 Ok) Dec 24 16:14:25 server postfix/qmgr[3535]: 1A98A25F1F: removed I dont understand wich maybe the problem. Can you help me please? If i make postconf -n for print the postfix configuration appears this: server:/etc # postconf -n alias_maps = hash:/etc/aliases, ldap:/etc/postfix/ldapalias_maps_member.cf, ldap:/etc/postfix/ldapalias_maps.cf biff = no canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix content_filter = daemon_directory = /usr/lib/postfix debug_peer_level = 2 defer_transports = disable_dns_lookups = no disable_mime_output_conversion = no home_mailbox = html_directory = /usr/share/doc/packages/postfix/html inet_interfaces = all inet_protocols = all local_recipient_maps = $alias_maps, ldap:/etc/postfix/ldaplocal_recipient_maps.cf mail_owner = postfix mail_spool_directory = mailbox_command = mailbox_size_limit = 0 mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = ldap:/etc/postfix/ldapmasquerade_domains.cf masquerade_exceptions = root message_size_limit = 10240000 mydestination = $myhostname, localhost.$mydomain, $mydomain, ldap:/etc/postfix/ldapmydestination.cf myhostname = server.mydomain.com mynetworks = 127.0.0.0/8, 192.168.1.0/24, [::1]/128, [fe80::]/64 mynetworks_style = subnet newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix/README_FILES relayhost = relocated_maps = hash:/etc/postfix/relocated sample_directory = /usr/share/doc/packages/postfix/samples sender_canonical_maps = hash:/etc/postfix/sender_canonical sendmail_path = /usr/sbin/sendmail setgid_group = maildrop smtp_enforce_tls = no smtp_sasl_auth_enable = no smtp_sasl_security_options = noanonymous smtp_tls_enforce_peername = no smtp_tls_per_site = ldap:/etc/postfix/ldapsmtp_tls_per_site.cf smtp_use_tls = no smtpd_banner = $myhostname ESMTP $mail_name smtpd_client_restrictions = reject_rbl_client zen.spamhaus.org, ldap:/etc/postfix/ldapaccess.cf smtpd_helo_required = yes smtpd_helo_restrictions = smtpd_recipient_restrictions = permit_sasl_authenticated, permit_auth_destination, permit_mynetworks, reject_unauth_destination, reject smtpd_sasl_auth_enable = yes smtpd_sender_restrictions = ldap:/etc/postfix/ldapaccess.cf, reject_unknown_sender_domain smtpd_tls_CApath = /etc/ssl/certs smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/servercerts/servercert.pem smtpd_tls_key_file = /etc/ssl/servercerts/serverkey.pem smtpd_use_tls = yes strict_8bitmime = no strict_rfc821_envelopes = no transport_maps = ldap:/etc/postfix/ldaptransport_maps.cf unknown_local_recipient_reject_code = 550 virtual_alias_domains = ldap:/etc/postfix/ldapvirtual_alias_maps.cf virtual_alias_maps = ldap:/etc/postfix/ldaplocal_recipient_maps.cf please help me thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
