I can't get courier mta listening on port 25.

I read the documentation, did all instalation steps, I hope.
When i start courier, esmptd is running. Nothing wrong in the logs.
But netstat says nothing is listenning on port 25. Can not connect
with telnet either. I have tried my real ip address and 127.0.0.1 in
esmptd configuration file.
The problem might be that I had postfix and sendmail running during
the install, i am not sure. Can you help please?
Jan


On Thu, May 22, 2008 at 9:15 PM,
<[EMAIL PROTECTED]> wrote:
> Send courier-users mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/courier-users
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of courier-users digest..."
>
> Today's Topics:
>
>   1. Re: Courier with Active Directory 2003 ( Marco T?lio )
>   2. Re: Courier with Active Directory 2003 (Jay Lee)
>   3. Re: Courier with Active Directory 2003 (Gordon Messmer)
>   4. License of draft documents (Stefan Hornburg (Racke))
>   5. Re: License of draft documents (Sam Varshavchik)
>
>
> ---------- Forwarded message ----------
> From: "Marco Túlio" <[EMAIL PROTECTED]>
> To: [email protected]
> Date: Wed, 21 May 2008 17:09:11 -0300
> Subject: Re: [courier-users] Courier with Active Directory 2003
> Thanks for replying. I will learn about service for unix.
>
> I created other environment where I have the login (sAMAccountName) the same 
> as LHS of the email. The tree of Active directory don't have organizational 
> units. The LDAP_BASEDDN search in cn=users,dc=domain,dc=com.
>
> How can I search in a "OU" enterprise?
>
> The parameter "LDAP_BASEDN  ou=enterprise,dc=domain,dc=com" is ok ?
>
> So I changed the configuration and now is ok, but exist just one little 
> problem.
>
> The path of the maildir stay "/var/vmail/user/user"  instead of  
> "/var/vmail/user".
>
> /$LDAP_MAILROOT/$LDAP_HOMEDIR/$LDAP_MAILDIR
> /var/vmail -- sAMAccountName -- sAMAccountName
>
> #vi /etc/courier/authldaprc
> (...)
> LDAP_HOMEDIR            sAMAccountName
> LDAP_MAILROOT           /var/vmail
> LDAP_MAILDIR              sAMAccountName
>
>
>
> # authtest user
> Authentication succeeded.
>
>      Authenticated: user  (uid 5000, gid 5000)
>     Home Directory: /var/vmail/user
>            Maildir: user
>              Quota: (none)
> Encrypted Password: (none)
> Cleartext Password: (none)
>            Options: (none)
>
>
>
> Thanks,
>
> Marco Túlio Oliveira de Moraes
>
>
> 2008/5/20 Gordon Messmer <[EMAIL PROTECTED]>:
>>
>> Marco Túlio wrote:
>> >
>> > LDAP_HOMEDIR            '/var/vmail'
>> > LDAP_MAILDIR            CONCAT("/var/vmail/",mail)
>>
>> Neither of those are valid settings.  You need to set LDAP_HOMEDIR to
>> the name of an attribute that appears in your directory.  That attribute
>> must have the path to the account's home directory in it.  You can't
>> take examples from the SQL configuration files and expect them to work
>> for LDAP.  They won't.
>>
>> Since you're using AD, you may need to install Services For Unix if
>> you're using anything prior to Windows 2003 R2.  That version already
>> has schema extensions for Unix clients.
>>
>> Once you've added SFU, or filled in the required LDAP attributes in AD,
>> you need to make sure that all of the home directories exist on your
>> Courier system, and that they contain a Maildir.  Don't bother setting
>> LDAP_MAILDIR unless you know what it does, and you must do that.
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> courier-users mailing list
>> [email protected]
>> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
>
>
> -
>
> ---------- Forwarded message ----------
> From: Jay Lee <[EMAIL PROTECTED]>
> To: Marco Túlio <[EMAIL PROTECTED]>
> Date: Wed, 21 May 2008 16:47:32 -0400
> Subject: Re: [courier-users] Courier with Active Directory 2003
> Marco Túlio wrote:
>>
>> The path of the maildir stay "/var/vmail/user/user"  instead of  
>> "/var/vmail/user".
>
> Comment out LDAP_MAILDIR.  Then courier will use the default of Maildir and 
> will look for mail in:
>
> /var/vmail/user/Maildir/
>
> Jay
>
> --
> Jay Lee
> Network/Systems Administrator
> Information Technology Department
> Philadelphia Biblical University
>
>
>
> ---------- Forwarded message ----------
> From: Gordon Messmer <[EMAIL PROTECTED]>
> To: [email protected]
> Date: Wed, 21 May 2008 14:44:41 -0700
> Subject: Re: [courier-users] Courier with Active Directory 2003
> Marco Túlio wrote:
>>
>> Thanks for replying. I will learn about service for unix.
>
> You might not need it if you're using LDAP_MAILROOT and LDAP_GLOB_UID to 
> avoid looking up home dir and uid attributes.
>
>> I created other environment where I have the login (sAMAccountName) the same 
>> as LHS of the email.
>
> Your test environment should probably be an exact replica of the production 
> environment in which you intend to deploy Courier.
>
>> The tree of Active directory don't have organizational units. The 
>> LDAP_BASEDDN search in cn=users,dc=domain,dc=com.
>>
>> How can I search in a "OU" enterprise?
>
> Well, if you don't have an OU in AD, then you'd just need to create one.  AD 
> doesn't have any OUs in its default configuration.
>
> I'm not sure I understand the question.
>
>> The parameter "LDAP_BASEDN  ou=enterprise,dc=domain,dc=com" is ok ?
>
> It would be if that container exists in your directory.
>
>> So I changed the configuration and now is ok, but exist just one little 
>> problem.
>>
>> The path of the maildir stay "/var/vmail/user/user"  instead of  
>> "/var/vmail/user".
>> /$LDAP_MAILROOT/$LDAP_HOMEDIR/$LDAP_MAILDIR
>> /var/vmail -- sAMAccountName -- sAMAccountName
>>
>> /#vi /etc/courier/authldaprc
>> (...)
>> LDAP_HOMEDIR            sAMAccountName
>> LDAP_MAILROOT           /var/vmail
>> LDAP_MAILDIR              sAMAccountName
>> /
>
> Remember when I suggested that you not set LDAP_MAILDIR?
>
> Don't set LDAP_MAILDIR.
>
>
>
>
>
> ---------- Forwarded message ----------
> From: "Stefan Hornburg (Racke)" <[EMAIL PROTECTED]>
> To: [email protected]
> Date: Thu, 22 May 2008 09:27:37 +0200
> Subject: [courier-users] License of draft documents
> Hello, Sam!
>
> Please take a look at Debian bug #482048: Source package contains non-free 
> IETF RFC/I-D
> (http://bugs.debian.org/482048).
>
> Please change license on draft-varshavchik-*-smtpext.txt with the same 
> license as
> the other Courier source code if possible.
>
> Regards
>        Racke
>
> --
> LinuXia Systems => http://www.linuxia.de/
> Expert Interchange Consulting and System Administration
> ICDEVGROUP => http://www.icdevgroup.org/
> Interchange Development Team
>
>
>
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Sam Varshavchik <[EMAIL PROTECTED]>
> To: [email protected]
> Date: Thu, 22 May 2008 07:08:01 -0400
> Subject: Re: [courier-users] License of draft documents
> Stefan Hornburg (Racke) writes:
>
>> Hello, Sam!
>>
>> Please take a look at Debian bug #482048: Source package contains non-free 
>> IETF RFC/I-D
>> (http://bugs.debian.org/482048).
>>
>> Please change license on draft-varshavchik-*-smtpext.txt with the same 
>> license as
>> the other Courier source code if possible.
>
> I'll change this in the next build. You can close this, for now. This is not 
> an issue.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> courier-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/courier-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to