Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden. Du solltest ein Upgrade durchführen oder einen alternativen Browser verwenden.
Hello, I tried this amendment
/usr/syno/mailstation/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
in main.cf but all mail ceased to work. Changed back now. Thanks for the possible answer though.
ok thanks. I'm actually quite worried because these mail accounts are live and im scared about messing up! I may try to do this or I may give up and wait for a synology approved solution. I haven't decided yet. :(
I'm worried about this part mainly, as I don't want to move userhomes and the...
No, I've only installed dovecot as per the wiki for the filtering emails. Will doing any of the http://syno.brain-force.ch/virtual_users_for_dovecot effect my current postfix virtual user setup and can I skip the getmail as before?
I use virtual alias users as I host more than one domains email.
so for example
john@homedomain.com john-home (Unix account)
john@workdomain2.com john-work (Unix account)
This is the guide I followed to setup virtual users for multiple domains.
2. vi main.cf
3. Add this line at...
ok, yes the wiki is wrong then :)
Right, changed it and the spam is still coming into inbox but there is a new file generated in the home directory now automatically?
NAS> dir
total 20
drwxr-xr-x 3 UserA users 4096 May 24 21:55 .
drwxr-xr-x 15 root root 4096 May 18 12:34 ..
drwx------ 13...
I changed the .dovecot-sieve to .Trash but it still delivers to Inbox :( This is a virtual user by the way, not sure if this makes any difference?
Does anything need restarting after change to .dovecot-sieve or should it take effect immediately?
You mean does "Junk" exist in .Maildir?
I can see it here
NAS> cd /volume1/homes/UserA/.Maildir/
NAS> dir
total 416
drwx------ 13 UserA users 4096 May 24 21:29 .
drwxr-xr-x 3 UserA users 4096 May 24 20:19 ..
drwx------ 5 UserA users 4096 May 23 19:01 .Deleted Messages
drwx------ 5...
Hi, I have changed the owner to UserA. Here is the .dovecot-sieve file, exactly the same as the guide except Junk instead of Trash.
require "fileinto";
if header :comparator "i;ascii-casemap" :contains "subject"
"*****SPAM*****" {
fileinto "Junk";
stop;
} elsif header :comparator...
Thanks for clarifying that. So I have followed the guide except for the getmail intergration. ****SPAM***** is still being delivered to inbox.
/var/log/messages has only three lines regarding dovecot. They were yesterday.
May 23 20:19:35 dovecot: Killed with signal 15
May 23 20:55:54 dovecot...
I have basically installed the synology mailstation2 app, started hosting 5 email domains. Then I have started this guide. If getmail isn't default in the mailstation, no I do not? Can this work if I don't use getmail? If I'm not using getmail, what is the default setup using?
ok, no problem. My first question, where is the rc file for getmail, is there just one rc file or do all users and virtual users have an rc file? I am trying to implement this part.
Thanks
Hallo,
Ich entschuldige mich für mein schreckliches Deutsch. Ich versuche, eine automatische Umsetzung von E-Mails verschieben markiert ***** SPAM *****. Ich habe versucht nach dieser Anleitung unten
http://syno.brain-force.ch/install_dovecot_sieve_eng
Aber es ist nicht funktioniert, ist...