Internal username in error message

2005-05-23 Thread Jacob Friis Larsen
Some users get an error when they send me mail. Postfix tells them that username.domain.tld does not exist, which is true. But why do Postfix check the internal username for some and not for others? I hope you understand what i mean. Thanks, Jacob --- Cyrus Home Page:

Re: Shared Mailboxes and Postfix

2005-05-23 Thread Derrick J Brashear
On Sat, 21 May 2005, Josh Whitver wrote: I saw it, but wasn't sure it was applicable. I was told earlier that the postuser (Conference in my case) didn't need to be an actual user on the mail system. I'm trying to clear up that confusion now, but am not getting a clear answer. Does the

Re: Autocreatequota and mailbox

2005-05-23 Thread Derrick J Brashear
On Sat, 21 May 2005, Greg A. Woods wrote: [ On Thursday, May 19, 2005 at 16:49:53 (-0700), Wil Cooley wrote: ] Subject: Re: Autocreatequota and mailbox On Thu, 2005-05-19 at 17:20 -0400, Greg A. Woods wrote: Does somebody know why this patch isn't included in Cyrus?

Re: Shared Mailboxes and Postfix

2005-05-23 Thread Josh Whitver
Derrick J Brashear [EMAIL PROTECTED] on Monday, May 23, 2005 at 7:51 AM -0600 wrote: Yes. But you still need a postuser to inject them into the mail system hinting that they are for delivery to shared folders. post or bb are common choices. Okay; I've got one set up, and it's called Conference.

compile problems with imap-2.2.10

2005-05-23 Thread Mark Nernberg
I'm attempting to compile/install IMAP-2.2.10 from source using FreeBSD 5.4/RELEASE on Sparc64. I am getting the following output from make: gcc -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/bdb/lib -R/usr/local/bdb/lib -o imapd ../master/service.o pushstats.o backend.o imapd.o index.o

Re: compile problems with imap-2.2.10

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, Mark Nernberg wrote: `initialize_imap_error_table_r': /usr/local/warez/cyrus-imapd-2.2.10/imap/imap_err.c:68: undefined reference to `initialize_error_table_r' libimap.a(imap_err.o)(.text+0x14):/usr/local/warez/cyrus-imapd-2.2.10/imap/i map_err.c:68: undefined reference to

Re: compile problems with imap-2.2.10

2005-05-23 Thread Mark J. Nernberg
From: Derrick J Brashear [EMAIL PROTECTED] Date: Mon, 23 May 2005 13:27:15 -0400 (EDT) To: info-cyrus@lists.andrew.cmu.edu Subject: Re: compile problems with imap-2.2.10 On Mon, 23 May 2005, Mark Nernberg wrote: `initialize_imap_error_table_r':

et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
derrick, fwiw, i'm seeing et_list-related errors as well, but on OSX 10.4.1 `initialize_imap_error_table_r': /usr/local/warez/cyrus-imapd-2.2.10/imap/imap_err.c:68: undefined reference to `initialize_error_table_r' libimap.a(imap_err.o)(.text+0x14):/usr/local/warez/cyrus-imapd-2.2.10/imap/i

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, OpenMacNews wrote: -L/usr/local/DarkMatter/berkeley-db/lib -ldb-4.3 -lssl -lcrypto /usr/lib/libcom_err.a powerpc-apple-darwin8-gcc-4.0.0: /usr/lib/libcom_err.a: No such file or directory I assume they provide /usr/lib/libcom_err.dylib. Edit the makefile to refer

