Re: Suggestions please for what POP or IMAP servers to use

2007-12-13 Thread Support (Rudy)

Andrew Falanga wrote:

Hi,

I'm working on setting up a server for both WWW and e-mail.  We're using
apache 2.2 w/PHP support (for phpWebSite) and for e-mail I'd like to stay
with sendmail for the MTA, but I've not used any servers that will allow for
POP and IMAP.  What in the ports would be good suggestions from those here
who've used them?


Everyone has mentioned dovecot -- maybe I should check it out -- but I have been using courier-imap 
for 5 or 6 years and like that POP/IMAP package.  All clients connect fine, it does SSL 
(POPs/IMAPs) and never gives me any trouble.  The multiple rc.d files are kinda silly.  I've been 
using it on a mail machine to serve 200 domains and about 2,500 email addresses -- never seems to 
crash, never requires restarts.


Oh, and I use sendmail as the MTA (with 
clamav/milter-regex/sid-milter/milter-greylist).

- Rudy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: em driver for FreeBSD 6.0

2007-12-13 Thread Support (Rudy)


Using 3rd party drivers is usually a DRAG.  Just update your OS!

Looks like the 6-STABLE (aka 6.3-RC1) has a newer driver.
char em_driver_version[] = Version - 6.7.3;

Rudy



Jay Aikat wrote:

Hi,
I am trying to install the em-6.6 driver (downloaded from the Intel 
site) into my FreeBSD 6.0 kernel.


I followed their instructions.
After running 'make cleandepend', when I run 'make depend' I get the 
following (working directory is /usr/src/sys/i386/compile/mykernel):
../../../dev/em/if_e1000.c:3525:48: macro TBI_ACCEPT requires 7 
arguments, but only 5 given

mkdep: compile failed
*** Error code 1

Any ideas what's wrong here?  Thanks,
--Jay.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cron pile up! Lot's of cron: running job (cron)

2007-12-03 Thread Support (Rudy)


Below is part of the cron...  Seems like any random cronjob can get clogged up... load varies from 
0.2 to 1.0 on this dual-core box.  I rebooted the box -- cron's continue to slowly pile up.



One of the cronjobs that is 'stuck' is this one: /root/bin/raid-status.sh
which can be found here:
 http://www.monkeybrains.net/~rudy/example/raid_status.html

Forgot to mention, I am running:
  6.2-STABLE FreeBSD 6.2-STABLE #3: Thu May 31 01:18:15 PDT 2007

OH, ps shows this:
58383  ??  D  0:00.00 cron: running job (cron)
58384  ??  IVs0:00.00 cron: running job (cron)
/var/log/cron has this entry:
Dec  3 20:16:00 pita /usr/sbin/cron[58384]: (root) CMD 
(/root/bin/raid-status.sh CRON)

BUT there is no 'raid-status.sh' stuck in the ps axw.  Seems like the vfork set off the cronjob, 
it ran, but then cron didn't 'stop' executing.  Any debuggin tips?


Rudy

---

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/root/bin
[EMAIL PROTECTED]

  Root Cron for example.net  

##
# check demons, limit sendmail, generate fwdmail aliases
##
*/10 * * * * /root/bin/10minutes.mail.sh | mail -E -s [ERROR] example.monkeybrains.net 
[EMAIL PROTECTED]

 */16 * * * * /root/bin/raid-status.sh CRON

##
# Anti-Spam measures
##
1 5 * * * /usr/local/etc/mail/blacklist2access.pl  | /usr/bin/mail -E -s [INFO] mail: 
blacklist2access script  [EMAIL PROTECTED]


## update the rules/balcklists list
40 5 * * * /usr/local/bin/sa-update --allowplugins --gpgkey 
D1C035168C1EBC08464946DA258CDB3ABDE9DC10 --channel saupdates.openprotect.com  
/usr/local/etc/rc.d/sa-spamd restart
48 5 * * * /usr/local/bin/sa-update  --channel updates.spamassassin.org  
/usr/local/etc/rc.d/sa-spamd restart


## and anti-virus
49 */2 * * *  su -m clamav -c '/usr/local/bin/freshclam --quiet'
@weekly /usr/bin/find /var/tmp/ -maxdepth 1 -and -path *clamav* -and -type d -and \! -newermt '2 
days ago' -and -delete





