Debian Configuration :: Dovecot Works But Sieve Does Not Yet

Aug 16, 2015

Delivery via docevot lda works for the virtual users.

Sending a mail that should be redirected to a folder instead of going to the INBOX does not work

Code: Select allecho "lala" | mail -s beispiel julius@myvirtualdomain

#/home/vmail/julius@myvirtualdomain/.dovecot.sieve

Code: Select all   
   
    require "fileinto";
    if header :contains "subject" ["beispiel"] {
      fileinto "beispielordner";
    } else {
      # The rest goes into INBOX
     # default is "implicit keep", we do it explicitly here
      keep;
    }
     
I can see no errors in dovecot.log, -info.log, -debug.log but also no sieve messages

Code:

Select all 
  #/etc/dovecot/conf.d/15-lda.conf
    protocol lda {
            postmaster_address = julius@localhost
            mail_plugins = $mail_plugins sieve

[Code] .....

View 1 Replies


ADVERTISEMENT

Ubuntu Servers :: Getting Sieve To Work With Dovecot On 10.04?

Sep 7, 2010

I'm having a problem getting sieve to work with dovecot on 10.04. Even weirder, when I try to compile the following script with sievec

Code:
require ["setflag","fileinto"];
if header :contains "X-DSPAM-Result" "Spam" {
setflag "\Seen";
fileinto "Junk";

[Code]...

edit: found the mistake, should've required imap4flags instead of setflag.

View 1 Replies View Related

Debian Configuration :: Sieve Mail Filter For Domain Isn't Working

Sep 18, 2015

The first filter does not work, the second does...why?

Code: Select allelsif allof (
                body :contains ["some text", "Some Text"],
                address :domain :is "From" "amazon.de"
            )
            {
                redirect "someemail@gmx.net";
            }
elsif allof (
                body :contains ["some text", "Some Text"],
                address :domain :is "From" "yellowstone.bohlsen.lan"
            )
            {
                redirect "someemail@gmx.net";
            }

I even saved the amazon.de email from thunderbird as .eml and used it as a testmail to check the second filter

Code: Select allcat /tmp/amazon-main | mail mylocalusername@yellowstone.bohlsen.lan

that worked without problems.

the amazon email address that is sending me mails is:

Code: Select allbestellbestaetigung@amazon.de

#hostname -f
yellowstone.bohlsen.lan

View 2 Replies View Related

Debian Configuration :: Postfix - Dovecot Configuration

May 13, 2010

I have a web server running and wish to get a mail server running on the same machine. I have a registered domain name. I have postfix and dovecot installed. I can send emails from the server to my normal address on a different domain but cannot receive mail. I can send and receive mail locally with no problems. I just don't know where to look for the problems. If you need any more info ( config files/doamin names etc let me know)

View 5 Replies View Related

Debian Configuration :: Install Courier-pop3 And Dovecot-pop3 Simultaneously ?

Apr 16, 2010

For long-term migration from courier to dovecot I would like to install courier-pop and dovecot-pop3d simultaneously. Aptitude offers me to install one, by removing the other, only. Can this be done without creating problems for the package manager and future upgrades? And why if not?

The following NEW packages will be installed:

The following actions will resolve these dependencies:

Remove the following packages:

Score is -170

View 1 Replies View Related

Debian Configuration :: NetInstall Doesn't Works?

Jul 17, 2010

I bought a laptop : Samsung R580 and when i want to install Debian Squeeze with NetInstall, it's impossible because ma Ethernet Card isn't recognized.These are the caracteristics of my card :PCI ID : 11ab4381Supporté : YesFabricant : Marvell Technology Group Ltd.Matériel : 88E8059 PCI-E Gigabit Ethernet ControllerPilote : sky2The driver is not in the kernel 2.6.32 and i must to wait a new kernel version in Debian?

View 8 Replies View Related

Debian Configuration :: Wifi Doesn't Works

Aug 5, 2011

After to install Debian Sid, i can't to connect to my network. When i launch lsmod, ath9k is present so the module is enabled.I don't use network-manager-gnome, wicd and other, i modify myself /etc/network/interface. But even with this configuration, the wifi does not works.

View 3 Replies View Related

Debian Configuration :: Network Only Works When Moving Mouse

Jul 29, 2015

I ping my router. If I keep my mouse moving (or i'm typing) I get a 5ms ping.If I stop typing/moving my mouse, it times out.

- I disabled NetworkManager for the inteface eth0 but it doesn't solve the problem.
- I'm having the same problem using a Ubuntu 15.01 bootable image
- I'm having the same problem usign an Ethernet PCI Adapter
- I'm having the same problem usign a Wifi PCI Adapter

lsb_release -da
Code: Select allDistributor ID:   Debian
Description:   Debian GNU/Linux testing (stretch)
Release:   testing
Codename:   stretch

[code]....

View 5 Replies View Related

Debian Configuration :: SFTP Works Fine But FTP Will Not Connect

May 5, 2010

I am using debian squeeze. I haven't changed much and I am a newb at this sorry. I can use the SFTP, but I can't use the FTP under any account. I can't find a conf file or anything for this.

View 8 Replies View Related

Debian Configuration :: Ath5k Mini-pci Works, But The LEDs Are Off?

Oct 23, 2010

At first I thought the card was broken, but it connects to networks fine. I know its kind of minor, but is there a way to enable the little traffic indicator lights on the card?

View 1 Replies View Related

Debian Configuration :: No Net After Changing DHCP Server Other OS Works?

Dec 15, 2010

I just put a pfSense firewall inbetween my ADSL router and my LAN. It's configured to have a cachng DNS server and a DHCP server. Among other things. For reasons beyond this post the address range served by DHCP changed from 10.0.0.x to 192.168.1.x. The new DHCP server gives 192.168.1.1 as gateway and DNS server name and not the public IP addresses of our internet provider.

After reconnecting our client machines everything worked just fine on the win-xp boxes, but the Debian Squeeze servers and Ubuntu 10.4 clients all started to get network timeouts. If I ping public websites it works but browsing to the same servers fails. Other services like POP3 and IMAP also fails. All machines use WiFi to connect and the access point is the same as before.

What could it be that make the debian boxes fail? My laptop runs squeeze too and also fails. But when connecting to various other access points at hotels and such I do not get this problem.

Another weird thing is that the debian server running virtualbox cannot do things online but the virtual windows boxes running on this machine can. Weird! Where should I start looking? How is networking/dhcp clients on Debian different from Windows XP?

View 1 Replies View Related

Debian Configuration :: Network With Pidgin No Longer Works

Mar 14, 2011

There is something strange going on with Pidgin in Debian 6. I have just installed the system, then Pidgin, then configured my MSN accounts and chatted; but after rebooting, it no longer works. It just hangs while trying to connect - this is what I see from strace:

[Code].....

- a largish number of times. My very rough and ready thoughts about this so far are that it is probably not Pidgin that has an error, since 1) It worked initially, and 2) I am pretty sure the developers would have know about it very quickly if this was a general problem in Pidgin. On the other hand, my networking seems otherwise to be fine - s what is going on here?

View 2 Replies View Related

Debian Configuration :: Ping Fail As User Works With Root?

Oct 13, 2010

I have a very strange problem.ometimes, yes sometimes not all the time, I get a Destination Host Unreachable when I ping a computer on my network. If I switch to root using su I can ping that same computer. Here is a screen shot:

joseph@laptop:~$ ping 192.168.1.14
PING 192.168.1.14 (192.168.1.14) 56(84) bytes of data.
From 192.168.1.9 icmp_seq=2 Destination Host Unreachable

[code]...

View 1 Replies View Related

Debian Configuration :: Wireless Only Works When Ethernet Cable Is Plugged In?

Jul 9, 2011

I have a debian-powered NAS (Buffalo LinkStation) and I want to configure the following behaviour: When ethernet (eth0) is plugged in, connect and get a static ip address (ie. 192.168.0.11) When a wireless usb-adapter (wlan0) is plugged in, connect to a wireless router (ie. "Ankkanet") get another static ip address (192.168.0.12)

My /etc/network/interfaces :

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static

[code]....

what could be causing wireless to disconnect when ethernet cable is unplugged?

View 3 Replies View Related

Debian Configuration :: Squeeze X Login Stopped Working - Console Works

Mar 30, 2011

I have been using my system for couple of weeks, and normally update software when the icon is displayed on top bar (gnome). Last couple of days there were updates for X, and I am not sure whether that is the cause of my problem. Once bootup, I get the login screen. When enter the password the login screen keep coming back. there is no error about any password issue, or anything. It keeps prompt me to enter the password.

I could login back the following way.

1. ctrl + alt + F1 , and login with the same username/pwd as for X
2.change to root
3.pkill gdm3
4.exit from root to user privilege
5. startx

The system starts X correctly and no login screen is displayed. I could use the system as usual.

The only thing I did custom to my system was upgrading to the latest kernel (2.6.38) using the source. This was to get support for my hardware, but that was about a month ago. I do not see anything in /var/log (X, demesg etc).

View 4 Replies View Related

Debian Configuration :: Networking - Netinst CD - Internet Connection Only Works After Edit The Interfaces And Resolv.conf Files Manually

Aug 3, 2010

I had some trouble with the netinst CD and I had to install lenny with the 6DVDs instead. My internet connection only works after I edit the interfaces and resolv.conf files manually. So my question is: can I do that from the netinst CD before it actually needs the connection to install everything? (otherwise I'll just need to use the DVDs.

View 4 Replies View Related

Programming :: Prime Number Using Sieve Of Atkin?

Aug 15, 2010

writing a program to find the prime numbers.i came to know that sieve of atkin is the most efficient algo to find the prime numbers.i am finding difficult to understand it

View 3 Replies View Related

Debian :: Dovecot Starting Error ?

Apr 5, 2011

I installed the dovecot with aptitude in the debian squeeze, and want to use dovecot as imap and pop3 server with exim4 for my mail server, i configured the dovecot and exim4, but when want to start the dovecot get this error:

View 3 Replies View Related

Debian :: What Are The Pro's And Cons Of Dovecot And Courier

Jul 23, 2011

What are the pro's and cons of Dovecot and Courier?

View 5 Replies View Related

Software :: Start Dovecot Server On Debian 6.0.1?

May 13, 2011

i have some problems to start my dovecot server on Debian 6.0.1 I tried to install it from webmin using "un-used modules" but it was allways the same error: "E: Unable to locate package dovecot-pop3d". When I tried to install it from console using the commands: apt-get install dovecot-imapd dovecot-pop3d dovecot-common - and there are no problems with dovecot-imapd and dovecot-common, but still the same error with dovecot-pop3d: "E: Unable to locate package dovecot-pop3d". After command: service dovecot status: could not access PID file for dovecot ..After try to start dovecot with comand "dovecot": Error: mail_executable: Can't use /usr/lib/dovecot/pop3: No such file or directory Fatal: Invalid configuration in /etc/dovecot/dovecot.conf It's interesting because on version 5.0 there were no problems to install and run dovecot server just pressing the button from webmin..

I've read a few similar threads in this forum about dovecot errors but still can't to fix it.

View 1 Replies View Related

Software :: Debian + Postfix + Dovecot Find Old Accounts?

Jul 13, 2010

I'm using mbox storing for dovecot 1.0.15 messages. The mailbox is in a different partition (/var/mail).The MTA is postfix 2.5.5. SO is Debian 5. How can I find email accounts that haven't be accessed within a 30 days period in order to delete them?

View 1 Replies View Related

Ubuntu :: Eth0 Works Without Configuration - PC Doesn't Seem To Care About Anything

Mar 14, 2010

my internet connections works via my eth0 adapter. For Windows user this may be fine, but I actually would like to know what makes it connect. My /etc/network/interfaces shows:

[code]...

No eth0 mentioned here. dhcp3/dhclient.conf consists only of commented-out lines, so no eth0 here either. In /etc/init.d I see there is this networking daemon. When I do

[code]...

that magically enhanced eth0 works even if you want to shut it down. No wonder I don't get my wlan0 working, my PC doesn't seem to care about anything I am configuring here.

View 6 Replies View Related

General :: Can Find Configuration Tool Like 'Yast' That Works On Solaris 10 ?

Jan 27, 2011

does anyone knows if i can find a configuration tool like "Yast" that works on Solaris 10 ?

View 1 Replies View Related

CentOS 5 :: Change In The Server Configuration That The Clipboard Works In The Xsession?

Oct 12, 2010

I have a Centos 5.5 and we make remote connections with Xfree from Windows to the Linux Server. We start the Xsession with the option -clipboard, but it's not working. Which settings do I have to change in the server configuration that the clipboard works in the Xsession?

View 2 Replies View Related

Red Hat / Fedora :: Have Finished Reconfiguring My 1st PC Centos 5.5 With Squid And Dansguarian Works Fine The Configuration Is Basic?

Feb 8, 2011

I have finished reconfiguring my 1st PC Centos 5.5 with Squid and Dansguarian. Works fine the configuration is basic.lets name it to 1st PCeth0 - modem ip (public)eth1 - 172.16.1.1 (LAN)Then I've decided to change and add another Centos 5.5 for Firewall Service that is directly connected to the modem and then shares internet connection and some ports to 1st PC.

lets name it to 2nd PC, it also has two NICSeth0 - modem ip (public)eth1 - 10.0.0.1 (ip to connect to the 1st pc with squid services)so I changed the ip of the 1st PC with theseeth0 - 10.0.0.2eth1 - 172.16.1.1 (LAN)and connects the eth0 (10.0.0.2) of the 1st PC to the eth2 (10.0.0.1) of the 2nd PCthen I've tried browsing on the network but it does not work...is there a simple iptables command for the 1st PC and 2nd PC?ere are the iptables script and lists of my 1st and 2nd PC 2nd PC (firewall to be)

#vi /home/user1/fw.sh
#!/bin/sh
123=/sbin/iptables

[code]....

View 7 Replies View Related

Debian Configuration :: ProFTPd Configuration - Use To Host MySQL Databases And A Few Websites

Nov 18, 2010

I am having no luck configuring ProFTPd on a Debian Lenny production server we use to host our MySQL databases and a few websites. I had originally set it up so I could login and manage our internal sites, but I have the need to allow a few clients in to access their sites that we host. I am trying to root the users in their site directory, which would be "/sites/www.whatever.com/".

It just hit me while typing this. Is it possible to create a user without a shell to prevent login via SSH and set the home folder to /sites/whatever instead of /home/username? That would allow me to continue operating with my current configuration and root them in their site while preventing SSH logins.

View 6 Replies View Related

Debian Configuration :: Multipath Configuration On 5.0 64 Bit - Doesn't Create The Relative Devices

Jul 20, 2011

i have a HP MSA 2312fc SAN with 2 LUNs configured. The first LUN (LUN ID 1) is correctly connected to the system, but when i connect the second LUN (LUN ID 30), i find in the syslog this message: multipathd: 8:64: size 6835937472, expected 5267578112. Discard

Here is the multipath.conf

[Code]....

So I correctly see the two luns, but multipath doesn't create the relative devices. Under /dev/mapper I see: control mpath0 mpath0-part1 mpath0-part1 is the first lun, the one I mounted in a directory under filesystem. I can't find the device for the second lun

View 1 Replies View Related

Debian Configuration :: Reboot Both The Server And The Client Machines Every Time Change The SAMBA Configuration?

Apr 5, 2010

I am *finally* getting around to rebuilding my file-sharing computer. I'll be sharing files with both Linux and Windoze machines. It's a home network, so there's nothing fancy needed. I know I have to tweak my smb.conf file until I'm satisfied with the features and security. I'm using SWAT and I'm starting with a bare-bones conf file. It's not secure but I can see the server and selected files/directories from my other Linux box.

My really dumb question is, do I have to reboot both the server and the client machines every time I change the SAMBA configuration? I thought I just had to stop and restart the SAMBA service in the SWAT software - but then the server disappears from my client. It looks like I need to reboot both machines for the client to see the server.

View 1 Replies View Related

Debian Configuration :: Fstab Configuration - Failed To Open /proc/filesystems: No Such File Or Directory

Aug 23, 2011

I have some errors when run the mount -all command: mount: wrong fs type, bad option, bad superblock on /dev/sdc5, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail  or so Failed to open /proc/filesystems: No such file or directory

[Code]..

View 14 Replies View Related

Debian Configuration :: Fstab Configuration And Timeout - Automatically Continues Booting Even If The Hard Drives Are Not Attached?

Aug 3, 2011

I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved