
15th December 2007, 19:33
|
|
Member
|
|
Join Date: Jun 2007
Posts: 80
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Hi,
Still does not work, this is what i got from /var/log/maillog when i tried another time to send an email to info@mydomain.com.
Dec 15 14:05:37 myhost postfix/smtpd[4532]: connect from localhost.localdomain[127.0.0.1]
Dec 15 14:05:37 myhost postfix/smtpd[4532]: 53EA0428043: client=localhost.localdomain[127.0.0.1]
Dec 15 14:05:37 myhost postfix/cleanup[4535]: 53EA0428043: message-id=<20071215180537.53EA0428043@myshost.myispconfig _domain.com>
Dec 15 14:05:37 myhost postfix/smtpd[4532]: disconnect from localhost.localdomain[127.0.0.1]
Dec 15 14:05:37 myhost postfix/qmgr[4284]: 53EA0428043: from=<sample_user@mydomain.com>, size=794, nrcpt=1 (queue active)
Dec 15 14:05:37 myhost dovecot: pop3-login: Login: user=<sample_user>, method=PLAIN, rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured
Dec 15 14:05:37 myhost dovecot: POP3(sample_user): Disconnected: Logged out top=0/0, retr=0/0, del=0/16, size=33196
Dec 15 14:05:37 myhost postfix/local[4537]: 53EA0428043: to=<root@mydomain.com>, orig_to=<info@mydomain.com>, relay=local, delay=0.05, delays=0.02/0.01/0/0.02, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 15 14:05:37 myhost postfix/qmgr[4284]: 53EA0428043: removed
Dec 15 14:13:39 myhost dovecot: pop3-login: Login: user=<sample_user>, method=PLAIN, rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured
Dec 15 14:13:39 myhost dovecot: POP3(sample_user): Disconnected: Logged out top=16/14224, retr=0/0, del=0/16, size=33196
it looks like the mail endup in the root mail box but i do really understand all of it and how to get to the root mailbox as well.
Any comments please!
Thanks.
|

15th December 2007, 19:34
|
|
Member
|
|
Join Date: Jun 2007
Posts: 80
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
I mean,
t looks like the mail endup in the root mail box but i do not really understand all of it and how to get to the root mailbox as well.
Any comments please!
Thanks.
|

16th December 2007, 13:56
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
What's in /etc/postfix/virtusertable and /etc/aliases?
|

17th December 2007, 13:29
|
|
Member
|
|
Join Date: Jun 2007
Posts: 80
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Hi,
here is /etc/postfix/virtusertable
###################################
#
# ISPConfig virtusertable Configuration File
# Version 1.0
#
###################################
sample_user@www.mydomain.com sample_user
info@www.mydomain.com sample_user
sample_user@mydomain.com sample_user
info@mydomain.com sample_user
here is /etc/aliases , first time i go there by the way.
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /bin/mail.
#
# >>>>>>>>>> The program "newaliases" must be run after
# >> NOTE >> this file is updated for any changes to
# >>>>>>>>>> show through to sendmail.
#
# Basic system aliases -- these MUST be present.
mailer-daemon: postmaster
postmaster: root
# General redirections for pseudo accounts.
bin: root
daemon: root
adm: root
lp: root
sync: root
shutdown: root
halt: root
mail: root
news: root
uucp: root
operator: root
games: root
gopher: root
ftp: root
nobody: root
radiusd: root
nut: root
dbus: root
vcsa: root
canna: root
wnn: root
rpm: root
nscd: root
pcap: root
apache: root
webalizer: root
dovecot: root
fax: root
quagga: root
radvd: root
pvm: root
amanda: root
privoxy: root
ident: root
named: root
xfs: root
gdm: root
mailnull: root
postgres: root
sshd: root
smmsp: root
postfix: root
netdump: root
ldap: root
squid: root
ntp: root
mysql: root
desktop: root
rpcuser: root
rpc: root
nfsnobody: root
ingres: root
system: root
toor: root
manager: root
dumper: root
abuse: root
newsadm: news
newsadmin: news
usenet: news
ftpadm: ftp
ftpadmin: ftp
ftp-adm: ftp
ftp-admin: ftp
www: webmaster
webmaster: root
noc: root
security: root
hostmaster: root
info: postmaster
marketing: postmaster
sales: postmaster
support: postmaster
# trap decode to catch security attacks
decode: root
# Person who should get root's mail
#root: marc
Hope this may help.
Thanks.
|

17th December 2007, 13:48
|
|
Member
|
|
Join Date: Jun 2007
Posts: 80
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Hi,
Guess what, this morning i'm able to receive mails from sample_user@mydomain.com and also from info@mydomain.com when those emails are sent from my ISPConfig server. But if i go on yahoo website and send mails to sample_user@mydomain.com i can receive but if i send to info@mydomain.com from yahoo website, i cannot receive still, i think there is a big progress though.
should i still keep myorigin = mydomain in /etc/postfix/main.cf ?
Thanks.
|

18th December 2007, 16:56
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
What's the output of
Code:
grep info /etc/passwd
and
Code:
grep info /etc/aliases
?
|

18th December 2007, 21:14
|
|
Member
|
|
Join Date: Jun 2007
Posts: 80
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Hi Falko,
Here are the outputs :
[user@myhost ~]$ grep info /etc/passwd
[user@myhost ~]$
[user@myhost ~]$ grep info /etc/aliases
info: postmaster
[user@myhost ~]$
So basically : grep info /etc/passwd returns nothing but grep info /etc/aliases returns > info: postmater
Hope it may help.
Thanks.
|

19th December 2007, 18:00
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
That means that mails for info to to the postmaster. Please comment out the
line in /etc/aliases and run
Code:
newaliases
/etc/init.d/postfix restart
|

20th December 2007, 01:33
|
|
Member
|
|
Join Date: Jun 2007
Posts: 80
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Hi Falko,
I did what you told me:
newaliases
/etc/init.d/postfix restart
But still not working. I even created two users account and from ISPconfig Server everything is ok, but from yahoo.com when i send an email it is still not working.
Thank you Falko, hope to hear from you or other soon. Thanks.
|

20th December 2007, 09:05
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Please post the errors or messages that you get now in the mail log when you sent a email to this account.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 11:45.
|
|
Recent comments
10 hours 24 min ago
15 hours 29 min ago
19 hours 53 min ago
21 hours 42 min ago
1 day 11 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 23 hours ago
2 days 26 min ago
2 days 1 hour ago