Mail is bounced because of quota, quota is set correctly and user is not over quota Posted on March 5, 2012 by dpejic Ispconfig 3. Mail is bounced becous of quota, quota is set correctly and user does not ower quota error in /var/log/maillog : “quota string ‘*’ not parseable maildrop: maildir over quota. )” vi /etc/authlib/authmysqlrc MYSQL_SERVER localhost MYSQL_USERNAME ispconfig MYSQL_PASSWORD xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MYSQL_PORT 0 MYSQL_DATABASE dbispconfig MYSQL_USER_TABLE mail_user MYSQL_CRYPT_PWFIELD password #MYSQL_CLEAR_PWFIELD password MYSQL_UID_FIELD uid MYSQL_GID_FIELD gid MYSQL_LOGIN_FIELD…
howto install and configure bacula backup and bacula-web on fedora 15 using yum Posted on September 15, 2011 by dpejic Install all of the following packages. Dependencies are listed inside {} and will install automatically. yum install mysql-devel {mysql} yum install myql-server yum install bacula-storage-mysql {bacula-common} {bacula-storage-common} {fedora-usermgmt} {fedora-usermgmt-core} {fedora-usermgmt-default} {fedora-usermgmt-shadow-utils} yum install bacula-docs yum install bacula-director-mysql {bacula-director-common} yum install bacula-console-gnome ( optional, if you install bacula on fedora core not needed ) yum install…
Delete all root mail from /var/spool/mail/root Posted on May 30, 2011 by dpejic Resolution: #cat /dev/null > /var/spool/mail/root This command empty all email from root
How to set time in linux Posted on April 19, 2011 by dpejic While logged in as root do the following: Type "date". You should see some variation of" "Wed Nov 24, 9:29:17 EST 1999" To change the time type(as an example): date -s 10:10 The system response will be: "Wed Nov 24, 10:10:02 EST 1999" Then if you want to set the hardware(BIOS) clock so the system…
Search And Replace Text in VI editor Posted on April 13, 2011 by dpejic ok, on the example text file above, lets say i want to change all the 'wallpaper' to 'screensaver' well this is how you would do it.. lets assume that wallpaperama.txt is located on my home directory at: /home/me/wallpaperama.txt step 1. open the file with the vi editor: vi /home/me/wallpaperama.txt step 2. Enter – SHIFT +…
eth0_rename, how do I get back to plain old eth0? Posted on March 16, 2011 by dpejic I upgraded from Fedora 10 to Fedora 12. Unfortunately, my ethernet interface eth0 is now named eth0_rename. I'd like to get back to having it named plain old eth0. I googled a bit but the solution of removing the eth0 entry from /etc/udev/rules.d/70-persistent-net.rules seems to have no effect (I restarted the network service but…
View the Sendmail or Postfix mail queue Posted on March 9, 2011 by dpejic Concept Be able to view the mail queue to determine if any mail is stuck in the queue, and if necessary, ask the MTA to reprocess or flush the queue. Introduction As noted in section Determine which MTA is being used on the system, the BSD systems use Sendmail or Postfix by default for handling…
iptables Posted on February 5, 2011 by dpejic # KAD na nekom hostu imamo iptables onda je pretezno konfiguracija u rc.loca(vi /etc/rc.d/rc.local ) # promjenimo sta treba i onda samo izvrsimo /etc/rc.d/rc.local # When you have a host iptables ond configuration is predominantly in rc.loca (vi / etc / rc.d / rc.local) # Changing what should be and then just perform / etc…