[GH-ISSUE #32] "Method" missing in postfix_autoreply_transport #17

Closed
opened 2026-02-27 10:25:18 +03:00 by kerem · 1 comment
Owner

Originally created by @alienmindbender on GitHub (May 3, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/32

Originally assigned to: @tonioo on GitHub.

Hi,

when (re)deploying (install, migrate, load_initial_data) the modoboa-postfix-autoreply plugin the created postfix_autoreply_transport table is missing the appropriate entries (autoreply:) in the method column:

mysql> select * from postfix_autoreply_transport;
+----+----------------------------------+--------+
| id | domain                           | method |
+----+----------------------------------+--------+
|  1 | autoreply.domain1.tld            |        |
|  2 | autoreply.domain2.tld            |        |
|  3 | autoreply.domain3.tld            |        |
+----+----------------------------------+--------+
3 rows in set (0.00 sec)

When autoreply is activated emails will bounce with:

<"user@domain.tld"@autoreply.domain.tld> (expanded from
   <user@domain.tld>): Host or domain name not found. Name service error
   for name=autoreply.domain.tld type=AAAA: Host not found

I used:
modoboa-1.5.1
modoboa_admin-1.1.2
modoboa_postfix_autoreply-1.1.6
modoboa_sievefilters-1.0.5
modoboa_stats-1.0.6
modoboa_webmail-1.0.4

Originally created by @alienmindbender on GitHub (May 3, 2016). Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/32 Originally assigned to: @tonioo on GitHub. Hi, when (re)deploying (install, migrate, load_initial_data) the modoboa-postfix-autoreply plugin the created postfix_autoreply_transport table is missing the appropriate entries (autoreply:) in the method column: ``` mysql> select * from postfix_autoreply_transport; +----+----------------------------------+--------+ | id | domain | method | +----+----------------------------------+--------+ | 1 | autoreply.domain1.tld | | | 2 | autoreply.domain2.tld | | | 3 | autoreply.domain3.tld | | +----+----------------------------------+--------+ 3 rows in set (0.00 sec) ``` When autoreply is activated emails will bounce with: ``` <"user@domain.tld"@autoreply.domain.tld> (expanded from <user@domain.tld>): Host or domain name not found. Name service error for name=autoreply.domain.tld type=AAAA: Host not found ``` I used: modoboa-1.5.1 modoboa_admin-1.1.2 modoboa_postfix_autoreply-1.1.6 modoboa_sievefilters-1.0.5 modoboa_stats-1.0.6 modoboa_webmail-1.0.4
kerem 2026-02-27 10:25:18 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (May 3, 2016):

Thanks for reporting this.

<!-- gh-comment-id:216628630 --> @tonioo commented on GitHub (May 3, 2016): Thanks for reporting this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#17
No description provided.