From: sam wun (no email)
Date: Fri Feb 02 2007 - 09:08:59 EST
postfix is compiled with the following method:
cc -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUTH -DUSE_CYRUS_SASL
-I/usr/local/include -I/usr/local/include/sasl -DUSE_SASL_AUTH
-DUSE_CYRUS_SASL -I/usr/local/include -I/usr/local/include/sasl
-DUSE_TLS -I/usr/include -I/usr/local/include/db44 -O2
-fno-strict-aliasing -pipe -I. -I../../include -DFREEBSD6 -c
mime_state.c
On 2/3/07, sam wun <> wrote:
> On 2/2/07, Andreas Winkelmann <> wrote:
> > On Friday 02 February 2007 06:54, Agn wrote:
> >
> > > My server is running Postfix with SASL,MailScanner,SpamAssassin.. The
> > > server was running without any issues before setup firewall in my network.
> > > I was able to send and receive emails.
> > >
> > > After firewall setup i am able to receive mails from outside and
> > > local.Butnot able send mails to outside. local mails are going without
> > > any issue.
> > > The mail which i have sent it bouncing back with the following ERROR.
> > >
> > > smtp.bizmail.yahoo.com[206.190.48.11] said: 530 authentication required -
> > > for help go to http://help.yahoo.com/help/us/bizmail/pop/pop-11.html
> > >
> > > In my /var/log/maillog also i am getting the same error.
> > >
> > > relay=smtp.bizmail.yahoo.com[206.190.48.11]:25, delay=9.6,
> > > delays=8.1/0.02/1.3/0.26,
> > > dsn=5.0.0, status=bounced (host smtp.bizmail.yahoo.com[206.190.48.11] said:
> > > 530 authentication required - for help go to
> > > http://help.yahoo.com/help/us/bizmail/pop/pop-11.html (in reply to MAIL
> > > FROM command))
> > >
> > > Can anyone tell me the exact problem?
> > >
> > > Is that problem with firewall or SASL.
> >
> > Show your Config. "postconf -n", sasl_passwd_map (only the First Column for
> > this Server), your installed Cyrus-SASL Mechanisms (login/plain).
> >
> > --
> > Andreas
> >
>
> Yeah, I also got this error.
> EHLO test is failed:
> telnet smtp.mymailserver.com.au 25
> Trying 88.167.244.137...
> Connected to smtp.mymailserver.com.au.
> Escape character is '^]'.
> 220 mail01.mymailserver.com.au ESMTP Postfix
> ehlo smtp.mymailserver.com.au
> 250-mail01.mymailserver.com.au
> 250-PIPELINING
> 250-SIZE 300000000
> 250-VRFY
> 250-ETRN
> 250-ENHANCEDSTATUSCODES
> 250-8BITMIME
> 250 DSN
> quit
> 221 2.0.0 Bye
> Connection closed by foreign host.
>
> the output of my postconf -n is:
> alias_maps = hash:/etc/postfix/aliases
> bounce_size_limit = 10000
> broken_sasl_auth_clients = yes
> command_directory = /usr/local/sbin
> config_directory = /usr/local/etc/postfix
> daemon_directory = /usr/local/libexec/postfix
> debug_peer_level = 4
> default_destination_concurrency_limit = 50
> default_extra_recipient_limit = 1000
> fast_flush_domains = mymailserver.com.au
> html_directory = no
> inet_interfaces = 127.0.0.1
> local_destination_concurrency_limit = 2
> local_recipient_maps = $alias_maps $virtual_maps hash:/etc/postfix/userlist
> mail_owner = postfix
> mailbox_size_limit = 512000000
> mailbox_transport = cyrus
> mailq_path = /usr/local/bin/mailq
> manpage_directory = /usr/local/man
> message_size_limit = 300000000
> message_strip_characters = \0
> mydestination = /etc/postfix/mydestinations
> mydomain = mail01.mymailserver.com.au
> mynetworks = /etc/postfix/mynetworks
> myorigin = mail01.mymailserver.com.au
> newaliases_path = /usr/local/bin/newaliases
> parent_domain_matches_subdomains = smtpd_access_maps
> queue_directory = /var/spool/postfix
> readme_directory = no
> recipient_delimiter = +
> relay_domains = /etc/postfix/relay_domains
> sample_directory = /usr/local/etc/postfix
> sendmail_path = /usr/local/sbin/sendmail
> setgid_group = maildrop
> smtp_bind_address = 88.167.244.137
> smtp_sasl_auth_enable = yes
> smtp_sasl_password_maps = hash:/usr/local/etc/sasldb2
> smtp_sasl_security_options =
> smtpd_client_restrictions = check_client_access hash:/etc/postfix/access, permit
> smtpd_delay_reject = no
> smtpd_sasl_path = smtpd
> smtpd_sender_restrictions = check_sender_access
> hash:/etc/postfix/sender_access, permit
> transport_maps = hash:/etc/postfix/transport
> unknown_local_recipient_reject_code = 450
>
> mynetworks file only contains 127.0.0.1
>
> Thanks
> Sam
>
|
|
|