Re: [courier-users] Re: OpenBSD 3.6 and Courier 0.47: Outbound

2004-11-16 Thread Martijn Lievaart
Jerry Amundson wrote: On Mon November 15 2004 11:23 pm, Tim Hunter wrote: John Saunders wrote: Either you're kidding me, or your C compiler has a bug. I got the same result. Then your C compiler has a bug. RedHat Linux 7.3 gcc 2.96 says Sam is right.

Re: [courier-users] Re: OpenBSD 3.6 and Courier 0.47: Outbound

2004-11-16 Thread Steffen Zieger
On Tuesday 16 November 2004 08:58, Martijn Lievaart wrote: I know Sam is normally right. In this case he is wrong though. main returns an int in both C and C++. Any compiler that accepts void main is non conforming. gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)

Re: [courier-users] Re: OpenBSD 3.6 and Courier 0.47: Outbound

2004-11-16 Thread Martijn Lievaart
Steffen Zieger said: Can you see the warning? But, it's only a warning. Not an error. Sam is right. For a complete answer: http://www.google.nl/groups?hl=nllr=selm=XmM1OhH9YBxo6jfyS74ZT6SZOwnO%404ax.com (mind the wrap) M4 --- This SF.Net

[courier-users] Re: OpenBSD 3.6 and Courier 0.47: Outbound

2004-11-16 Thread Lloyd Zusman
Sam Varshavchik [EMAIL PROTECTED] writes: Please run this code, and let us know what happens. [ ... ] % gcc -o sam sam.c sam.c: In function `main': sam.c:4: warning: return type of `main' is not `int' % ./sam Sam is wrong % Either you're kidding me, or your C compiler has a bug.

[courier-users] Re: OpenBSD 3.6 and Courier 0.47: Outbound

2004-11-16 Thread Lloyd Zusman
Martijn Lievaart [EMAIL PROTECTED] writes: Sam Varshavchik wrote: void main() Then your C compiler has a bug. No. Look up te C standard. main returns an int. Always. Always has, always will. Compilers that accept void main are non comforming. M4 The following version yields the same

[courier-users] RE: Empty messages halting POP downloads

2004-11-16 Thread Julian Mehnle
Mark Constable wrote: On Monday 15 November 2004 08:54, Julian Mehnle wrote: If you are willing to install Courier::Filter (Perl 5.8 required), you can try using this filter module for a while to see whether it catches all the broken messages that you and your users have a problem with:

RE: [courier-users] Re: Empty messages halting POP downloads

2004-11-16 Thread Malcolm Weir
-Original Message- From: Alexei Batyr' Sent: Monday, November 15, 2004 3:28 AM Mark Constable wrote on 14.11.2004 16:42: For the last 2 months we've been getting an increasing amount of incoming messages with incomplete headers and an empty message body. They prevent POP

Re: [courier-users] Re: Empty messages halting POP downloads

2004-11-16 Thread Mark Constable
On Wednesday 17 November 2004 00:55, Malcolm Weir wrote: ... - printf(.\r\n); + printf(\r\n.\r\n); Ah! Thanks, Alexei, I knew I'd seen a patch to add a blank line, but had mis-remembered it as being a patch to the esmtp side, not just the POP3 delivery side (which is, in my

[courier-users] authdaemon won't start

2004-11-16 Thread Hans du Plooy
Hi, I just loaded SUSE 9.2 Pro, and I'm getting the following error when trying to start courier-imap (which auto starts courier-authdaemon): sigaar:/home/hans # /etc/init.d/courier-authdaemon start Starting Courier Authentication Daemon (plain) Error: authdaemond no longer handles its own

Re: [courier-users] Courier-0.47 RPMBuild error

2004-11-16 Thread John Miller
RPM build errors: File not found by glob: /var/tmp/courier-0.47-1.2-buildroot/usr/local/bin/* but ../usr/local/bin is symlinked to the directory above the directory I'm building in. I got the exact same thing today. Same thing when I tried courier-0.47.20041113. I suspect I'm missing some

Re: [courier-users] IMAP/POP3 Proxy Help

2004-11-16 Thread Michael Nguyen
The final step is to set IMAP_PROXY and/or POP3_PROXY to 1 in the imapd and/or the pop3d file on the proxy server. This actually refers to the imapd and pop3d configuration file, in the etc directory. You will find a POP3_PROXY setting there. That's what you need to change.

[courier-users] Re: Empty messages halting POP downloads

2004-11-16 Thread Sam Varshavchik
Mark Constable writes: On Wednesday 17 November 2004 00:55, Malcolm Weir wrote: ... - printf(.\r\n); + printf(\r\n.\r\n); Ah! Thanks, Alexei, I knew I'd seen a patch to add a blank line, but had mis-remembered it as being a patch to the esmtp side, not just the POP3 delivery side

Re: [courier-users] authdaemon won't start

2004-11-16 Thread Sam Varshavchik
Hans du Plooy writes: Hi, I just loaded SUSE 9.2 Pro, and I'm getting the following error when trying to start courier-imap (which auto starts courier-authdaemon): sigaar:/home/hans # /etc/init.d/courier-authdaemon start Starting Courier Authentication Daemon (plain) Error: authdaemond no longer

[courier-users] ESMPT Relay Problems - Answering my own question

2004-11-16 Thread chester c young
for using PHP class.smtp from Apache virtual host: $params['host'] = 'mail.domain.com'; $params['port'] = 25; $params['helo'] = 'mail.domain.com'; domain.com in hosteddomains and esmptacceptmailfor smtpacceptmailfor: 1.2.3.4 allow,RELAYCLIENT

Re: [courier-users] Courier-0.47 RPMBuild error

2004-11-16 Thread Scott
Sam Varshavchik wrote: I have just built a fixed version of rpm that should work. I haven't actually tested it on the full Courier package, but it succesfully builds a dummy package that I used as a test case to isolate the bug. http://www.courier-mta.org/beta/patches/rpm-fix/ Thanks Sam, that

Re: [courier-users] ESMPT Relay Problems - Answering my own question

2004-11-16 Thread Phillip Hutchings
On 17/11/2004, at 1:32 PM, chester c young wrote: for using PHP class.smtp from Apache virtual host: $params['host'] = 'mail.domain.com'; $params['port'] = 25; $params['helo'] = 'mail.domain.com'; domain.com in hosteddomains and esmptacceptmailfor smtpacceptmailfor: 1.2.3.4 allow,RELAYCLIENT If

Re: [courier-users] IMAP/POP3 Proxy Help

2004-11-16 Thread Michael Nguyen
From: Sam Varshavchik [EMAIL PROTECTED] Michael Nguyen writes: A similar error appears when I try to auth michaeln from dev2. The proxy is configured on both servers. Where should I start looking? Look at your options setting: change mailHost to mailhost. That seemed to fix it, however I