I tried this from Sendmail on the machine, and I see it
under /var/spool/maildrop/, however, it never seems to leave there? And
there must be a better solution, otherwise, I have to send mail to 50
different email address to activate them. Also, I was hoping to copy
over the current Maildirs from XMail. I'm not so sure I've got Postfix
set up correctly. Here is my main.cf:

# cat /etc/postfix/main.cf
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
myhostname = mail.electronerdz.com
mydomain = electronerdz.com
#mydestination = mail.electronerdz.com

default_privs = nobody
inet_interfaces = all
unknown_local_recipient_reject_code = 550
mynetworks_style = host
transport_maps = hash:/etc/postfix/transport
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
recipient_delimiter = +
home_mailbox = Maildir/
smtpd_banner = $myhostname ESMTP $mail_name (Trustix)
debug_peer_level = 2
debugger_command =
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
         xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/sbin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.1.6/conf
readme_directory = /usr/share/doc/postfix-2.1.6
#myorigin = mail.electronerdz.com

smtpd_recipient_restrictions = permit_mynetworks
permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_tls_auth_only = no
smtpd_sasl_local_domain =

virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:102
virtual_mailbox_base = /var/mail
virtual_mailbox_domains =
mysql:/etc/postfix/mysql_virtual_domain_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_mailbox_limit = 51200000
virtual_minimum_uid = 102
virtual_transport = virtual
virtual_uid_maps = static:102
relay_domains = mysql:/etc/postfix/mysql_relay_domains_maps.cf



On Sat, 2005-11-12 at 22:09 +0100, Morten Nilsen wrote:
> Jason Greb wrote:
> > I am moving from XMail to CourierIMAP+POP3. I am setting all of this up
> > on a new server. I have installed Courier IMAP, Postfix, and setup MySQL
> > auth according to the Wiki. Postfix seems to be working (however, AUTH
> > PLAIN is not working yet). IMAP is running, but when I attempt to log
> > in, I get the following:
> > 
> > * BYE [ALERT] Fatal error: [EMAIL PROTECTED]/: No such file or directory
> > Connection closed by foreign host.
> > 
> 
> first, make sure /var/mail exists and is owned by postfix, then send an 
> email to the user
> 
> > /var/mail/domain1.com/user1
> > /var/mail/domain2.com/user1
> 
> I suppose you'd just have to set the mailbox column in the db to 
> "domain1.com/user1/"
> 
> Cheers,

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to