You need to be Payday Loans UK Why would you

Postfix problem with maildrop courier-authlib (user unknown. Command output: Invalid user specified.)

I’ve recently updated installed ports by the use of portupgrade. After that I was found problem with my MTA system (Postfix) out of order: When I sended message to some e-mail on server (postfix clients in mysql) I saw that in maillog: postfix/pipe[5895]: 6201FE37CE7: to=, relay=maildrop, delay=0.04, delays=0/0/0/0.03, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid [...]

Software RAID-1 on FreeBSD gmirror howto

freebsd geom mirror howto I did RAID-1 on the FreeBSD 7.1-RELEASE with two identical HDD – WD15EARS (1,5Tb) I think you can use any hhd on condition that firs device have to be smoller size than second. in my case: – FreeBSD detect it as ad10 and ad16 – System has been installed in ad10 [...]

Installing Ruby on Rails on FreeBSD

I suppose apache, mysql-server alredy installed and working properly. if ruby hasn’t installed yet: # cd /usr/ports/lang/ruby18/ # make install clean install rails x.x.x: # cd /usr/ports/www/rubygem-rails # make install clean install mysql gem: # /usr/local/bin/gem install mysql install passenger: # cd /usr/ports/www/rubygem-passenger # make install clean in apache config(httpd.conf): # For ruby (passenger) LoadModule [...]