Current time: 06-17-2024, 03:44 PM Hello There, Guest! (LoginRegister)


Post Reply 
SMTP problem
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: SMTP problem
Do you have this part in your main.cf?
Code:
#
# SASL paramters;
#

smtpd_sasl_auth_enable       = yes
smtpd_sasl2_auth_enable      = yes
smtpd_sasl_security_options  = noanonymous
smtpd_sasl_local_domain      =
broken_sasl_auth_clients     = yes
smtpd_sender_restrictions    = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination
smtpd_recipient_restrictions = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination
                               check_policy_service inet:127.0.0.1:60000

and this line in the master.cf?
Code:
587       inet  n       -       -       -       -       smtpd
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination


/J
10-10-2007 10:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
SMTP problem - Y2K.bug - 10-05-2007, 01:18 AM
RE: SMTP problem - rbtux - 10-05-2007, 01:24 AM
RE: SMTP problem - joximu - 10-05-2007, 05:35 AM
RE: SMTP problem - Y2K.bug - 10-10-2007, 08:57 PM
RE: SMTP problem - Y2K.bug - 10-10-2007, 09:04 PM
RE: SMTP problem - joximu - 10-10-2007 10:16 PM
RE: SMTP problem - Y2K.bug - 10-12-2007, 07:57 AM
RE: SMTP problem - joximu - 10-12-2007, 08:48 AM
RE: SMTP problem - BeNe - 10-12-2007, 03:44 PM
RE: SMTP problem - bpratt - 11-12-2007, 07:38 PM
RE: SMTP problem - BeNe - 11-12-2007, 07:48 PM
RE: SMTP problem - bpratt - 11-12-2007, 07:57 PM
RE: SMTP problem - joximu - 11-12-2007, 08:30 PM
RE: SMTP problem - bpratt - 11-12-2007, 09:21 PM
RE: SMTP problem - joximu - 11-12-2007, 09:41 PM
RE: SMTP problem - bpratt - 11-12-2007, 09:55 PM
RE: SMTP problem - joximu - 11-12-2007, 10:08 PM
RE: SMTP problem - bpratt - 11-12-2007, 10:40 PM
RE: SMTP problem - joximu - 11-12-2007, 11:04 PM
RE: SMTP problem - bpratt - 11-13-2007, 08:50 AM
RE: SMTP problem - joximu - 11-13-2007, 09:20 AM
RE: SMTP problem - bpratt - 11-13-2007, 09:30 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)