###
#  Clean stuff up
#  old trash, viruses, old spam,  and  authdaemon cache
###
## squirrelmail attachments
45 3 * * * /usr/bin/find /var/spool/squirrelmail/attach \! -newermt '9 day ago' 
-delete
## stuff marked as Trash or in Trash folder
55 3 * * * /usr/bin/find /home /data/virtual/ -path */Maildir/* -and -name *:*T -and \! 
-newermt '2 day ago' -delete
35 3 * * * /usr/bin/find /home/ /data/virtual/ -path */Maildir/.Trash/* -name *net* -and \! 
-newermt '4 day ago' -delete



... etc ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gThumb 2.10.4- no thumbnails for me :(

2007-07-16 Thread Support (Rudy)


My gthumb doesn't show thumbnails.  :(  Nautilus does.
I tried
   rm -rf ~/.thumbnails
and that didn't help.  Also, I tried reinstalling gthumb.  Finally, I 
tried updating to 2.10.5 (by editing the port make file to use 2.10.5) 
and that didn't help either.


if I launch gthumb from a terminal window (instead of from the menu) I 
get this error:

  ** (gthumb:22031): WARNING **: Too many links

(actually, if I click on a folder with 12 images, I will get that 
message 12 times in my terminal window.


ANy recommendations on getting gthumb to show thumbnails?


Rudy


SYSTEM INFO:

6.2-STABLE FreeBSD i386

gthumb-2.10.4

@pkgdep pkg-config-0.21
@pkgdep xproto-7.0.10
@pkgdep inputproto-1.3.2
@pkgdep font-util-1.0.1
@pkgdep xmlcatmgr-2.2
@pkgdep xineramaproto-1.1.2
@pkgdep xf86vidmodeproto-2.2.2
@pkgdep xf86miscproto-0.9.2
@pkgdep xf86dgaproto-2.0.2
@pkgdep xextproto-7.0.2
@pkgdep videoproto-2.2.2
@pkgdep xtrans-1.0.3
@pkgdep jpeg-6b_4
@pkgdep kbproto-1.0.3
@pkgdep libiconv-1.9.2_2
@pkgdep sdocbook-xml-1.1,1
@pkgdep docbook-sk-4.1.2_4
@pkgdep scrnsaverproto-1.1.0
@pkgdep gettext-0.16.1_3
@pkgdep renderproto-0.9.2
@pkgdep recordproto-1.13.2
@pkgdep randrproto-1.2.1
@pkgdep python24-2.4.4
@pkgdep libICE-1.0.3,1
@pkgdep printproto-1.0.3
@pkgdep samba-libsmbclient-3.0.24
@pkgdep fixesproto-4.0
@pkgdep png-1.2.18
@pkgdep libxml2-2.6.27
@pkgdep perl-5.8.8
@pkgdep pciids-20070528
@pkgdep encodings-1.0.2,1
@pkgdep expat-2.0.0_1
@pkgdep freetype2-2.2.1_2
@pkgdep mkfontdir-1.0.2
@pkgdep glib-2.12.12_2
@pkgdep popt-1.7_4
@pkgdep py24-libxml2-2.6.27
@pkgdep libSM-1.0.2,1
@pkgdep libXdmcp-1.0.2
@pkgdep libvolume_id-0.75.0_1
@pkgdep libusb-0.1.12_1
@pkgdep libXau-1.0.3_2
@pkgdep libxslt-1.1.20
@pkgdep libiptcdata-1.0.2
@pkgdep shared-mime-info-0.21_2
@pkgdep libfontenc-1.0.4
@pkgdep mkfontscale-1.0.3
@pkgdep p5-XML-Parser-2.34_2
@pkgdep fontconfig-2.4.2_2,1
@pkgdep fontsproto-2.0.2
@pkgdep bitstream-vera-1.10_4
@pkgdep libXfont-1.2.8,1
@pkgdep libexif-0.6.13
@pkgdep libX11-1.1.2,1
@pkgdep libdaemon-0.11
@pkgdep font-misc-meltho-1.0.0_1
@pkgdep libgphoto2-2.3.1
@pkgdep libaudiofile-0.2.6
@pkgdep libart_lgpl-2.3.19,1
@pkgdep libXrender-0.9.2
@pkgdep libXfixes-4.0.3
@pkgdep libxkbfile-1.0.4
@pkgdep liboldX-1.0.1
@pkgdep libXext-1.0.3,1
@pkgdep libdmx-1.0.2
@pkgdep libXt-1.0.5
@pkgdep libXxf86vm-1.0.1
@pkgdep libXxf86misc-1.0.1
@pkgdep libXxf86dga-1.0.1
@pkgdep libXv-1.0.3,1
@pkgdep trapproto-3.4.3
@pkgdep libXvMC-1.0.4
@pkgdep libXtst-1.0.1
@pkgdep libxkbui-1.0.2
@pkgdep libXcursor-1.1.8_1
@pkgdep libXres-1.0.3_1
@pkgdep font-misc-ethiopic-1.0.0
@pkgdep fontcacheproto-0.1.2
@pkgdep font-bh-ttf-1.0.0
@pkgdep libXrandr-1.2.1
@pkgdep libXpm-3.5.6
@pkgdep libXp-1.0.0,1
@pkgdep libXprintUtil-1.0.1
@pkgdep damageproto-1.1.0_2
@pkgdep libXdamage-1.1.1
@pkgdep compositeproto-0.3.1
@pkgdep libXprintAppUtil-1.0.1
@pkgdep libXinerama-1.0.1,1
@pkgdep libXcomposite-0.3.1,1
@pkgdep libXi-1.0.2,1
@pkgdep libXevie-1.0.2
@pkgdep libXmu-1.0.3,1
@pkgdep linc-1.0.3_6
@pkgdep libXaw-1.0.2,1
@pkgdep libFS-1.0.0
@pkgdep libXTrap-1.0.0
@pkgdep tiff-3.8.2_1
@pkgdep libXft-2.1.12
@pkgdep libXScrnSaver-1.1.2
@pkgdep hicolor-icon-theme-0.10_2
@pkgdep cdrtools-2.01_6
@pkgdep xorg-fonts-truetype-7.2
@pkgdep libXfontcache-1.0.4
@pkgdep gnome_subr-1.0
@pkgdep xorg-libraries-7.2
@pkgdep startup-notification-0.9_1
@pkgdep intltool-0.35.5_2
@pkgdep libIDL-0.8.8
@pkgdep dbus-1.0.2_2
@pkgdep ORBit2-2.14.7_1
@pkgdep atk-1.18.0_1
@pkgdep gdbm-1.8.3_3
@pkgdep libbonobo-2.18.0_1
@pkgdep gamin-0.1.8_1
@pkgdep dbus-glib-0.73_1
@pkgdep cairo-1.4.6_1
@pkgdep policykit-0.1.20060514_4
@pkgdep gnomehier-2.2_1
@pkgdep pango-1.16.4_1
@pkgdep gtk-2.10.12_1
@pkgdep libgnomeprint-2.18.0_1
@pkgdep gnome-icon-theme-2.18.0_1
@pkgdep libglade2-2.6.0_3
@pkgdep gconf2-2.18.0.1_1
@pkgdep esound-0.2.38
@pkgdep libgnomecanvas-2.14.0_3
@pkgdep docbook-xml-4.2_1
@pkgdep docbook-xml-4.4
@pkgdep docbook-xml-4.3
@pkgdep docbook-xsl-1.71.1_2
@pkgdep scrollkeeper-0.3.14_8,1
@pkgdep dmidecode-2.8
@pkgdep gnome-mime-data-2.18.0_1
@pkgdep gnome-doc-utils-0.10.3_1
@pkgdep hal-0.5.8.20070403_2
@pkgdep avahi-0.6.18_1
@pkgdep gnome-vfs-2.18.1_1
@pkgdep libgnome-2.18.0_1
@pkgdep gnome-keyring-0.8.1_1
@pkgdep libbonoboui-2.18.0_1
@pkgdep libgnomeprintui-2.18.0_1
@pkgdep libgnomeui-2.18.1_1

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]