Re: compile problems with imap-2.2.10

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, Mark J. Nernberg wrote: From: Derrick J Brashear [EMAIL PROTECTED] Date: Mon, 23 May 2005 13:27:15 -0400 (EDT) To: info-cyrus@lists.andrew.cmu.edu Subject: Re: compile problems with imap-2.2.10 On Mon, 23 May 2005, Mark Nernberg wrote: `initialize_imap_error_table_r':

Re: Shared Mailboxes and Postfix - SUCCESS!

2005-05-23 Thread Josh Whitver
All, After much work, it was suggested by Apple Enterprise support that Conference may not be a usable postuser (they had enabled the Shared Mailbox feature on their end without much trouble, using postuser as the postuser). I switched my postuser to bb from Conference and now it works like I

Beta release of Cyrus SASL 2.1.22

2005-05-23 Thread Derrick J Brashear
I'd like to announce the beta release of Cyrus SASL 2.1.22 on ftp.andrew.cmu.edu. This version includes bug fixes for the build system and a fix for gcc 4.0. Please send any feedback either to [EMAIL PROTECTED] (public list) or to [EMAIL PROTECTED] Download at:

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
hi derrick, thx for the reply =) On Mon, 23 May 2005, OpenMacNews wrote: -L/usr/local/berkeley-db/lib -ldb-4.3 -lssl -lcrypto /usr/lib/libcom_err.a powerpc-apple-darwin8-gcc-4.0.0: /usr/lib/libcom_err.a: No such file or directory I assume they provide /usr/lib/libcom_err.dylib.

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, OpenMacNews wrote: % make depend % make all fails @: ... sievec.c gcc -L/usr/local/ssl/lib -L/usr/local/berkeley-db/lib -bind_at_load -ldl -L/usr/local/berkeley-db/lib -ldb -F/Library/Frameworks -framework SASL2 -o sievec sievec.o libsieve.a

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
hi again, Well, so, if you manually use compile_et from /usr/bin to compile the et file, does it emit a __et_list reference? sorry, confused. the et_file ... -- which file in the imapd distro? Otherwise, you have some other compile_et being used. Get rid of it. There can be only one ...

Fwd: (Silly flame war continues) Re: configure fails on Mac OS X 10.4

2005-05-23 Thread Rich Cook
Nice sentiments! And great language! Thanks! You continue to live up to your image. Begin forwarded message: From: websrvr [EMAIL PROTECTED]> Date: May 23, 2005 12:01:48 AM PDT To: Rich Cook [EMAIL PROTECTED]> Subject: Re: (Silly flame war continues) Re: configure fails on Mac OS X 10.4

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, OpenMacNews wrote: hi again, Well, so, if you manually use compile_et from /usr/bin to compile the et file, does it emit a __et_list reference? sorry, confused. the et_file ... -- which file in the imapd distro? Not the et_file; The et file. There are several.

new install, error when connecting, BYE Fatal Error: can't write proc file

2005-05-23 Thread Mark Nernberg
Ok. I got the issues with compile_et com_err worked out (by specifying --with-com-err=/usr/local/dist/cyrus-imapd-2.2.10 in ./configure). Now that its compiled, I need to test it (duh!). When connecting via telnet to localhost 143, I get the following: # telnet localhost 143 Trying

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
hi again, Well, so, if you manually use compile_et from /usr/bin to compile the et file, does it emit a __et_list reference? Not the et_file; The et file. There are several. Ultimately you want them all, but for test purposes one will do imap/imap_err.et imap/nntp_err.et

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, OpenMacNews wrote: % which compile_et /usr/bin/compile_et % compile_et imap/imap_err.et Error Table imap has base -1904809472 Well, it writes out imap_err.h, imap_err.c, and the latter would have the reference. % ls -al

Re: new install, error when connecting, BYE Fatal Error: can't write proc file

2005-05-23 Thread Mark Nernberg
Never mind. I must be a dolt. chown -R cyrus:mail /var/imap chown -R cyrus:mail /var/spool/imap I forgot to su to cyrus when running mkimap! Thanks anyway. On 5/23/05 4:53 PM, Mark Nernberg [EMAIL PROTECTED] wrote: Ok. I got the issues with compile_et com_err worked out (by specifying

���Ϻ�һ��ͨ,�Ϻ�����ͨ,�������������绰,ip����,�뵽ok01

2005-05-23 Thread ok01
OK01VIP021-5108282851096528http://www.ok01888.zj.com/ 8 100,mail VIP30/360/2400012/voxbar50 ,,, A01 B C D8 voipnp OK01 http://www.ok01888.zj.com/ http://grandee.cn.alibaba.com/ 0215108282802151096528,

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
hi derrick, a bit more info/data ... well it sure seems that com_err/et_list originate from / revolve around Kerberos. so, I decided to try take Apple's Kerberos implementation out of the picture, and build my own. a build of MIT's krb5-1.4.1

Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, OpenMacNews wrote: hi derrick, a bit more info/data ... well it sure seems that com_err/et_list originate from / revolve around Kerberos. Kerberos uses them, and they are from MIT, but there are non-Kerberos things which do. Apple provides it with/due to Kerberos.

Re: [WORKAROUND SUCCESS] Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread Derrick J Brashear
On Mon, 23 May 2005, OpenMacNews wrote: they come with the release distro: Fine, so just remove them, let them be regenerated, and move on with life. The problem is that *our* compile_et doesn't match *your* libcom_err, in fact. So this step: manually recompile the .et files: %

Re: [WORKAROUND SUCCESS] Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
they come with the release distro: Fine, so just remove them, let them be regenerated, and move on with life. huh? you asked, i answered ... and shared with you the results of making 'it' work on OSX 10.4.1. i've been trying to be helpful ... why the sudden attitude change? richard ---

[WORKAROUND SUCCESS] Re: et_list com-err vs imapd v2.2.12 on OSX 10.4.1

2005-05-23 Thread OpenMacNews
hi derrick, well it sure seems that com_err/et_list originate from / revolve around Kerberos. Kerberos uses them, and they are from MIT, but there are non-Kerberos things which do. Apple provides it with/due to Kerberos. clear. 1st, after a fresh DL, we still have the 'suspect': % grep