Gentoo Archives: gentoo-user

From: Joe Strusz <jstrusz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] POSTFIX and SASL
Date: Wed, 05 Oct 2005 15:52:17
Message-Id: 6.2.3.4.0.20051005104346.01cede80@op.oxpub.com
1 Again.. heres my postconf -n
2
3 alias_database = hash:/etc/mail/aliases
4 alias_maps = hash:/etc/mail/aliases
5 biff = no
6 broken_sasl_auth_clients = yes
7 command_directory = /usr/sbin
8 config_directory = /etc/postfix
9 content_filter = smtp-amavis:[127.0.0.1]:10024
10 daemon_directory = /usr/lib/postfix
11 debug_peer_level = 2
12 default_destination_concurrency_limit = 2
13 empty_address_recipient = MAILER-DAEMON
14 home_mailbox = .maildir/
15 html_directory = no
16 inet_interfaces = all
17 local_destination_concurrency_limit = 2
18 mail_owner = postfix
19 mailq_path = /usr/bin/mailq
20 manpage_directory = /usr/share/man
21 mydestination = op, op.$mydomain, $mydomain
22 mydomain = mydomain.com
23 myhostname = op.mydomain.com
24 mynetworks = 192.168.1.0/24, 127.0.0.0/8, mywanIP
25 newaliases_path = /usr/bin/newaliases
26 queue_directory = /var/spool/postfix
27 queue_minfree = 120000000
28 readme_directory = /usr/share/doc/postfix-2.1.5-r2/readme
29 sample_directory = /etc/postfix
30 sendmail_path = /usr/sbin/sendmail
31 setgid_group = postdrop
32 smtp_use_tls = yes
33 smtpd_recipient_restrictions =
34 reject_invalid_hostname, reject_non_fqdn_hostname,
35 reject_non_fqdn_sender, reject_non_fqdn_recipient,
36 reject_unknown_sender_domain, reject_unknown_recipient_domain,
37 reject_unauth_pipelining, permit_mynetworks,
38 permit_sasl_authenticated, reject_unauth_destination, permit
39 smtpd_sasl_auth_enable = yes
40 smtpd_sasl_local_domain =
41 smtpd_sasl_security_options = noanonymous
42 smtpd_tls_CAfile = /etc/ssl/postfix/server.pem
43 smtpd_tls_cert_file = /etc/ssl/postfix/server.crt
44 smtpd_tls_key_file = /etc/ssl/postfix/server.key
45 smtpd_tls_loglevel = 3
46 smtpd_tls_received_header = yes
47 smtpd_tls_session_cache_timeout = 3600s
48 smtpd_use_tls = yes
49 tls_random_source = dev:/dev/urandom
50 unknown_local_recipient_reject_code = 450
51
52 Still popping up the user/pass dialog...
53
54 Heres what i grabbed from /var/log/mail.info:
55
56
57 Oct 5 15:41:12 op postfix/smtpd[7964]: < unknown[64.89.173.227]:
58 EHLO ERROLSAYRE
59 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]:
60 250-op.oxpub.com
61 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]:
62 250-PIPELINING
63 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]:
64 250-SIZE 10240000
65 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]: 250-VRFY
66 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]: 250-ETRN
67 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]:
68 250-AUTH LOGIN PLAIN
69 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]:
70 250-AUTH=LOGIN PLAIN
71 Oct 5 15:41:12 op postfix/smtpd[7964]: match_list_match: unknown: no match
72 Oct 5 15:41:12 op postfix/smtpd[7964]: match_list_match:
73 64.89.173.227: no match
74 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]: 250 8BITMIME
75 Oct 5 15:41:12 op postfix/smtpd[7964]: watchdog_pat: 0x5555556e4608
76 Oct 5 15:41:12 op postfix/smtpd[7964]: < unknown[64.89.173.227]: AUTH LOGIN
77 Oct 5 15:41:12 op postfix/smtpd[7964]: smtpd_sasl_authenticate:
78 sasl_method LOGIN
79 Oct 5 15:41:12 op postfix/smtpd[7964]: smtpd_sasl_authenticate:
80 uncoded challenge: Username:
81 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]: 334
82 VXNlcm5hbWU6
83 Oct 5 15:41:12 op postfix/smtpd[7964]: < unknown[64.89.173.227]: anN0cnVzeg==
84 Oct 5 15:41:12 op postfix/smtpd[7964]: smtpd_sasl_authenticate:
85 decoded response: jstrusz
86 Oct 5 15:41:12 op postfix/smtpd[7964]: smtpd_sasl_authenticate:
87 uncoded challenge: Password:
88 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]: 334
89 UGFzc3dvcmQ6
90 Oct 5 15:41:12 op postfix/smtpd[7964]: < unknown[64.89.173.227]: dXAybEB0ZQ==
91 Oct 5 15:41:12 op postfix/smtpd[7964]: smtpd_sasl_authenticate:
92 decoded response: MY PLAIN TEXT PASSWORD
93 Oct 5 15:41:12 op postfix/smtpd[7964]: > unknown[64.89.173.227]: 535
94 Error: authentication failed
95 Oct 5 15:41:12 op postfix/smtpd[7964]: watchdog_pat: 0x5555556e4608
96 Oct 5 15:41:12 op postfix/smtpd[7964]: smtp_get: EOF
97 Oct 5 15:41:12 op postfix/smtpd[7964]: lost connection after AUTH
98 from unknown[64.89.173.227]
99 Oct 5 15:41:12 op postfix/smtpd[7964]: disconnect from unknown[64.89.173.227]
100 Oct 5 15:41:12 op postfix/smtpd[7964]: master_notify: status 1
101 Oct 5 15:41:12 op postfix/smtpd[7964]: connection closed
102
103
104 Please help!
105
106
107
108
109 Joe Strusz
110
111 IT Assistant
112 Oxford Publishing, Inc.
113 307 West Jackson Avenue
114 Oxford, MS 38655-2154
115 800-247-3881
116 662-236-5510x40
117 jstrusz@×××××.com
118 http://www.nightclub.com
119
120
121 --
122 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] POSTFIX and SASL Joe Strusz <jstrusz@×××××.com>