R: Cyrus-sasl Digest, Vol 13, Issue 5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have installed postifix but i don't know how make it to work to receive from external mailbox.
The rest works fine.

-----Messaggio originale-----
Da: cyrus-sasl-bounces@xxxxxxxxxxxxxxxxxxxx per conto di cyrus-sasl-request@xxxxxxxxxxxxxxxxxxxx
Inviato: mer 09/08/2006 18.00
A: cyrus-sasl@xxxxxxxxxxxxxxxxxxxx
Oggetto: Cyrus-sasl Digest, Vol 13, Issue 5
 
Send Cyrus-sasl mailing list submissions to
	cyrus-sasl@xxxxxxxxxxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.andrew.cmu.edu/mailman/listinfo/cyrus-sasl
or, via email, send a message with subject or body 'help' to
	cyrus-sasl-request@xxxxxxxxxxxxxxxxxxxx

You can reach the person managing the list at
	cyrus-sasl-owner@xxxxxxxxxxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Cyrus-sasl digest..."


Today's Topics:

   1. external mailbox (alesysadmin@xxxxxxxx)
   2. Re: external mailbox (squirrel@xxxxxxxxxxxxx)
   3. Re: Solaris compile problems (Paul Boven)
   4. Re: Solaris compile problems (Paul Boven)


----------------------------------------------------------------------

Message: 1
Date: Tue, 8 Aug 2006 22:32:45 +0200
From: <alesysadmin@xxxxxxxx>
Subject: external mailbox
To: <cyrus-sasl@xxxxxxxxxxxxxxxxxxxx>
Message-ID:
	<D569759CE41F3E49996AFB1D11E4577BB09502@xxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"


Hi,
I have installed Debian Sarge Stable netinstall 3.1r2 and all packages as explaned in this guide:

www.web-cyradm.org/documentation/debian_sarge-cyrus-howto.pdf

Everithing seems to work! I can send mails to an external recipient, but i don't know how to receive mail from my internet mail address.

Someone can help me? 

Can i manage this by web-cyrus to.

I would like to replace MS Exchange in my office.

Thanks a lot!



-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.andrew.cmu.edu/mailman/private/cyrus-sasl/attachments/20060808/8e607c3d/attachment-0001.html

------------------------------

Message: 2
Date: Wed, 9 Aug 2006 09:10:10 +0700
From: squirrel@xxxxxxxxxxxxx
Subject: Re: external mailbox
To: cyrus-sasl@xxxxxxxxxxxxxxxxxxxx
Message-ID: <200608090910.10948@xxxxxxxxxxxxx>
Content-Type: text/plain;  charset="iso-8859-15"

Hi,

You need to install a Mail Transport Agent (aka MTA) There are several options

		Exim
		Postfix
		qmail
		sendmail
		....


I very much like "exim" it is very flexible and no nonsense. (I have 
administered systems with sendmail, qmail and mixed MTA before)  

Before you start, think about what you want your MTA to handle. Multiple 
domains? Virtual Users?  Relaying?

I very recently changed my home server from a straightforward exim to one with 
an LDAP backend. This enables me to handle several domain and not give 
my "virtual users" access to the host machine while my "real" users still 
have.  Very convenient.... but not trivial to setup.

Cheers,
	François



> Hi,
> I have installed Debian Sarge Stable netinstall 3.1r2 and all packages as
> explaned in this guide:
>
> www.web-cyradm.org/documentation/debian_sarge-cyrus-howto.pdf
>
> Everithing seems to work! I can send mails to an external recipient, but i
> don't know how to receive mail from my internet mail address.
>
> Someone can help me?
>
> Can i manage this by web-cyrus to.
>
> I would like to replace MS Exchange in my office.
>
> Thanks a lot!


------------------------------

