doc:appunti:linux:sa:roundcube
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:roundcube [2018/10/05 17:30] – [Virtual users ed alias] niccolo | doc:appunti:linux:sa:roundcube [2022/01/28 09:36] (current) – [Debug] niccolo | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| Roundcube scrive i suoi log in **''/ | Roundcube scrive i suoi log in **''/ | ||
| - | L' | + | L' |
| + | |||
| + | Una opzione utile da attivare, disabilitata per default in Debian, è la registrazione dei login: | ||
| + | |||
| + | <code php> | ||
| + | // Log successful/ | ||
| + | $config[' | ||
| + | </ | ||
| ===== Sqlite ===== | ===== Sqlite ===== | ||
| Line 185: | Line 192: | ||
| Secondo questo criterio è opportuno creare anche un record nella **tabella identities** (collegato all' | Secondo questo criterio è opportuno creare anche un record nella **tabella identities** (collegato all' | ||
| + | Un' | ||
| + | |||
| + | <code php> | ||
| + | // Enables possibility to log in using email address from user identities | ||
| + | $config[' | ||
| + | </ | ||
| ===== Plugins ===== | ===== Plugins ===== | ||
| Line 302: | Line 315: | ||
| < | < | ||
| </ | </ | ||
| + | |||
| + | ===== Plugin roundcube-vacation-2.x ===== | ||
| + | |||
| + | Vedere la pagina su **[[https:// | ||
| + | |||
| + | Creare la cartella **/ | ||
| + | |||
| + | < | ||
| + | ln -s / | ||
| + | </ | ||
| + | |||
| + | Attivare il plugin aggiungendolo all' | ||
| + | |||
| + | <code php> | ||
| + | $config[' | ||
| + | ' | ||
| + | ); | ||
| + | </ | ||
| ===== Filtri web-mail ===== | ===== Filtri web-mail ===== | ||
| Line 323: | Line 354: | ||
| ===== Problema con la Disposition Notification ===== | ===== Problema con la Disposition Notification ===== | ||
| - | Può esserci un problema con l' | + | Quando si crea un nuovo messaggio |
| - | Gli errori si vedono in '' | + | < |
| + | Return-Receipt-To | ||
| + | Disposition-Notification-To | ||
| + | </file> | ||
| - | < | + | Aprendo il messaggio con lo stesso Roundcube, viene chiesto se inviare la ricevuta: |
| - | SMTP Error: SMTP error: Failed to add recipient ' | + | |
| - | in / | + | |
| - | (POST / | + | |
| - | </ | + | |
| + | //Il mittente ha richiesto di ricevere una notifica dell' | ||
| + | |||
| + | Rispondendo in modo affermativo, | ||
| + | |||
| + | //Errore SMTP (554): Fallito l' | ||
| + | |||
| + | Secondo l' | ||
| + | |||
| + | //The From field of the message header of the MDN MUST contain the address of the person for whom the message disposition notification is being issued. | ||
| + | The envelope sender address (i.e., SMTP MAIL FROM) of the MDN MUST be null (<>), specifying that no Delivery Status Notification messages or other messages indicating successful or unsuccessful delivery are to be sent in response to an MDN.// | ||
| + | |||
| + | Purtroppo in alcuni casi il server SMTP potrebbe rifiutare un messaggio composto in quel modo. Ad esempio il server Postfix potrebbe loggare quanto segue: | ||
| + | |||
| + | < | ||
| + | postfix/ | ||
| + | postfix/ | ||
| + | 554 5.7.1 <>: Sender address rejected: | ||
| + | Access denied; from=<> | ||
| + | </ | ||
| + | |||
| + | Con **Roundcube 1.2.3** è possibile aggiungere un parametro a **/ | ||
| + | |||
| + | <code php> | ||
| + | // According to RFC2298, return receipt envelope sender address must be empty. | ||
| + | // but our SMTP server does not accept a " | ||
| + | $config[' | ||
| + | </ | ||
| - | Il codice che rimuove il FROM è contenuto nel file **'' | + | Per versioni più vecchie di Roundcube l' |
| <code php> | <code php> | ||
doc/appunti/linux/sa/roundcube.1538753436.txt.gz · Last modified: by niccolo
