Hello all,
I'm encountering the following problem: when I want to start courier or run 
the 'makesmtpaccess', I get only the following messages. There is a lot of free 
space on the disk and Net::CIDR is up to date. 
Could anybody give an advice ?

Thanks
Lukas


Starting Courier mail server:Cannot store record for 0 - duplicate or out of 
disk space.
/usr/lib/courier/bin/makedat: line 3: 16757 Broken 
pipe             /usr/bin/perl5 -e '
                        eval "use Net::CIDR;";

                        while (<>)
                        {
                            unless ( $Net::CIDR::VERSION &&
                             /^([a-fA-F0-9:\.]+[\-\/][a-fA-F0-9:\.]+)\s+(.*)$/)
                            {
                                print;
                                next;
                            }

                            my ($net, $line)=($1, $2);

                            foreach ( Net::CIDR::cidr2octets(
                                        Net::CIDR::range2cidr($net)))
                            {
                                print "$_\t$line\n";
                            }
                        }
                '
Cannot store record for 0 - duplicate or out of disk space.
/usr/lib/courier/bin/makedat: line 3: 16775 Broken 
pipe             /usr/bin/perl5 -e '
                        eval "use Net::CIDR;";

                        while (<>)
                        {
                            unless ( $Net::CIDR::VERSION &&
                             /^([a-fA-F0-9:\.]+[\-\/][a-fA-F0-9:\.]+)\s+(.*)$/)
                            {
                                print;
                                next;
                            }

                            my ($net, $line)=($1, $2);

                            foreach ( Net::CIDR::cidr2octets(
                                        Net::CIDR::range2cidr($net)))
                            {
                                print "$_\t$line\n";
                            }
                        }
                '



_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to