mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 16:45:59 +03:00
[GH-ISSUE #25] Autoreply fail #13
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @minhvietbui on GitHub (Dec 30, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/25
Hi,
I have a problem with autoreply, becauce maximum charactors of address in modoboa_admin_aliasrecipient table is 75. With email account as than.xuan@indochinadiscoverytravel.com when it create autoreply address in table is "than.xuan@indochinadiscoverytravel.com@autoreply.indochinadiscoverytravel.co". This isn't exact. How can I do to resolve problem ? Thanks.
@tonioo commented on GitHub (Jan 1, 2016):
Have you find a solution ?
@minhvietbui commented on GitHub (Jan 4, 2016):
I change in mysql: " alter table modoboa_admin_aliasrecipient modify column address varchar(255)", update address influence and now it ok.