I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz
I then type in the correct password and i get this returned: ERROR at line 1: Unknown command ''.
Any ideas?
i think my backup went wonky. I am redoing the dump
William Warren wrote:
I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz
I then type in the correct password and i get this returned: ERROR at line 1: Unknown command ''.
Any ideas?
Hi guys! I'm tryng to configure a mail server. I use Postfix and Dovecot. I want to use a virtual mail solution, so there's a mysql database working in background. I follow some howto's, and now I can send email from my domain. In this my local server I configured some virtual http server, using Webmin and Virtualmin, and all works well. I use a dyndns.org free domain to make my server worldwide available, and I have a BIND DNS server to spread the word...
In this solution, I have an http server up and running, and email that I send using a webmail client are all correctly delivered. Searching in maillog , I see many error like this:
Dec 11 17:46:54 kines imap(nando@kines.dyndns.org): opendir(/usr/libexec/dovecot/imap) failed: Not a directory
"kines" is my domain (kines.dyndns.org), and this is my mail server, too
So I can send email but there's no way to receive them. I tried to send me some email from different email accounts, but nothing in my inbox... And I don't receive error from servers, so appear that email are correctly delivered to my server...
There's a way to understand if is only a problem about wrong configuration of mail boxes, testing if my server work well? And I want to know if I need to configure a MX record in my DNS server and if I need to wait while my DNS server spread the new email alias worldwide.
Sorry for this long post... :-(
Bye, nando
Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
On Mon, Dec 11, 2006 at 05:53:22PM +0100, Ferdinando Santacroce said:
Hi guys! I'm tryng to configure a mail server.
Please don't start a new thread by replying to an existing thread. It makes your new thread show up in the middle of someone elses thread for everyone that uses a non-sucky email client that supports theading.
It's bad netiquette.
Thanks!
I follow some howto's, and now I can send email from my domain. In this my local server I configured some virtual http server, using Webmin and Virtualmin, and all works well. I use a dyndns.org free domain to make my server worldwide available, and I have a BIND DNS server to spread the word...
right...
In this solution, I have an http server up and running, and email that I send using a webmail client are all correctly delivered. Searching in maillog , I see many error like this:
Dec 11 17:46:54 kines imap(nando@kines.dyndns.org): opendir(/usr/libexec/dovecot/imap) failed: Not a directory
Looks like a misconfiguration somewhere. I love it when people follow howtos and don't tell us which ones when they come looking for help.
"kines" is my domain (kines.dyndns.org), and this is my mail server, too
So I can send email but there's no way to receive them. I tried to send me some email from different email accounts, but nothing in my inbox... And I don't receive error from servers, so appear that email are correctly delivered to my server...
Did you look at the logs to ensure that mails for local mailboxes were being delivered properly?
There's a way to understand if is only a problem about wrong configuration of mail boxes, testing if my server work well? And I want to know if I need to configure a MX record in my DNS server and if I need to wait while my DNS server spread the new email alias worldwide.
If your domain is kines.dyndns.org then you do not necessarily need a MX record. MTA's will lookup the A record of kines.dyndns.org if they do not find a MX record when attempting delivery.
Thank you all for interest...
My postconf -n output is here:
[root@kines ~]# postconf -n alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 html_directory = /usr/share/doc/postfix-2.3.4-documentation/html mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, $mydomain newaliases_path = /usr/bin/newaliases.postfix readme_directory = /usr/share/doc/postfix-2.3.4-documentation/readme sample_directory = /etc/postfix sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf virtual_gid_maps = static:901 virtual_mailbox_base = /vmail virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_limit = 51200000 virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf virtual_minimum_uid = 901 virtual_transport = virtual virtual_uid_maps = static:901
Commenting this lines in dovecot.conf, the previus error disappear: # Support for dynamically loadable modules. #imap_use_modules = yes #imap_modules = /usr/libexec/dovecot/imap
This because /usr/libexec/dovecot/imap is a file, not a directory...
Here last 100 rows of my /var/log/maillog log file
Dec 12 09:26:16 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:26:42 kines postfix/smtpd[8938]: fatal: unsupported dictionary type: mysql Dec 12 09:26:43 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8938 exit status 1 Dec 12 09:26:43 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:27:10 kines postfix/pickup[8891]: fatal: watchdog timeout Dec 12 09:27:11 kines postfix/master[3682]: warning: process /usr/libexec/postfix/pickup pid 8891 exit status 1 Dec 12 09:27:11 kines postfix/master[3682]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling Dec 12 09:27:16 kines postfix/cleanup[8941]: fatal: unsupported dictionary type: mysql Dec 12 09:27:17 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 8941 exit status 1 Dec 12 09:27:17 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:27:43 kines postfix/smtpd[8942]: fatal: unsupported dictionary type: mysql Dec 12 09:27:44 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8942 exit status 1 Dec 12 09:27:44 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:28:17 kines postfix/cleanup[8945]: fatal: unsupported dictionary type: mysql Dec 12 09:28:18 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 8945 exit status 1 Dec 12 09:28:18 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:28:44 kines postfix/smtpd[8946]: fatal: unsupported dictionary type: mysql Dec 12 09:28:45 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8946 exit status 1 Dec 12 09:28:45 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:29:18 kines postfix/cleanup[8948]: fatal: unsupported dictionary type: mysql Dec 12 09:29:19 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 8948 exit status 1 Dec 12 09:29:19 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:29:45 kines postfix/smtpd[8949]: fatal: unsupported dictionary type: mysql Dec 12 09:29:46 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8949 exit status 1 Dec 12 09:29:46 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:30:19 kines postfix/cleanup[8951]: fatal: unsupported dictionary type: mysql Dec 12 09:30:20 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 8951 exit status 1 Dec 12 09:30:20 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:30:46 kines postfix/smtpd[8952]: fatal: unsupported dictionary type: mysql Dec 12 09:30:47 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8952 exit status 1 Dec 12 09:30:47 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:31:20 kines postfix/cleanup[8954]: fatal: unsupported dictionary type: mysql Dec 12 09:31:21 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 8954 exit status 1 Dec 12 09:31:21 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:31:43 kines sm-msp-queue[8940]: kBC7Qh93008675: timeout waiting for input from [127.0.0.1] during client greeting Dec 12 09:31:43 kines sm-msp-queue[8940]: kBC7Qh93008675: to=root, delay=00:59:59, xdelay=00:05:00, mailer=relay, pri=121730, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1] Dec 12 09:31:43 kines sm-msp-queue[8940]: kBC7Qh94008675: to=root, delay=00:59:59, xdelay=00:00:00, mailer=relay, pri=158768, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1] Dec 12 09:31:45 kines sm-msp-queue[8940]: kBC3Qh93007558: to=webmin@kines.dyndns.org, delay=04:59:59, xdelay=00:00:00, mailer=relay, pri=482889, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1] Dec 12 09:31:45 kines sm-msp-queue[8940]: kBC379Fu007325: to=root, ctladdr=root (0/0), delay=05:24:36, xdelay=00:00:00, mailer=relay, pri=570452, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1] Dec 12 09:31:45 kines sm-msp-queue[8940]: kBC327UO007199: to=root, ctladdr=root (0/0), delay=05:29:38, xdelay=00:00:00, mailer=relay, pri=607462, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1] Dec 12 09:31:46 kines sm-msp-queue[8940]: kBBN0dsS005644: to=jesus_was_rasta@yahoo.it, delay=09:31:07, xdelay=00:00:00, mailer=relay, pri=931726, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection timed out with [127.0.0.1] Dec 12 09:31:47 kines postfix/smtpd[8955]: fatal: unsupported dictionary type: mysql Dec 12 09:31:48 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8955 exit status 1 Dec 12 09:31:48 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:32:21 kines postfix/cleanup[8987]: fatal: unsupported dictionary type: mysql Dec 12 09:32:22 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 8987 exit status 1 Dec 12 09:32:22 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:32:48 kines postfix/smtpd[9020]: fatal: unsupported dictionary type: mysql Dec 12 09:32:49 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9020 exit status 1 Dec 12 09:32:49 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:33:22 kines postfix/cleanup[9023]: fatal: unsupported dictionary type: mysql Dec 12 09:33:23 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9023 exit status 1 Dec 12 09:33:23 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:33:49 kines postfix/smtpd[9024]: fatal: unsupported dictionary type: mysql Dec 12 09:33:50 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9024 exit status 1 Dec 12 09:33:50 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:34:23 kines postfix/cleanup[9026]: fatal: unsupported dictionary type: mysql Dec 12 09:34:24 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9026 exit status 1 Dec 12 09:34:24 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:34:50 kines postfix/smtpd[9027]: fatal: unsupported dictionary type: mysql Dec 12 09:34:51 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9027 exit status 1 Dec 12 09:34:51 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:35:24 kines postfix/cleanup[9029]: fatal: unsupported dictionary type: mysql Dec 12 09:35:25 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9029 exit status 1 Dec 12 09:35:25 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:35:51 kines postfix/smtpd[9030]: fatal: unsupported dictionary type: mysql Dec 12 09:35:52 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9030 exit status 1 Dec 12 09:35:52 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:36:25 kines postfix/cleanup[9033]: fatal: unsupported dictionary type: mysql Dec 12 09:36:26 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9033 exit status 1 Dec 12 09:36:26 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:36:52 kines postfix/smtpd[9034]: fatal: unsupported dictionary type: mysql Dec 12 09:36:53 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9034 exit status 1 Dec 12 09:36:53 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:37:26 kines postfix/cleanup[9036]: fatal: unsupported dictionary type: mysql Dec 12 09:37:27 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9036 exit status 1 Dec 12 09:37:27 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:37:53 kines postfix/smtpd[9037]: fatal: unsupported dictionary type: mysql Dec 12 09:37:54 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9037 exit status 1 Dec 12 09:37:54 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:38:27 kines postfix/cleanup[9039]: fatal: unsupported dictionary type: mysql Dec 12 09:38:28 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9039 exit status 1 Dec 12 09:38:28 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:38:54 kines postfix/smtpd[9040]: fatal: unsupported dictionary type: mysql Dec 12 09:38:55 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9040 exit status 1 Dec 12 09:38:55 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:39:28 kines postfix/cleanup[9042]: fatal: unsupported dictionary type: mysql Dec 12 09:39:29 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9042 exit status 1 Dec 12 09:39:29 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:39:55 kines postfix/smtpd[9044]: fatal: unsupported dictionary type: mysql Dec 12 09:39:56 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9044 exit status 1 Dec 12 09:39:56 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:40:29 kines postfix/cleanup[9046]: fatal: unsupported dictionary type: mysql Dec 12 09:40:30 kines postfix/master[3682]: warning: process /usr/libexec/postfix/cleanup pid 9046 exit status 1 Dec 12 09:40:30 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:40:56 kines postfix/smtpd[9048]: fatal: unsupported dictionary type: mysql Dec 12 09:40:57 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 9048 exit status 1 Dec 12 09:40:57 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:40:57 kines dovecot-auth: MySQL: Can't connect to database postfix: Can't connect to local MySQL server through socket '/var/tmp/mysql.sock' (2) Dec 12 08:40:57 kines imap-login: Disconnected [127.0.0.1]
After a reboot, things become more complicated... New errors...
I need to learn how to setup this kind of software, I know...
Thank to all... Nando
Feizhou ha scritto:
I follow some howto's, and now I can send email from my domain. In this my local server I configured some virtual http server, using Webmin and Virtualmin, and all works well. I use a dyndns.org free domain to make my server worldwide available, and I have a BIND DNS server to spread the word...
right...
In this solution, I have an http server up and running, and email that I send using a webmail client are all correctly delivered. Searching in maillog , I see many error like this:
Dec 11 17:46:54 kines imap(nando@kines.dyndns.org): opendir(/usr/libexec/dovecot/imap) failed: Not a directory
Looks like a misconfiguration somewhere. I love it when people follow howtos and don't tell us which ones when they come looking for help.
"kines" is my domain (kines.dyndns.org), and this is my mail server, too
So I can send email but there's no way to receive them. I tried to send me some email from different email accounts, but nothing in my inbox... And I don't receive error from servers, so appear that email are correctly delivered to my server...
Did you look at the logs to ensure that mails for local mailboxes were being delivered properly?
There's a way to understand if is only a problem about wrong configuration of mail boxes, testing if my server work well? And I want to know if I need to configure a MX record in my DNS server and if I need to wait while my DNS server spread the new email alias worldwide.
If your domain is kines.dyndns.org then you do not necessarily need a MX record. MTA's will lookup the A record of kines.dyndns.org if they do not find a MX record when attempting delivery. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
__________ Informazione NOD32 1913 (20061209) __________
Questo messaggio è stato controllato dal Sistema Antivirus NOD32 http://www.nod32.it
Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
Something seems work... I use a virtual Postfix confugration based on mysql; my email go to a /vmail/user@domain.tld folder I setup a RoundCube webmail interface; loggin in it I can send email correctly. I tried to send me some email, from my Yahoo! account
Here some rows of the maillog...
Dec 12 12:57:07 kines last message repeated 2 times Dec 12 12:59:07 kines last message repeated 2 times Dec 12 14:00:01 kines postfix/qmgr[11414]: 3934933A853: from=root@kines.dyndns.org, size=535, nrcpt=1 (queue active) Dec 12 14:00:02 kines postfix/smtp[12480]: connect to jyiscool.com[208.67.219.40]: Connection refused (port 25) Dec 12 14:00:02 kines postfix/smtp[12480]: 3934933A853: to=user@jyiscool.com, relay=none, delay=7418, delays=7418/0.02/0.71/0, dsn=4.4.1, status=deferred (connect to jyiscool.com[208.67.219.40]: Connection refused) Dec 12 13:00:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:01:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:03:07 kines last message repeated 2 times Dec 12 14:16:40 kines postfix/smtpd[12732]: connect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12734]: connect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12735]: connect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12736]: connect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/trivial-rewrite[12738]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines last message repeated 2 times Dec 12 14:16:40 kines postfix/smtpd[12735]: 540EE33A858: client=smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/trivial-rewrite[12738]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/smtpd[12732]: 5DA0933A85C: client=smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12734]: 61F7433A85E: client=smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12736]: 66A4833A860: client=smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/cleanup[12743]: 540EE33A858: message-id=457EAB59.2080103@yahoo.it Dec 12 14:16:40 kines postfix/qmgr[11414]: 540EE33A858: from=jesus_was_rasta@yahoo.it, size=1521, nrcpt=1 (queue active) Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/cleanup[12747]: 5DA0933A85C: message-id=457EAB59.2080103@yahoo.it Dec 12 14:16:40 kines postfix/qmgr[11414]: 5DA0933A85C: from=jesus_was_rasta@yahoo.it, size=1516, nrcpt=1 (queue active) Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/cleanup[12748]: 61F7433A85E: message-id=457EAB59.2080103@yahoo.it Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/local[12755]: 540EE33A858: to=postfix@kines.dyndns.org, orig_to=postmaster@kines.dyndns.org, relay=local, delay=0.45, delays=0.39/0.04/0/0.02, dsn=2.0.0, status=sent (delivered to mailbox) Dec 12 14:16:40 kines postfix/qmgr[11414]: 61F7433A85E: from=jesus_was_rasta@yahoo.it, size=1517, nrcpt=1 (queue active) Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/qmgr[11414]: 540EE33A858: removed Dec 12 14:16:40 kines postfix/cleanup[12750]: 66A4833A860: message-id=457EAB59.2080103@yahoo.it Dec 12 14:16:40 kines postfix/local[12755]: 5DA0933A85C: to=nando@kines.dyndns.org, relay=local, delay=0.47, delays=0.44/0.03/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox) Dec 12 14:16:40 kines postfix/qmgr[11414]: 5DA0933A85C: removed Dec 12 14:16:40 kines postfix/qmgr[11414]: 66A4833A860: from=jesus_was_rasta@yahoo.it, size=1516, nrcpt=1 (queue active) Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines postfix/smtpd[12735]: disconnect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/trivial-rewrite[12740]: warning: do not list domain kines.dyndns.org in BOTH mydestination and virtual_mailbox_domains Dec 12 14:16:40 kines last message repeated 2 times Dec 12 14:16:40 kines postfix/local[12755]: 66A4833A860: to=postfix@kines.dyndns.org, orig_to=abuse@kines.dyndns.org, relay=local, delay=0.48, delays=0.47/0/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox) Dec 12 14:16:40 kines postfix/qmgr[11414]: 66A4833A860: removed Dec 12 14:16:40 kines postfix/local[12756]: 61F7433A85E: to=franco@kines.dyndns.org, relay=local, delay=0.5, delays=0.46/0.01/0/0.03, dsn=5.1.1, status=bounced (unknown user: "franco") Dec 12 14:16:40 kines postfix/cleanup[12743]: B4ED533A85C: message-id=20061212131640.B4ED533A85C@kines.dyndns.org Dec 12 14:16:40 kines postfix/qmgr[11414]: B4ED533A85C: from=<>, size=3284, nrcpt=1 (queue active) Dec 12 14:16:40 kines postfix/bounce[12757]: 61F7433A85E: sender non-delivery notification: B4ED533A85C Dec 12 14:16:40 kines postfix/qmgr[11414]: 61F7433A85E: removed Dec 12 14:16:40 kines postfix/smtpd[12732]: disconnect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12734]: disconnect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:16:40 kines postfix/smtpd[12736]: disconnect from smtp009.mail.ukl.yahoo.com[217.12.11.63] Dec 12 14:17:05 kines postfix/smtp[12758]: B4ED533A85C: to=jesus_was_rasta@yahoo.it, relay=g.mx.mail.yahoo.com[206.190.53.191]:25, delay=25, delays=0.01/0.02/24/1.4, dsn=2.0.0, status=sent (250 ok dirdel) Dec 12 14:17:05 kines postfix/qmgr[11414]: B4ED533A85C: removed Dec 12 13:17:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:18:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:19:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 14:20:00 kines postfix/anvil[12737]: statistics: max connection rate 4/60s for (smtp:217.12.11.63) at Dec 12 14:16:40 Dec 12 14:20:00 kines postfix/anvil[12737]: statistics: max connection count 4 for (smtp:217.12.11.63) at Dec 12 14:16:40 Dec 12 14:20:00 kines postfix/anvil[12737]: statistics: max cache size 1 at Dec 12 14:16:40 Dec 12 13:20:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:21:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:23:07 kines last message repeated 2 times Dec 12 13:29:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 14:29:09 kines pop3-login: Disconnected [87.28.30.28] Dec 12 13:30:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 14:30:10 kines pop3-login: Disconnected [87.28.30.28] Dec 12 13:30:45 kines pop3-login: Disconnected [87.28.30.28] Dec 12 13:31:07 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:31:53 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:32:00 kines last message repeated 3 times Dec 12 13:32:11 kines imap-login: Login: franco@kines.dyndns.org [127.0.0.1] Dec 12 13:32:20 kines last message repeated 5 times Dec 12 13:43:27 kines imap-login: Login: nando@kines.dyndns.org [127.0.0.1] Dec 12 13:44:28 kines last message repeated 3 times
Seems SMTP Yahoo server can reach my server, but I can see email, nor something in my /vmail/user@domain.tld folder...
Some ideas? Nando
Ferdinando Santacroce ha scritto:
Thank you all for interest...
Feizhou ha scritto:
I follow some howto's, and now I can send email from my domain. In this my local server I configured some virtual http server, using Webmin and Virtualmin, and all works well. I use a dyndns.org free domain to make my server worldwide available, and I have a BIND DNS server to spread the word...
right...
In this solution, I have an http server up and running, and email that I send using a webmail client are all correctly delivered. Searching in maillog , I see many error like this:
Dec 11 17:46:54 kines imap(nando@kines.dyndns.org): opendir(/usr/libexec/dovecot/imap) failed: Not a directory
Looks like a misconfiguration somewhere. I love it when people follow howtos and don't tell us which ones when they come looking for help.
"kines" is my domain (kines.dyndns.org), and this is my mail server, too
So I can send email but there's no way to receive them. I tried to send me some email from different email accounts, but nothing in my inbox... And I don't receive error from servers, so appear that email are correctly delivered to my server...
Did you look at the logs to ensure that mails for local mailboxes were being delivered properly?
There's a way to understand if is only a problem about wrong configuration of mail boxes, testing if my server work well? And I want to know if I need to configure a MX record in my DNS server and if I need to wait while my DNS server spread the new email alias worldwide.
If your domain is kines.dyndns.org then you do not necessarily need a MX record. MTA's will lookup the A record of kines.dyndns.org if they do not find a MX record when attempting delivery. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
__________ Informazione NOD32 1913 (20061209) __________
Questo messaggio è stato controllato dal Sistema Antivirus NOD32 http://www.nod32.it
Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
Here last 100 rows of my /var/log/maillog log file
Dec 12 09:26:16 kines postfix/master[3682]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling Dec 12 09:26:42 kines postfix/smtpd[8938]: fatal: unsupported dictionary type: mysql Dec 12 09:26:43 kines postfix/master[3682]: warning: process /usr/libexec/postfix/smtpd pid 8938 exit status 1 Dec 12 09:26:43 kines postfix/master[3682]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Dec 12 09:27:10 kines postfix/pickup[8891]: fatal: watchdog timeout
<big snip>
Your postfix does not support mysql. It needs to be rebuilt with mysql support. If this is a source tarball installation, you need to recompile it. If you are using centos postfix packages, you need to pick up the postfix package in the plus repository which I believe has mysql support.
Dec 12 09:40:57 kines dovecot-auth: MySQL: Can't connect to database postfix: Can't connect to local MySQL server through socket '/var/tmp/mysql.sock' (2) Dec 12 08:40:57 kines imap-login: Disconnected [127.0.0.1]
Centos/RHEL mysql sockets are normally /var/lib/mysql/mysql.sock
After a reboot, things become more complicated... New errors...
I need to learn how to setup this kind of software, I know...
You need a bit more than just learn how to setup...you need to understand how the whole thing works.
On Mon, 11 Dec 2006, William Warren wrote:
I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz
Perhaps it would be wise to decompress the file first:
# gzip -dc cgavb3.gz | mysql -u cgalliance -p cgatesting
I redid the backup. I guess the original sump did not go quite as it should have..:)
Paul Heinlein wrote:
On Mon, 11 Dec 2006, William Warren wrote:
I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz
Perhaps it would be wise to decompress the file first:
# gzip -dc cgavb3.gz | mysql -u cgalliance -p cgatesting
Hello Family,
I've just purchased a 1-gig Sandisk "Cruzer" pendrive for I need to have the full "first" iso image to reside on the drive.
I need to have it boot as would a USB CDROM so I can initiate an NFS install at the (install) command prompt with:
linux text askmethod
I received this USB Flash Drive with a fat32 file system on in and was thinking of just taking my first CD of CentOS and doing:
dd if=/dev/hdc of=/dev/sda
I was thinking the above syntax from the days of using "dd" for floppy boot images to 1.44mb floppy disks.
Any ideas on this?
TIA
Hello Bill,
AFAIK you cannot boot a CDROM-image from a pendrive. However you might have a look at images/README:
"The diskboot.img file is a VFAT filesystem image that can be written to a USB pendrive or other bootable media larger than a floppy. Note that booting via USB is dependent on your BIOS supporting this. It should be written to the device using dd."
Regards, Andreas Rogge
At Mon, 11 Dec 2006 it looks like Andreas Rogge composed:
Hello Bill,
AFAIK you cannot boot a CDROM-image from a pendrive. However you might have a look at images/README:
"The diskboot.img file is a VFAT filesystem image that can be written to a USB pendrive or other bootable media larger than a floppy. Note that booting via USB is dependent on your BIOS supporting this. It should be written to the device using dd."
Regards, Andreas Rogge
Thanks Andreas,
What threw me off was the simplist example RedHat gave for doing this at:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/x8664-multi-inst...
The went on to write the following under "USB pen drive":
###################################################################### 2.4.1. Alternative Boot Methods
Boot CD-ROM
If you can boot using the CD-ROM drive, you can create your own CD-ROM to boot the installation program. This may be useful, for example, if you are performing an installation over a network or from a hard drive. Refer to Section 2.4.2 Making an Installation Boot CD-ROM for further instructions.
USB pen drive
If you cannot boot from the CD-ROM drive, but you can boot using a USB device, such as a USB pen drive, the following alternative boot method is available:
To boot using a USB pen drive, use the dd command to copy the diskboot.img image file from the /images/ directory on CD-ROM 1. For example:
dd if=diskboot.img of=/dev/sda
Your BIOS must support booting from a USB device in order for this boot method to work. ######################################################################
Quoting Bill-Schoolcraft bill@wiliweld.com:
Hello Family,
I've just purchased a 1-gig Sandisk "Cruzer" pendrive for I need to have the full "first" iso image to reside on the drive.
I need to have it boot as would a USB CDROM so I can initiate an NFS install at the (install) command prompt with:
linux text askmethod
I received this USB Flash Drive with a fat32 file system on in and was thinking of just taking my first CD of CentOS and doing:
dd if=/dev/hdc of=/dev/sda
I was thinking the above syntax from the days of using "dd" for floppy boot images to 1.44mb floppy disks.
Any ideas on this?
It might or might not work. Depending on how smart/dumb your BIOS is and/or how you configured it. Booting off USB stick kind of thing is fairly non-standardized, and every single BIOS supports different ways of organizing the thing.
What should work is to dd the images/diskboot.img onto your pen drive.
yOn Mon, 11 Dec 2006, William Warren wrote:
I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz
I then type in the correct password and i get this returned: ERROR at line 1: Unknown command ''.
one as to be suspicious of the script -- I do such testing this way, so that I can see everything:
$ cat - << END | mysql -u userid -h hostname datasetname drop database datasetname; create database datasetname; quit; END
adding the -p option for a passworded mysql account will is straightforward, and the mysql shell will still prompt
sample at: http://www.trading-shim.org/pipermail/ts-general/2006-November/000035.html
-- Russ Herrold
i wasn't using a script that was hand typed..the error threw me..<G> However it turns out it as a bad dump.
R P Herrold wrote:
yOn Mon, 11 Dec 2006, William Warren wrote:
I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz
I then type in the correct password and i get this returned: ERROR at line 1: Unknown command ''.
one as to be suspicious of the script -- I do such testing this way, so that I can see everything:
$ cat - << END | mysql -u userid -h hostname datasetname drop database datasetname; create database datasetname; quit; END
adding the -p option for a passworded mysql account will is straightforward, and the mysql shell will still prompt
sample at: http://www.trading-shim.org/pipermail/ts-general/2006-November/000035.html
-- Russ Herrold _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos