Use yggquic

This commit is contained in:
Neil Alexander
2023-11-26 16:08:21 +00:00
parent aa8a71dd1f
commit 4ab9007abe
6 changed files with 19 additions and 172 deletions

View File

@@ -123,7 +123,7 @@ func (q *Queue) run() {
q.queues.Log.Println("Sending mail from", ref.From, "to", q.destination)
if err := func() error {
conn, err := q.queues.Transport.Dial(q.destination)
conn, err := q.queues.Transport.Dial("yggdrasil", q.destination)
if err != nil {
return fmt.Errorf("q.queues.Transport.Dial: %w", err)
}