Message: 3
Date: Wed, 09 Aug 2006 11:29:59 +0200
From: Paul Boven <p.boven@xxxxxxxxx>
Subject: Re: Solaris compile problems
To: Vincent Fox <vbfox@xxxxxxxxxxx>
Cc: cyrus-sasl@xxxxxxxxxxxxxxxxxxxx
Message-ID: <44D9AB17.8090307@xxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Everyone,

Vincent Fox wrote:
> So I cannot get cyrus-sasl to compile on Solaris. Any tips?
> 
> I have attempted to look at the cyrus-sasl mailing list archives but it 
> won't let me in. Perhaps only CMU people can look at them?
> 
> My environment:
> Cyrus-sasl-2.1.22 on Solaris 9 + Sun Studio 11
> 
> ./configure --with-openssl=/usr/local/ssl --enable-gssapi 
> --enable-keep-db-open --with-dblib=berkeley 
> --with-bdb-libdir=/usr/local/BerkeleyDB.4.4/lib 
> --with-bdb-incdir=/usr/local/BerkeleyDB.4.4/include
> 
> make errors out here:
> 
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
> -I../include -I /usr/local/ssl/include -I/usr/local/Berkele
> yDB.4.4/include -I /usr/local/ssl/include -c digestmd5.c  -KPIC -DPIC -o 
> digestmd5.lo
> "digestmd5.c", line 279: warning: initialization type mismatch
> "digestmd5.c", line 366: warning: argument #2 is incompatible with 
> prototype:
>        prototype: pointer to const unsigned char : "unknown", line 0
>        argument : pointer to char
> "digestmd5.c", line 812: syntax error before or at: des_key_schedule
> "digestmd5.c", line 817: incomplete struct/union/enum des_context_s: 
> des_context_t

I get the exact same error message in plugins/digestmd5.c

Solaris 10 (amd64), Studio 11, both in Sasl-2.1.21 and Sasl-2.1.22. 
Sasl-2.1.20 though also fails in digestmd5.c, with "cannot find include 
file: <des.h>"

On another box, a Solaris 9 (sparc), Studio 10 build, I can build 
OpenSSL-2.1.22 when using -DOPENSSL_DISABLE_OLD_DES_SUPPORT.

This seems to depend either on the Studio version, or on the cpu-type.

I'll investigate some more.

Regards, Paul Boven.




------------------------------

Message: 4
Date: Wed, 09 Aug 2006 11:55:10 +0200
From: Paul Boven <p.boven@xxxxxxxxx>
Subject: Re: Solaris compile problems
To: cyrus-sasl@xxxxxxxxxxxxxxxxxxxx
Message-ID: <44D9B0FE.9040901@xxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Paul Boven wrote:

> I get the exact same error message in plugins/digestmd5.c
> 
> Solaris 10 (amd64), Studio 11, both in Sasl-2.1.21 and Sasl-2.1.22. 
> Sasl-2.1.20 though also fails in digestmd5.c, with "cannot find include 
> file: <des.h>"
> 
> On another box, a Solaris 9 (sparc), Studio 10 build, I can build 
> OpenSSL-2.1.22 when using -DOPENSSL_DISABLE_OLD_DES_SUPPORT.
> 
> This seems to depend either on the Studio version, or on the cpu-type.

Another test: Solaris 10 (amd64), Studio 10: same error.

Another test: Solaris 10 (sparc), Studio 10: same error.

And Vincent Fox had Solaris 9, Studio 11 (arch unknown).

Can't say I see a pattern yet. More likely something to do with how 
openssl gets included, perhaps.

Oh, and ggc: configure: error: C compiler cannot create executables, but 
that is a wholly unrelated problem ;-)

Regards, Paul Boven.


------------------------------

_______________________________________________
Cyrus-sasl mailing list
Cyrus-sasl@xxxxxxxxxxxxxxxxxxxx
https://lists.andrew.cmu.edu/mailman/listinfo/cyrus-sasl


End of Cyrus-sasl Digest, Vol 13, Issue 5
*****************************************

<<winmail.dat>>


[Index of Archives]     [Info Cyrus]     [Squirrel Mail]     [Linux Media]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux