Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 526 online users.
» 0 Member(s) | 523 Guest(s)
Applebot, Bing, Google

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 346
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 82,486
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 37,363
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,817
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,278
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,202
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 112,325
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,135
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 41,373
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,365

 
  Problem with Postfix+Dovecot+MySQL
Posted by: moimel - 2010-04-13, 07:16 PM - Forum: SMTP - Replies (1)


I installed postfix with dovecot and mysql but I faced some problem...

 

First of all it seems like when I am starting the postfix process it's taking 20%wa ...

 

Than when i'm trying to send message from gmail to my mail box it seem to reach fast to the /var/spool/postfix/incoming/... but it's not coming to the defined mail dir in /home/vmail/domain/mailbox... Until I restart the postfix than it shows up there and it happens again and again, sometimes it reachs without restart but it takes quite long time. It's not problem with the server connection or speed because it arrives the spoll directory very fast so it might have somthing with the postfix process that stuck?

 

Another thing, when I try to send message to someone like gmail.com or other host it says relay host denied , how do I open all relay host? not just few I set manually.

 

Thanks very match!

 

Dovecot 1.0.7, Postfix 2.3.3-2.1.centos.mysql_pgsql.x86_64, MYSQL 5, postfixadmin in CentOS 5.0

 

This is my postfix config main.cf:



Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = domain.co.il
myhostname = ns1.domain.co.il
mynetworks = 212.150.122.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = domain.co.il
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/mailserver/cacert.pem
smtpd_tls_key_file = /etc/postfix/ssl/mailserver/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = no
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:$config_directory/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:89
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = mysql:$config_directory/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:$config_directory/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 89
virtual_uid_maps = static:89




 

dovecot.conf:



Code:
# 1.0.7: /etc/dovecot.conf
base_dir: /var/run/dovecot/
log_path: /var/log/maillog
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
first_valid_uid: 89
last_valid_uid: 89
mail_location: mbox:/home/vmail/%d/%n
maildir_copy_with_hardlinks: yes
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
auth default:
passdb:
   driver: sql
   args: /etc/dovecot-mysql.conf
userdb:
   driver: sql
   args: /etc/dovecot-mysql.conf




Print this item

  Microsoft Aims to Bring apt/rpm-like Tools to Windows
Posted by: anyweb - 2010-04-10, 08:50 AM - Forum: Linux News - Replies (3)


Now this is interesting. Microsoft developer Garrett Serack has acknowledged that it is generally easier to roll out a, for instance, complex stack of open source server software on Linux than it is on Windows. He also offers a solution - he's working on a project to bring package management to Windows. This project will be community-driven, and Serack has the full blessing from Microsoft.

 

via osnews.com

Print this item

  Railo Installation and Setup (CentOS, cPanel and Resin)
Posted by: anyweb - 2010-04-02, 07:05 AM - Forum: LAMP - No Replies


Primarily this post was originally going to be for my own use, but i think that the community at large will be able to benefit from it.

 

There will be an update to this at some point in time as the installation that i have here is far from perfect but it will give you a good starting block on how to get Railo up and running quickly and efficiently.

 

Step 1: – Gather all the required elements to make this work.

 

1. This blog post for instructions (Duh!)

2. You will need Java JDK (Java development toolkit) ( will be refered to simply as JDK ) – The JRE Installation on its own is unfortunately not sufficiant enough to beable to run railo. – The latest version available will be suitable to run Resin and Railo ( At the time of writing the latest version was 1.6.0 U19 )

3. You will need a copy of Caucho Resin ( http://www.caucho.com/download/resin-3.1.10.tar.gz ) – For this installation i selected Resin 3.1.10 ( latest )

4. You will need a copy of Railo ( http://www.getrailo.org/down.cfm?item=/r...ars.tar.gz ) – The version that has been selected for this installation is Railo 3.1.2 ( latest )

 

The above components are listed as they are what i have used on my installation.

 

read the rest @ > http://harrassed.net/2010/04/railo-insta...and-resin/

Print this item

  Red Hat Moves Into Desktop Virtualisation
Posted by: anyweb - 2010-04-02, 07:02 AM - Forum: Linux News - No Replies


Red Hat has updated its virtualization platform, Red Hat Enterprise Virtualization, to include support for desktop virtualization. The beta version of REV 2.2 will include a number of new programs that will allows customers to run a virtualized desktop infrastructure.

 

"It will allow you to deploy a RHEL [Red Hat Enterprise Linux] desktop, or Windows XP, or Windows 7, on a secure high-performance hypervisor platform," said Andrew Cathrow, who is a Red Hat senior product marketing manager. "By using a VDI, you are moving the [operating system] from the end user's device into the data center, where it is easier to manage and maintain."

 

REV is a package of a number of different Red Hat applications integrated for offering virtualization capabilities to the enterprise. It comes with a virtualization management console, as well as a bare-metal hypervisor, the Kernel-Based Virtual Machine (KVM). KVM is also included in Red Hat Enterprise Linux (RHEL). REV can run hosted versions of either Linux or Windows.

 

via > http://www.osnews.com/story/23083/Red_Ha...ualisation

Print this item

  GNOME 2.30 Released
Posted by: anyweb - 2010-04-02, 06:52 AM - Forum: Linux News - No Replies


The GNOME team has released version 2.30 of their open source desktop environment. "The GNOME Project's focus on users and usability continues in GNOME 2.30 with its hundreds of bug fixes and user-requested improvements. The sheer number of enhancements makes it impossible to list every change and improvement made."

 

There's a bunch of changes in this new release, obviously. The Nautilus file manager has received some love, including some user interface changes. Nautilus now also has a split view (finally), and now no longer defaults to spatial mode, preferring browsing mode instead. Yes, vanilla GNOME still defaulted to spatial mode. I love spatial mode - don't get me wrong - but the rest of the world doesn't. I was surprised it was still the default.

 

Empathy, GNOME's instant messaging application based on the Telepathy framework, has also been updated. IRC support has been improved, and a new information bar will popup when an account fails to connect, including a nice reconnect button.

 

more >

 

http://www.osnews.com/story/23092/GNOME_2_30_Released

http://library.gnome.org/misc/release-notes/2.30/

Print this item

  Boot Options or Cheatcodes for distros
Posted by: djfw - 2010-03-30, 07:26 AM - Forum: Just Starting Linux - Replies (1)


Hi

 

I have been looking for documentation on the available boot options or "cheat codes" when booting Linux There appear to be variations, based on the distro being used at the time. Does anyone know where to find documentation on boot options that are distro independent and / or boot options for Puppy, PCLinuxOS and Zenwalk?

 

TIA

Print this item

  Smallest Linux Computer
Posted by: Dungeon-Dave - 2010-03-25, 12:06 AM - Forum: Featured Content - Replies (2)


You know that clunky PC on your desk? Or under it? How about reducing it to something smaller, kinda shoebox-sized? Oh, they've done that - the shuttle PC.

 

So how about even smaller? Take a look at SheevaPlug, Linux within a PC power adapter:

[Image: 090224-sheevaplug-02.jpg]

Actually, that's old news..

 

Perhaps you'd like a Guruplug instead:

[Image: 31.jpg].

 

Oh, wait. Too large? Ladies, Gents and offspring of much smaller dimensions, I present the Picotux:

[Image: pt112x.jpg]

Yes, you see it right there. Network card in one end, video card in the other, socket for external power supply. Hidden between the rest is...

 

Oh, read it for yourself!

 

Disclaimer: I have no commercial connection to the above companies, nor have bought their products so cannot offer a review of their functionality. I'm just highly excited and geekily aroused at the thought of processing power being in something so small that a few of these and NAS somewhere on the LAN means I could do away with PCs entirely.

Print this item

  Parted Magic 4.9 released
Posted by: anyweb - 2010-03-23, 08:18 PM - Forum: Linux News - No Replies


Patrick Verner has announced the release of Parted Magic 4.9, a small Linux-based live CD/USB with a collection of hard disk partitioning and data rescue utilities: "Parted Magic 4.9. Although this is mostly a bug-fix release, some other major changes were made. People didn't like that we were using Chrome, so we switched to Chromium. All the old IDE drivers were removed from the kernel and only the new framework is used now. The major difference most people will notice is that devices that used to be labeled /dev/hd* will now be /dev/sd* and all CDROMs will be /dev/sr*. Three new programs were added - mhdd, elinks, and zsync. Some changes were made to the kernel configuration and initramfs so Virtio hard disks could be used to boot Parted Magic. The fstab daemon was also fixed to support Virtio hard disks. Many other small fixes were made to the network scripts and the system in general." Visit the project's home page to read the full release announcement.

 

via > http://distrowatch.com/5966

Print this item

  Less Brown Ubuntu
Posted by: anyweb - 2010-03-23, 08:16 PM - Forum: Linux News - No Replies


"Canonical has announced the availability of the first Ubuntu 10.04 beta release. The new version of Ubuntu, codenamed Lucid Lynx, is scheduled to arrive in April. It will be a long-term support release, which means that updates will be available for three years on the desktop and five years on servers. Although the Ubuntu developers have largely focused on boosting stability for this release, they have also added a number of noteworthy new features and applications. One of the most visible changes is the introduction of a new theme - a change that is part of a broader rebranding initiative that aims to update Ubuntu's visual identity." It might just be me, but I find the new theme ghastly. Compare this to this (my desktop). Oh, and Metacity - I can has anti-aliasing?

 

 

via > http://www.osnews.com/story/23038/Ubuntu...Less_Brown

Print this item

  backup files from logical volume?
Posted by: Charles Anthony - 2010-03-19, 12:15 PM - Forum: How Do I? - Replies (4)


I have files on a hard drive and I can not access them.

 

I need help backing up the files from a hard drive. They are on a hard drive that was in my old fedora10 box. [ After booting, that computer freezes forever at the Fedora icon. So, I have taken the hard drive out and connected to an external enclosure. ] I want to access the files from an other computer via the enclosure. It seems like the files are in a logical volume:

/dev/sdc2 --> as determined by gparted

but I can not see them.

 

What should I do to access the data on this hard drive?

Print this item