Search the Community
Showing results for tags 'email feature'.
-
Hi, Wile doing migration of email accounts from one froxlor server to another I have noting some thing. Expecting some clarification on this. As we all know emails are normally stored in the location "/var/customers/mail/user/domain.com/user/Maildir/" . I create email accounts via froxlor panel and copy the email files directly via scp or rsync from old server to new. The strange thing I have noticed is it is not coping custom folders and its emails like we have in source. The solution I have found for this is to use imapsync between old and new. imapsync is preserving custom folders like as it is in source. Does it mean custom folder settings are stored somewhere else? How we can preserve it and copy emails manually?
-
Feature-Wunsch zusätzlicher eMail-Haken für isPassTrough
jottschi posted a question in German / Deutsch
Hi, dieser Wunsch stellt sich aus folgender Konfiguration: Domain xyz.de haken an: isEmail-Domain [x] die Postfächer für diese Domain liegen im Dovecot. (so ist es von Froxlor vorgesehen) 2. Möglichkeit: Domain adc.de haken an: isEmailDomain [x] UND JETZT DAZU :isPassThrough [x] die Domain empfängt die Mails für abc.de und leitet diese an einen Remote-Office Mailserver z.B. Exchange oder Kopano isEmail-Domain wird benötigt, da ja ein User zum authentifizieren zum eMail- wegschicken benötigt wird und isPassthrough wir für die benötigte dynamische Empfängerverifizierung ggü Exchange oder Kopano für die Umgehung der postfix Warnung: warning: do not list domain abc.de in BOTH virtual_mailbox_domains and relay_domains /etc/postfix/relay_domains: abc.de smtp:[remote.abc.de]:2525 DANN: /etc/postfix/mysql-virtual_mailbox_domains.cf user = froxlor password = flroxlorpasswort dbname = froxlor table = panel_domains select_field = domain where_field = domain additional_conditions = and isemaildomain = '1' and ispassthroughdomain ='0' hosts = 127.0.0.1 dann wirds im dovecot gespeichert und in /etc/postfix/mysql-virtual_sender_permissions.cf ansonten geht's ans remoteoffice wenn beides '1' ist. -- Ihr merkt: noch nicht richtig zuende gedacht aber so ungefähr