OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: issues to send/deliver within my domain

From: Alfredo Santillan Ramos (santialfucnet.com.mx)
Date: Sat Mar 22 2003 - 22:53:59 CST


Quoting Wietse Venema <wietseporcupine.org>:

> Alfredo Santillan Ramos:
> > Mar 22 12:59:19 triton postfix/lmtp[569]: 921C93CABF:
> > to=<al914479ucol.mx>,
> relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp],
> > delay=0, status=bounced (host
> /var/imap/socket/lmtp[/var/imap/socket/lmtp]
> > said: 550-Mailbox unknown. Either there is no mailbox associated
> with
> > this 550-name or you do not have authorization to see it. 550 5.1.1
> User
> > unknown (in reply to RCPT TO command))
>
> The message is rejected by the IMAP SERVER.

Thanks, Wietse.

I will verify the Cyrus IMAPd configuration in the system; although, we have
not set a restriction on the IMAP server. Does anyone have a system with
Cyrus/SASL 2.1.x and Postfix using LMTP that can shed us some light, please?

I appreciate your time and attention. Thanks in advance! (:

---
J. Alfredo

# cat /etc/cyrus.conf
START {
  recover cmd="ctl_cyrusdb -r"
}
SERVICES {
  imap cmd="imapd" listen="imap" prefork=3
  pop3 cmd="pop3d" listen="pop3" prefork=1
  lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1
# lmtp cmd="lmtpd -a" listen="127.0.0.1:lmtp" prefork=1
}
EVENTS {
  checkpoint cmd="ctl_cyrusdb -c" period=30
  delprune cmd="ctl_deliver -E 3" at=0400
  tlsprune cmd="tls_prune" at=0400
}

# cat /etc/imapd.conf
configdirectory: /var/imap
partition-default: /var/spool/imap
altnamespace: yes
unixhierarchysep: yes
hashimapspool: true
admins: cyrus
sasl_pwcheck_method: auxprop
tls_ca_file: /var/imap/triton.pem
tls_ca_path: /var/imap
tls_cert_file: /var/imap/triton.pem
tls_key_file: /var/imap/triton.pem
sendmail: /usr/lib/sendmail