On 1/21/2024 15:05:13, Benny Pedersen wrote:
joe a skrev den 2024-01-21 20:47:

Ah, I see what you meant now.

good to see progress

I added the local host and the bound NIC IP, restarted dovecot, but, still no love from 4190

check your doveconf -n, if missing what i posted, unsure ?

pm me your doveconf -n, i have lost if you already did, does not matter if you have made progress, the addrss is pr service, not global in dovecot.conf, order does mater

_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Attached is that most recent.

I should add, I compiled dovecot locally, it is not the vendor supplied package. Could that matter?

Now setting up a VM as a test with the vendor package and will attempt to set things up as identically as I can. Just to see what happens.

Now, where are my notes? . . . oh, right, my bad.
# 2.3.21 (47349e2482): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.21 (f6cd4b8e)
# OS: Linux 5.14.21-150500.55.31-default x86_64
# Hostname: my-host
auth_username_format = %u
auth_verbose = yes
disable_plaintext_auth = no
first_valid_uid = 100
info_log_path = /var/log/dovecot-info.log
listen = 127.0.0.1, 192.168.xx.xxx
log_path = /var/log/dovecot.log
mail_location = maildir:~/Maildir
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character 
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy 
include variables body enotify environment mailbox date index ihave duplicate 
mime foreverypart extracttext
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix =
}
passdb {
  driver = pam
}
passdb {
  args = /etc/dovecot/passwd
  driver = passwd-file
}
plugin {
  sieve = 
file:/home/vmail/%u/sieve/scripts;active=/home/vmail/%u/sieve/.dovecot.sieve
  sieve_user_log = 
file:/home/vmail/%u/sieve/scripts;active=/home/vmail/%u/sieve/sieve_error.log
}
protocols = imap lmtp
service auth-worker {
  user = $default_internal_user
}
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
}
service lmtp {
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
    group = postfix
    mode = 0600
    user = postfix
  }
}
service managesieve-login {
  inet_listener sieve {
    address = 127.0.0.1, 192.168.xx.xxx
    port = 4190
  }
  service_count = 1
}
service managesieve {
  process_limit = 1024
}
ssl = no
ssl_cipher_list = 
ALL:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH
ssl_options = no_compression
ssl_prefer_server_ciphers = yes
userdb {
  driver = passwd
}
userdb {
  args = uid=vmail gid=vmail home=/home/vmail/%u
  driver = static
}
protocol lmtp {
  mail_plugins = " sieve"
}
protocol sieve {
  managesieve_max_line_length = 64 k
}
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to