Displaying 2 results from an estimated 2 matches for "itcons".
Did you mean:
icons
2008 Oct 23
2
Dovecot returns the same UIDL for another message
...s.
In other words when new message arrive to mbox, UIDL command returns used UID.
I'll show with example:
1. Send some message and try to retrieve UIDL via telnet:
# echo test-mailbox-1 | mail -s Test-1 mbox at cu.kiev.ua
# telnet pop3.cu.kiev.ua 10110
Trying 193.108.130.4...
Connected to emx.itcons.net.ua.
Escape character is '^]'.
+OK IT Consulting POP3/IMAP Server
USER mbox at cu.kiev.ua
+OK
PASS XXX
+OK Logged in.
LIST
+OK 1 messages:
1 1155
.
UIDL
+OK
1 0000001c49006cec
.
RETR 1
+OK 1155 octets
[...]
.
DELE 1
+OK Marked to be deleted.
QUIT
+OK Logging out, messages deleted.
Connec...
2008 Feb 18
2
Strange Error
Hello Everybody,
I?m trying to make a work with procmail and deliver on Fedora 7. Part of
flow are the following:
- procmail get the mail from Sendmail
- procmail ask to deliver/dovecot if have any retriction (sizer mailbox,
etc)
- procmail put the mail on inbox user.
I had include the following line in the promail config:
| "/usr/libexec/dovecot/deliver -m $DEFAULT"
and the